telephonyserverplugins/common_tsy/test/integration/inc/tsupplementaltsytesthelper.h
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef TSUPPLEMENTALTSYTESTHELPER_H
       
    17 #define TSUPPLEMENTALTSYTESTHELPER_H
       
    18 
       
    19 
       
    20 #include "ttsytesthelperbase.h"
       
    21 	
       
    22 class TSupplementalTsyTestHelper : public TTsyTestHelperBase
       
    23 	{
       
    24 public:
       
    25 	TSupplementalTsyTestHelper(CCTSYIntegrationTestSuiteStepBase& aTestStep);
       
    26 
       
    27 	void WaitForMobilePhoneNotifyCCBSRecall( 
       
    28 				RMobilePhone& aMobilePhone,
       
    29 				TEtelRequestBase& aRequestStatus,
       
    30 				TCmpBase<RMobilePhone::TMobilePhoneCCBSEntryV1> &aMobilePhoneCCBSEntryV1,
       
    31 				TInt aWantedStatus );
       
    32 
       
    33 	void WaitForMobilePhoneNotifyCCBSRecall( 
       
    34 				RMobilePhone& aMobilePhone,
       
    35 				TEtelRequestBase& aRequestStatus,
       
    36 				TCmpBase<RMobilePhone::TMobilePhoneCCBSEntryV2> &aMobilePhoneCCBSEntryV2,
       
    37 				TInt aWantedStatus );
       
    38 
       
    39 	void WaitForMobilePhoneNotifyCCBSStatusChange( 
       
    40 				RMobilePhone& aMobilePhone,
       
    41 				TEtelRequestBase& aRequestStatus,
       
    42 				RMobilePhone::TMobilePhoneCCBSStatus& aCcbsStatus, 
       
    43 				RMobilePhone::TMobilePhoneCCBSStatus aExpectedCcbsStatus,
       
    44 				TInt aWantedStatus );
       
    45 
       
    46 	void WaitForMobilePhoneNotifyCallBarringStatusChange( 
       
    47 				RMobilePhone& aMobilePhone,
       
    48 				TEtelRequestBase& aRequestStatus,
       
    49 				RMobilePhone::TMobilePhoneCBCondition& aCondition, 
       
    50 				RMobilePhone::TMobilePhoneCBCondition aExpectedCondition,
       
    51 				TInt aWantedStatus );
       
    52 
       
    53 	void WaitForMobilePhoneNotifyCallForwardingActive( 
       
    54 				RMobilePhone& aMobilePhone,
       
    55 				TEtelRequestBase& aRequestStatus,
       
    56 				RMobilePhone::TMobileService& aServiceGroup, 
       
    57 				RMobilePhone::TMobileService aExpectedServiceGroup,
       
    58 				RMobilePhone::TMobilePhoneCFActive &aActiveType,
       
    59 				TInt aWantedStatus );
       
    60 
       
    61 	void WaitForMobilePhoneNotifyCallForwardingStatusChange( 
       
    62 				RMobilePhone& aMobilePhone,
       
    63 				TEtelRequestBase& aRequestStatus,
       
    64 				RMobilePhone::TMobilePhoneCFCondition& aCondition, 
       
    65 				RMobilePhone::TMobilePhoneCFCondition aExpectedCondition,
       
    66 				TInt aWantedStatus );
       
    67 
       
    68 	void WaitForMobilePhoneNotifyCallServiceCapsChange( 
       
    69 				RMobilePhone& aMobilePhone,
       
    70 				TEtelRequestBase& aRequestStatus,
       
    71 				TUint32& aCaps, 
       
    72 				TUint32 aWantedCaps,
       
    73 				TUint32 aUnwantedCaps,
       
    74 				TInt aWantedStatus );
       
    75 
       
    76 	void WaitForMobilePhoneNotifyCallWaitingStatusChange( 
       
    77 				RMobilePhone& aMobilePhone,
       
    78 				TEtelRequestBase& aRequestStatus,
       
    79 				TCmpBase<RMobilePhone::TMobilePhoneCWInfoEntryV1> &aMobilePhoneCWInfoEntryV1,
       
    80 				TInt aWantedStatus );
       
    81 
       
    82 	void WaitForMobilePhoneNotifyCipheringIndicatorStatus( 
       
    83 				RMobilePhone& aMobilePhone,
       
    84 				TEtelRequestBase& aRequestStatus,
       
    85 				RMobilePhone::TMobileCallCipheringIndicator& aIndicatorStatus, 
       
    86 				RMobilePhone::TMobileCallCipheringIndicator aExpectedIndicatorStatus,
       
    87 				TInt aWantedStatus );
       
    88 
       
    89 	void WaitForMobilePhoneNotifyIdentityServiceStatus( 
       
    90 				RMobilePhone& aMobilePhone,
       
    91 				TEtelRequestBase& aRequestStatus,
       
    92 				RMobilePhone::TMobilePhoneIdService& aService, 
       
    93 				RMobilePhone::TMobilePhoneIdService aExpectedService,
       
    94 				RMobilePhone::TMobilePhoneIdServiceStatus &aStatus,
       
    95 				TInt aWantedStatus );
       
    96 
       
    97 	void WaitForMobilePhoneNotifyIdentitySuppressionRejected( 
       
    98 				TEtelRequestBase& aRequestStatus,
       
    99 				TInt aWantedStatus );
       
   100 
       
   101 	void WaitForMobilePhoneNotifySendNetworkServiceRequest( 
       
   102 				RMobilePhone& aMobilePhone,
       
   103 				TEtelRequestBase& aRequestStatus,
       
   104 				RMobilePhone::TMobilePhoneNotifySendSSOperation &aOperation,
       
   105 				TCmpBase<RMobilePhone::TMobilePhoneSendSSRequestV3> &aMobilePhoneSendSSRequestV3,
       
   106 				TInt aWantedStatus );
       
   107 
       
   108 	void WaitForMobileUssdMessagingNotifyNetworkRelease( 
       
   109 				RMobileUssdMessaging& aMobileUssdMessaging,
       
   110 				TEtelRequestBase& aRequestStatus,
       
   111 				TCmpBase<RMobileUssdMessaging::TMobileUssdAttributesV1> &aMobileUssdAttributesV1,
       
   112 				TDes8 &aMsgAttributes,
       
   113 				TInt aWantedStatus );
       
   114 
       
   115 	}; // class TSupplementalTsyTestHelper 
       
   116 
       
   117 #endif