telephonyserverplugins/ctsydispatchlayer/test/mockltsy_under_ctsydispatch/inc/mockltsyindicatorids.h
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2008-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 /**
       
    17  @file
       
    18  @internalAll 
       
    19 */
       
    20 
       
    21 #ifndef MOCKLTSYINDICATORIDS_H_
       
    22 #define MOCKLTSYINDICATORIDS_H_
       
    23 
       
    24 #include <ctsy/ltsy/mltsydispatchinterface.h>
       
    25 #include <e32def.h>
       
    26 
       
    27 // API IDs used by the Mock LTSY
       
    28 
       
    29 const TInt KDispatchCallControlFuncUnitIndIdOffset = 1000;
       
    30 const TInt KMockLtsyDispatchCallControlNotifyCallStatusChangeIndId = KDispatchCallControlFuncUnitId + KDispatchCallControlFuncUnitIndIdOffset + 1;
       
    31 const TInt KMockLtsyDispatchCallControlReceiveUuiIndId = KDispatchCallControlFuncUnitId + KDispatchCallControlFuncUnitIndIdOffset + 2;
       
    32 const TInt KMockLtsyDispatchCallControlNotifyDataCallCapsChangeIndId = KDispatchCallControlFuncUnitId + KDispatchCallControlFuncUnitIndIdOffset + 3;
       
    33 const TInt KMockLtsyDispatchCallControlNotifyIncomingCallIndId = KDispatchCallControlFuncUnitId + KDispatchCallControlFuncUnitIndIdOffset + 4;
       
    34 const TInt KMockLtsyDispatchCallControlNotifyHscsdInfoChangeIndId = KDispatchCallControlFuncUnitId + KDispatchCallControlFuncUnitIndIdOffset + 5;
       
    35 const TInt KMockLtsyDispatchCallControlNotifyCallEventIndId = KDispatchCallControlFuncUnitId + KDispatchCallControlFuncUnitIndIdOffset + 6;
       
    36 const TInt KMockLtsyDispatchCallControlNotifyCallInfoChangeIndId = KDispatchCallControlFuncUnitId + KDispatchCallControlFuncUnitIndIdOffset + 7;
       
    37 const TInt KMockLtsyDispatchCallControlNotifyIccCallForwardingStatusChangeIndId = KDispatchCallControlFuncUnitId + KDispatchCallControlFuncUnitIndIdOffset + 8;
       
    38 const TInt KMockLtsyDispatchCallControlRemoteAlertingToneChangeIndId = KDispatchCallControlFuncUnitId + KDispatchCallControlFuncUnitIndIdOffset + 9;
       
    39 
       
    40 const TInt KDispatchCallControlMultipartyFuncUnitIndIdOffset = 1000;
       
    41 
       
    42 const TInt KDispatchCellBroadcastFuncUnitIndIdOffset = 1000;
       
    43 const TInt KMockLtsyDispatchCellBroadcastGsmBroadcastNotifyMessageReceivedIndId = KDispatchCellBroadcastFuncUnitId + KDispatchCellBroadcastFuncUnitIndIdOffset + 1;
       
    44 const TInt KMockLtsyDispatchCellBroadcastWcdmaBroadcastMessageReceivedIndId = KDispatchCellBroadcastFuncUnitId + KDispatchCellBroadcastFuncUnitIndIdOffset + 2;
       
    45 
       
    46 const TInt KDispatchPacketServicesFuncUnitIndIdOffset = 1000;
       
    47 const TInt KMockLtsyDispatchPacketServicesNotifyPacketAttachModeChangeIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 1;
       
    48 const TInt KMockLtsyDispatchPacketServicesNotifyQosProfileChangedIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 2;
       
    49 const TInt KMockLtsyDispatchPacketServicesNotifyRatTransferCapsChangeIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 3;
       
    50 const TInt KMockLtsyDispatchPacketServicesNotifyPacketMsClassChangeIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 4;
       
    51 const TInt KMockLtsyDispatchPacketServicesNotifyPacketDynamicCapsChangeIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 5;
       
    52 const TInt KMockLtsyDispatchPacketServicesNotifyPdpContextAddedIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 6;
       
    53 const TInt KMockLtsyDispatchPacketServicesNotifyNetworkInitiatedContextActivationRequestIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 7;
       
    54 const TInt KMockLtsyDispatchPacketServicesNotifyPdpContextConfigChangedIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 8;
       
    55 const TInt KMockLtsyDispatchPacketServicesNotifyPdpContextStatusChangeIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 9;
       
    56 const TInt KMockLtsyDispatchPacketServicesNotifyPacketNetworkRegistrationStatusIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 10;
       
    57 const TInt KMockLtsyDispatchPacketServicesNotifyPdpContextConnectionSpeedChangeIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 11;
       
    58 const TInt KMockLtsyDispatchPacketServicesNotifyMbmsContextConfigChangedIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 12;
       
    59 const TInt KMockLtsyDispatchPacketServicesNotifyMbmsNetworkServiceStatusChangeIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 13;
       
    60 const TInt KMockLtsyDispatchPacketServicesNotifyMbmsServiceAvailabilityChangeIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 14;
       
    61 const TInt KMockLtsyDispatchPacketServicesNotifyConnectionInfoChangeIndId = KDispatchPacketServicesFuncUnitId + KDispatchPacketServicesFuncUnitIndIdOffset + 15;
       
    62 
       
    63 const TInt KDispatchPhonebookEnFuncUnitIndIdOffset = 1000;
       
    64 
       
    65 const TInt KDispatchPhonebookFuncUnitIndIdOffset = 1000;
       
    66 const TInt KMockLtsyDispatchPhonebookStoreResetCacheIndId = KDispatchPhonebookFuncUnitId + KDispatchPhonebookFuncUnitIndIdOffset + 1;
       
    67 const TInt KMockLtsyDispatchPhonebookStoreSetFdnPhonebookInfoIndId = KDispatchPhonebookFuncUnitId + KDispatchPhonebookFuncUnitIndIdOffset + 2;
       
    68 
       
    69 const TInt KDispatchPhoneFuncUnitIndIdOffset = 1000;
       
    70 const TInt KMockLtsyDispatchPhoneNotifyNetworkModeChangeIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 1;
       
    71 const TInt KMockLtsyDispatchPhoneNotifyEgprsInfoChangeIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 2;
       
    72 const TInt KMockLtsyDispatchPhoneNotifySignalStrengthChangeIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 3;
       
    73 const TInt KMockLtsyDispatchPhoneNotifyNetworkRegistrationStatusChangeIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 5;
       
    74 const TInt KMockLtsyDispatchPhoneNotifyNitzInfoChangeIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 6;
       
    75 const TInt KMockLtsyDispatchPhoneNotifyBatteryInfoChangeIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 7;
       
    76 const TInt KMockLtsyDispatchPhoneNotifyCurrentNetworkChangeIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 8;
       
    77 const TInt KMockLtsyDispatchPhoneNotifyRfStatusChangeIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 9;
       
    78 const TInt KMockLtsyDispatchPhoneNotifyNspsStatusChangeIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 10;
       
    79 const TInt KMockLtsyDispatchPhoneNotifyNetworkSelectionSettingChangeIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 11;
       
    80 const TInt KMockLtsyDispatchPhoneNotifyRauEventIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 12;
       
    81 const TInt KMockLtsyDispatchPhoneNotifyNetworkConnectionFailureIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 13;
       
    82 const TInt KMockLtsyDispatchCustomPhoneNotifyDtmfEventIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 14;
       
    83 const TInt KMockLtsyDispatchPhoneNotifyDtmfEventIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 15;
       
    84 const TInt KMockLtsyDispatchPhoneNotifyHspaStatusChangedIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 16;
       
    85 const TInt KMockLtsyDispatchPhoneNotifyCellInfoChangedIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 17;
       
    86 const TInt KMockLtsyDispatchPhoneNotifyCellInfoChangeIndId = KDispatchPhoneFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 18;
       
    87 
       
    88 const TInt KDispatchSatFuncUnitIndIdOffset = 1000;
       
    89 const TInt KMockLtsyDispatchSatUssdControlSupportedChangeIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 1;
       
    90 const TInt KMockLtsyDispatchSatPcmdIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 2;
       
    91 const TInt KMockLtsyDispatchSatNotifyProactiveSimSessionEndIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 3;
       
    92 const TInt KMockLtsyDispatchSatNotifyLocalInfoIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 4;
       
    93 const TInt KMockLtsyDispatchSatTimeZoneChangeIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 5;
       
    94 const TInt KMockLtsyDispatchSatAccessTechnologyChangeIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 6;
       
    95 const TInt KMockLtsyDispatchSatCallConnectedIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 7;
       
    96 const TInt KMockLtsyDispatchSatSsChangeIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 8;
       
    97 const TInt KMockLtsyDispatchSatCallDisconnectedIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 9;
       
    98 const TInt KMockLtsyDispatchSatMtCallIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 10;
       
    99 const TInt KMockLtsyDispatchSatCallControlEnvelopeResponseIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 11;
       
   100 const TInt KMockLtsyDispatchSatCreateCallControlEnvelopeIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 12;
       
   101 const TInt KMockLtsyDispatchSatCreateMoSmControlEnvelopeIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 13;
       
   102 const TInt KMockLtsyDispatchSatImsiChangedIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 14;
       
   103 const TInt KMockLtsyDispatchSatLocationStatusIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 15;
       
   104 const TInt KMockLtsyDispatchSatRemoveEventListIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 16;
       
   105 const TInt KMockLtsyDispatchSatCreateRefreshTerminalRspIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 17;
       
   106 const TInt KMockLtsyDispatchSatMoSmControlEnvelopeResponseIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 18;
       
   107 const TInt KMockLtsyDispatchSatCreateSmsPpDownloadEnvelopeIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 19;
       
   108 const TInt KMockLtsyDispatchSatCreateSmsDeliveryReportIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 20;
       
   109 const TInt KMockLtsyDispatchSatCreateCellBroadcastEnvelopeIndId = KDispatchSatFuncUnitId + KDispatchSatFuncUnitIndIdOffset + 21;
       
   110 
       
   111 
       
   112 const TInt KDispatchSecurityFuncUnitIndIdOffset = 1000;
       
   113 const TInt KMockLtsyDispatchSecurityBootNotifySecurityReadyIndId = KDispatchSecurityFuncUnitId + KDispatchSecurityFuncUnitIndIdOffset + 1;
       
   114 const TInt KMockLtsyDispatchSecurityNotifySecurityEventIndId = KDispatchSecurityFuncUnitId + KDispatchSecurityFuncUnitIndIdOffset + 2;
       
   115 const TInt KMockLtsyDispatchSecurityNotifyLockInfoChangeIndId = KDispatchSecurityFuncUnitId + KDispatchSecurityFuncUnitIndIdOffset + 3;
       
   116 const TInt KLtsyDispatchSecurityNotifyCipheringInfoChangeApiId = KDispatchSecurityFuncUnitId + KDispatchSecurityFuncUnitIndIdOffset + 4;
       
   117 
       
   118 const TInt KDispatchSimFuncUnitIndIdOffset = 1000;
       
   119 const TInt KMockLtsyDispatchSimRefreshSimFilesIndId = KDispatchSimFuncUnitId + KDispatchSimFuncUnitIndIdOffset + 1;
       
   120 const TInt KMockLtsyDispatchSimNotifyIccMessageWaitingIndicatorsChangeIndId = KDispatchSimFuncUnitId + KDispatchSimFuncUnitIndIdOffset + 2;
       
   121 const TInt KMockLtsyDispatchSimNotifyApnListChangeIndId = KDispatchSimFuncUnitId + KDispatchSimFuncUnitIndIdOffset + 3;
       
   122 const TInt KMockLtsyDispatchSimNotifyApnControlListServiceStatusChangeIndId = KDispatchSimFuncUnitId + KDispatchSimFuncUnitIndIdOffset + 4;
       
   123 const TInt KLtsyDispatchSimNotifySimCardStatusApiId = KDispatchSimFuncUnitId + KDispatchSimFuncUnitIndIdOffset + 5;
       
   124 
       
   125 const TInt KDispatchSmsFuncUnitIndIdOffset = 1000;
       
   126 const TInt KMockLtsyDispatchSmsNotifyReceiveSmsMessageIndId = KDispatchSmsFuncUnitId + KDispatchSmsFuncUnitIndIdOffset + 1;
       
   127 
       
   128 const TInt KDispatchSupplementaryServicesFuncUnitIndIdOffset = 1000;
       
   129 const TInt KMockLtsyDispatchSupplementaryServicesNotifyCallBarringStatusChangeIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 1;
       
   130 const TInt KMockLtsyDispatchSupplementaryServicesReceiveUssdMessageIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 2;
       
   131 const TInt KMockLtsyDispatchSupplementaryServicesNotifyCallWaitingStatusChangeIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 3;
       
   132 const TInt KMockLtsyDispatchSupplementaryServicesNotifyCallForwardingStatusChangeIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 4;
       
   133 const TInt KMockLtsyDispatchSupplementaryServicesNotifyCallForwardingActiveIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 5;
       
   134 const TInt KMockLtsyDispatchSupplementaryServicesGetDiagnosticOctetsIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 6;
       
   135 const TInt KMockLtsyDispatchSupplementaryServicesNotifyAdditionalInfoIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 7;
       
   136 const TInt KMockLtsyDispatchSupplementaryServicesNotifyRequestCompleteIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 8;
       
   137 const TInt KMockLtsyDispatchSupplementaryServicesNotifyNetworkEventForwardModeIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 9;
       
   138 const TInt KMockLtsyDispatchSupplementaryServicesNotifyNetworkEventCallWaitingIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 10;
       
   139 const TInt KMockLtsyDispatchSupplementaryServicesNotifyNetworkEventHoldModeIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 11;
       
   140 const TInt KMockLtsyDispatchSupplementaryServicesNotifyNetworkEventConfrenceIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 12;
       
   141 const TInt KMockLtsyDispatchSupplementaryServicesNotifyNetworkEventCugIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 13;
       
   142 const TInt KMockLtsyDispatchSupplementaryServicesNotifyNetworkEventClirSuppressionIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 14;
       
   143 const TInt KMockLtsyDispatchSupplementaryServicesNotifyNetworkEventEctCallStateIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 15;
       
   144 const TInt KMockLtsyDispatchSupplementaryServicesNotifyNetworkEventIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchSupplementaryServicesFuncUnitIndIdOffset + 16;
       
   145 const TInt KMockLtsyDispatchSupplementaryServicesNotifySendNetworkServiceRequestIndId = KDispatchSupplementaryServicesFuncUnitId + KDispatchPhoneFuncUnitIndIdOffset + 17;
       
   146 
       
   147 #endif /*MOCKLTSYINDICATORIDS_H_*/