/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager_stub.h | 37 static int32_t LocalListSystemAbility(SystemAbilityManagerStub* stub, in LocalListSystemAbility() 42 static int32_t LocalSubsSystemAbility(SystemAbilityManagerStub* stub, in LocalSubsSystemAbility() 47 static int32_t LocalUnSubsSystemAbility(SystemAbilityManagerStub* stub, in LocalUnSubsSystemAbility() 67 static int32_t LocalAddSystemAbility(SystemAbilityManagerStub* stub, in LocalAddSystemAbility() 72 static int32_t LocalGetSystemAbility(SystemAbilityManagerStub* stub, in LocalGetSystemAbility() 77 static int32_t LocalCheckSystemAbility(SystemAbilityManagerStub* stub, in LocalCheckSystemAbility() 82 static int32_t LocalAddSystemProcess(SystemAbilityManagerStub* stub, in LocalAddSystemProcess() 112 static int32_t LocalLoadSystemAbility(SystemAbilityManagerStub* stub, in LocalLoadSystemAbility() 142 static int32_t LocalGetOnDemandPolicy(SystemAbilityManagerStub* stub, in LocalGetOnDemandPolicy() 157 static int32_t LocalSendStrategy(SystemAbilityManagerStub* stub, in LocalSendStrategy() [all …]
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/ |
H A D | multimodal_input_connect_stub_ex_test.cpp | 400 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIServiceTest>(); variable 419 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIServiceTest>(); variable 439 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIServiceTest>(); variable 459 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIServiceTest>(); variable 479 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIServiceTest>(); variable 499 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIServiceTest>(); variable 518 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIServiceTest>(); variable 537 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIServiceTest>(); variable 557 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIServiceTest>(); variable 577 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIServiceTest>(); variable [all …]
|
H A D | multimodal_input_connect_stub_test.cpp | 44 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIService>(); variable 74 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIService>(); variable 93 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIService>(); variable 113 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIService>(); variable 140 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIService>(); variable 159 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIService>(); variable 175 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIService>(); variable 191 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIService>(); variable 209 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIService>(); variable 232 std::shared_ptr<MultimodalInputConnectStub> stub = std::make_shared<MMIService>(); variable [all …]
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_service_stub_test.cpp | 58 auto stub = std::make_shared<MockPrintService>(); variable 77 auto stub = std::make_shared<MockPrintService>(); variable 99 auto stub = std::make_shared<MockPrintService>(); variable 126 auto stub = std::make_shared<MockPrintService>(); variable 157 auto stub = std::make_shared<MockPrintService>(); variable 191 auto stub = std::make_shared<MockPrintService>(); variable 215 auto stub = std::make_shared<MockPrintService>(); variable 239 auto stub = std::make_shared<MockPrintService>(); variable 263 auto stub = std::make_shared<MockPrintService>(); variable 289 auto stub = std::make_shared<MockPrintService>(); variable [all …]
|
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/ |
H A D | local_ability_manager_stub.h | 38 …static int32_t LocalStartAbility(LocalAbilityManagerStub* stub, MessageParcel& data, MessageParcel… in LocalStartAbility() 42 …static int32_t LocalStopAbility(LocalAbilityManagerStub* stub, MessageParcel& data, MessageParcel&… in LocalStopAbility() 46 …static int32_t LocalActiveAbility(LocalAbilityManagerStub* stub, MessageParcel& data, MessageParce… in LocalActiveAbility() 50 …static int32_t LocalIdleAbility(LocalAbilityManagerStub* stub, MessageParcel& data, MessageParcel&… in LocalIdleAbility() 54 …static int32_t LocalSendStrategyToSA(LocalAbilityManagerStub* stub, MessageParcel& data, MessagePa… in LocalSendStrategyToSA() 58 …static int32_t LocalIpcStatCmdProc(LocalAbilityManagerStub* stub, MessageParcel& data, MessageParc… in LocalIpcStatCmdProc() 62 …static int32_t LocalFfrtDumperProc(LocalAbilityManagerStub* stub, MessageParcel& data, MessageParc… in LocalFfrtDumperProc() 66 …static int32_t LocalSystemAbilityExtProc(LocalAbilityManagerStub* stub, MessageParcel& data, Messa… in LocalSystemAbilityExtProc()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_callback_stub.cpp | 92 BluetoothGattClientCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnConnectionStateChangedInner() 103 BluetoothGattClientCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnCharacteristicChangedInner() 115 BluetoothGattClientCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnCharacteristicReadInner() 129 BluetoothGattClientCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnCharacteristicWriteInner() 143 BluetoothGattClientCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnDescriptorReadInner() 158 BluetoothGattClientCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnDescriptorWriteInner() 172 BluetoothGattClientCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnMtuChangedInner() 183 BluetoothGattClientCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnServicesDiscoveredInner() 193 BluetoothGattClientCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnConnectionParameterChangedInner() 206 BluetoothGattClientCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnServicesChangedInner() [all …]
|
H A D | bluetooth_hfp_hf_observer_stub.cpp | 88 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnConnectionStateChangedInner() 101 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnScoStateChangedInner() 113 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnCallChangedInner() 128 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnSignalStrengthChangedInner() 140 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnRegistrationStatusChangedInner() 152 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnRoamingStatusChangedInner() 164 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnOperatorSelectionChangedInner() 176 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnSubscriberNumberChangedInner() 188 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnVoiceRecognitionStatusChangedInner() 200 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnInBandRingToneChangedInner()
|
H A D | bluetooth_host_observer_stub.cpp | 74 int32_t BluetoothHostObserverStub::OnStateChangedInner(BluetoothHostObserverStub *stub, in OnStateChangedInner() 87 int32_t BluetoothHostObserverStub::OnDiscoveryStateChangedInner(BluetoothHostObserverStub *stub, in OnDiscoveryStateChangedInner() 98 int32_t BluetoothHostObserverStub::OnDiscoveryResultInner(BluetoothHostObserverStub *stub, in OnDiscoveryResultInner() 115 int32_t BluetoothHostObserverStub::OnPairRequestedInner(BluetoothHostObserverStub *stub, in OnPairRequestedInner() 130 int32_t BluetoothHostObserverStub::OnPairConfirmedInner(BluetoothHostObserverStub *stub, in OnPairConfirmedInner() 147 int32_t BluetoothHostObserverStub::OnScanModeChangedInner(BluetoothHostObserverStub *stub, in OnScanModeChangedInner() 158 int32_t BluetoothHostObserverStub::OnDeviceNameChangedInner(BluetoothHostObserverStub *stub, in OnDeviceNameChangedInner() 169 int32_t BluetoothHostObserverStub::OnDeviceAddrChangedInner(BluetoothHostObserverStub *stub, in OnDeviceAddrChangedInner() 180 int32_t BluetoothHostObserverStub::OnBluetoothStateChangedInner(BluetoothHostObserverStub *stub, in OnBluetoothStateChangedInner()
|
H A D | bluetooth_gatt_server_callback_stub.cpp | 86 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnCharacteristicReadRequestInner() 103 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnConnectionStateChangedInner() 120 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnAddServiceInner() 137 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnCharacteristicWriteRequestInner() 155 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnDescriptorReadRequestInner() 172 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnDescriptorWriteRequestInner() 189 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnMtuChangedInner() 203 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnNotifyConfirmInner() 221 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnConnectionParameterChangedInner()
|
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 138 BluetoothAvrcpCtObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnConnectionStateChangedInner() 149 BluetoothAvrcpCtObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnPressButtonInner() 160 BluetoothAvrcpCtObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnReleaseButtonInner() 171 BluetoothAvrcpCtObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnSetBrowsedPlayerInner() 193 BluetoothAvrcpCtObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnGetCapabilitiesInner() 223 BluetoothAvrcpCtObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnGetPlayerAppSettingAttributesInner() 244 BluetoothAvrcpCtObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnGetPlayerAppSettingValuesInner() 265 BluetoothAvrcpCtObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnGetPlayerAppSettingCurrentValueInner() 294 BluetoothAvrcpCtObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnSetPlayerAppSettingCurrentValueInner() 304 BluetoothAvrcpCtObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnGetPlayerAppSettingAttributeTextInner() [all …]
|
H A D | bluetooth_remote_device_observer_stub.cpp | 81 … BluetoothRemoteDeviceObserverstub::OnAclStateChangedInner(BluetoothRemoteDeviceObserverstub *stub, in OnAclStateChangedInner() 94 …luetoothRemoteDeviceObserverstub::OnPairStatusChangedInner(BluetoothRemoteDeviceObserverstub *stub, in OnPairStatusChangedInner() 108 …oothRemoteDeviceObserverstub::OnRemoteNameUuidChangedInner(BluetoothRemoteDeviceObserverstub *stub, in OnRemoteNameUuidChangedInner() 132 …luetoothRemoteDeviceObserverstub::OnRemoteNameChangedInner(BluetoothRemoteDeviceObserverstub *stub, in OnRemoteNameChangedInner() 144 …uetoothRemoteDeviceObserverstub::OnRemoteAliasChangedInner(BluetoothRemoteDeviceObserverstub *stub, in OnRemoteAliasChangedInner() 156 …BluetoothRemoteDeviceObserverstub::OnRemoteCodChangedInner(BluetoothRemoteDeviceObserverstub *stub, in OnRemoteCodChangedInner() 168 …toothRemoteDeviceObserverstub::OnRemoteBatteryChangedInner(BluetoothRemoteDeviceObserverstub *stub, in OnRemoteBatteryChangedInner() 180 …oteDeviceObserverstub::OnRemoteDeviceCommonInfoReportInner(BluetoothRemoteDeviceObserverstub *stub, in OnRemoteDeviceCommonInfoReportInner()
|
H A D | bluetooth_ble_advertise_callback_stub.cpp | 86 BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnStartResultEventInner() 98 BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnEnableResultEventInner() 108 BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnDisableResultEventInner() 118 BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnStopResultEventInner() 128 BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnAutoStopAdvEventInner() 137 BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnSetAdvDataEventInner()
|
H A D | bluetooth_a2dp_src_observer_stub.cpp | 73 BluetoothA2dpSrcObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnConnectionStateChangedInner() 85 BluetoothA2dpSrcObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnPlayingStatusChangedInner() 97 BluetoothA2dpSrcObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnConfigurationChangedInner() 111 BluetoothA2dpSrcObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnMediaStackChangedInner() 120 BluetoothA2dpSrcObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnVirtualDeviceChangedInner()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | devsvc_manager_stub.c | 257 struct DevSvcManagerStub *stub = (struct DevSvcManagerStub *)super; in DevSvcManagerStubAddService() local 288 struct DevSvcManagerStub *stub = (struct DevSvcManagerStub *)super; in DevSvcManagerStubUpdateService() local 325 struct DevSvcManagerStub *stub = (struct DevSvcManagerStub *)super; in DevSvcManagerStubGetService() local 374 struct DevSvcManagerStub *stub = (struct DevSvcManagerStub *)super; in DevSvcManagerStubListAllService() local 392 struct DevSvcManagerStub *stub = (struct DevSvcManagerStub *)super; in DevSvcManagerStubListServiceByInterfaceDesc() local 413 struct DevSvcManagerStub *stub = (struct DevSvcManagerStub *)super; in DevSvcManagerStubRemoveService() local 461 struct DevSvcManagerStub *stub = (struct DevSvcManagerStub *)super; in DevSvcManagerStubRegisterServListener() local 494 struct DevSvcManagerStub *stub = (struct DevSvcManagerStub *)super; in DevSvcManagerStubUnregisterServListener() local 519 struct DevSvcManagerStub *stub = (struct DevSvcManagerStub *)service; in DevSvcManagerStubDispatch() local 562 struct DevSvcManagerStub *stub = in DevSvcManagerOnServiceDied() local [all …]
|
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/ |
H A D | test_observer_stub_test.cpp | 64 MockTestObserverStub stub; variable 89 MockTestObserverStub stub; variable 115 MockTestObserverStub stub; variable 141 MockTestObserverStub stub; variable 165 MockTestObserverStub stub; variable
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | mediakeysystem_service_stub.cpp | 112 static int32_t ProcessCreatekeySession(MediaKeySystemServiceStub *stub, MessageParcel &data, Messag… in ProcessCreatekeySession() 130 static int32_t ProcessKeySystemRequest(MediaKeySystemServiceStub *stub, MessageParcel &data, Messag… in ProcessKeySystemRequest() 157 static int32_t ProcessKeySystemResponse(MediaKeySystemServiceStub *stub, MessageParcel &data, Messa… in ProcessKeySystemResponse() 204 static int32_t ProcessSetConfigurationByteArray(MediaKeySystemServiceStub *stub, MessageParcel &dat… in ProcessSetConfigurationByteArray() 226 static int32_t ProcessGetConfigurationByteArray(MediaKeySystemServiceStub *stub, MessageParcel &dat… in ProcessGetConfigurationByteArray() 249 static int32_t ProcessGetMetircs(MediaKeySystemServiceStub *stub, MessageParcel &data, MessageParce… in ProcessGetMetircs() 264 static int32_t ProcessReleaseKeySystem(MediaKeySystemServiceStub *stub, MessageParcel &data, Messag… in ProcessReleaseKeySystem() 273 static int32_t ProcessGetMaxContentProtectionLevel(MediaKeySystemServiceStub *stub, MessageParcel &… in ProcessGetMaxContentProtectionLevel() 330 static int32_t ProcessGetOfflineMediaKeyStatus(MediaKeySystemServiceStub *stub, MessageParcel &data, in ProcessGetOfflineMediaKeyStatus() 407 static int32_t ProcessSetListenerObject(MediaKeySystemServiceStub *stub, MessageParcel &data, Messa… in ProcessSetListenerObject() [all …]
|
H A D | key_session_service_stub.cpp | 87 static int32_t ProcessGetMediaDecryptModule(MediaKeySessionServiceStub *stub, MessageParcel &data, in ProcessGetMediaDecryptModule() 104 static int32_t ProcessReleaseKeySession(MediaKeySessionServiceStub *stub, MessageParcel &data, Mess… in ProcessReleaseKeySession() 112 static int32_t ProcessMediaKeyRequest(MediaKeySessionServiceStub *stub, MessageParcel &data, Messag… in ProcessMediaKeyRequest() 164 static int32_t ProcessMediaKeyResponse(MediaKeySessionServiceStub *stub, MessageParcel &data, Messa… in ProcessMediaKeyResponse() 232 static int32_t ProcessOfflineReleaseResponse(MediaKeySessionServiceStub *stub, MessageParcel &data, in ProcessOfflineReleaseResponse() 263 static int32_t ProcessCheckMediaKeyStatus(MediaKeySessionServiceStub *stub, MessageParcel &data, Me… in ProcessCheckMediaKeyStatus() 279 static int32_t ProcessRestoreOfflineMediaKey(MediaKeySessionServiceStub *stub, MessageParcel &data, in ProcessRestoreOfflineMediaKey() 300 static int32_t ProcessClearMediaKeys(MediaKeySessionServiceStub *stub, MessageParcel &data, Message… in ProcessClearMediaKeys() 309 static int32_t ProcessSetCallback(MediaKeySessionServiceStub *stub, MessageParcel &data, MessagePar… in ProcessSetCallback() 372 static int32_t ProcessSetListenerObject(MediaKeySessionServiceStub *stub, MessageParcel &data, in ProcessSetListenerObject() [all …]
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | mock_ipc_common.cpp | 37 int32_t IpcCommon::GetCallingUserId(IPCObjectStub &stub, int32_t &userId) in GetCallingUserId() 98 bool IpcCommon::CheckPermission(IPCObjectStub &stub, Permission permission) in CheckPermission() 103 uint32_t IpcCommon::GetAccessTokenId(IPCObjectStub &stub) in GetAccessTokenId() 131 uint32_t IpcCommon::GetTokenId(IPCObjectStub &stub) in GetTokenId() 143 bool IpcCommon::GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType) in GetCallerName() 150 bool IpcCommon::GetCallingAppID(IPCObjectStub &stub, std::string &callingAppID) in GetCallingAppID()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_ipc_common.cpp | 37 int32_t IpcCommon::GetCallingUserId(IPCObjectStub &stub, int32_t &userId) in GetCallingUserId() 98 bool IpcCommon::CheckPermission(IPCObjectStub &stub, Permission permission) in CheckPermission() 103 uint32_t IpcCommon::GetAccessTokenId(IPCObjectStub &stub) in GetAccessTokenId() 131 uint32_t IpcCommon::GetTokenId(IPCObjectStub &stub) in GetTokenId() 143 bool IpcCommon::GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType) in GetCallerName() 150 bool IpcCommon::GetCallingAppID(IPCObjectStub &stub, std::string &callingAppID) in GetCallingAppID()
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | ipc_common.cpp | 58 int32_t IpcCommon::GetCallingUserId(IPCObjectStub &stub, int32_t &userId) in GetCallingUserId() 179 bool IpcCommon::CheckPermission(IPCObjectStub &stub, Permission permission) in CheckPermission() 208 uint32_t IpcCommon::GetAccessTokenId(IPCObjectStub &stub) in GetAccessTokenId() 219 uint32_t IpcCommon::GetTokenId(IPCObjectStub &stub) in GetTokenId() 246 bool IpcCommon::CheckNativeCallingProcessWhiteList(IPCObjectStub &stub, Permission permission) in CheckNativeCallingProcessWhiteList() 274 bool IpcCommon::CheckDirectCallerAndFirstCallerIfSet(IPCObjectStub &stub, const std::string &permis… in CheckDirectCallerAndFirstCallerIfSet() 287 bool IpcCommon::CheckDirectCaller(IPCObjectStub &stub, const std::string &permission) in CheckDirectCaller() 298 bool IpcCommon::CheckCallerIsSystemApp(IPCObjectStub &stub) in CheckCallerIsSystemApp() 312 bool IpcCommon::GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType) in GetCallerName() 353 bool IpcCommon::GetCallingAppID(IPCObjectStub &stub, std::string &callingAppID) in GetCallingAppID()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | reverse_continuation_scheduler_replica_stub_test.cpp | 62 auto stub = std::make_shared<MockReverseContinuationSchedulerReplicaStub>(); in HWTEST_F() local 82 auto stub = std::make_shared<MockReverseContinuationSchedulerReplicaStub>(); in HWTEST_F() local 101 auto stub = std::make_shared<MockReverseContinuationSchedulerReplicaStub>(); in HWTEST_F() local 120 auto stub = std::make_shared<MockReverseContinuationSchedulerReplicaStub>(); in HWTEST_F() local 141 auto stub = std::make_shared<MockReverseContinuationSchedulerReplicaStub>(); in HWTEST_F() local 162 auto stub = std::make_shared<MockReverseContinuationSchedulerReplicaStub>(); in HWTEST_F() local
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_status_change_stub.h | 34 static int32_t LocalOnAddSystemAbility(SystemAbilityStatusChangeStub* stub, MessageParcel& data, in LocalOnAddSystemAbility() 39 …static int32_t LocalOnRemoveSystemAbility(SystemAbilityStatusChangeStub* stub, MessageParcel& data, in LocalOnRemoveSystemAbility()
|
H A D | system_process_status_change_stub.h | 30 static int32_t LocalSystemProcessStarted(SystemProcessStatusChangeStub *stub, in LocalSystemProcessStarted() 35 static int32_t LocalSystemProcessStopped(SystemProcessStatusChangeStub *stub, in LocalSystemProcessStopped()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | servstat_listener.c | 34 struct ServstatListenerStub *stub = (struct ServstatListenerStub *)remote; in ServstatListenerStubRemoteDispatch() local 71 struct ServstatListenerStub *stub = OsalMemCalloc(sizeof(struct ServstatListenerStub)); in HdiServiceStatusListenerNewInstance() local 99 … struct ServstatListenerStub *stub = CONTAINER_OF(listener, struct ServstatListenerStub, listener); in HdiServiceStatusListenerFree() local
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/ |
H A D | imscallback_fuzzer.cpp | 71 void TestImsCallCallbackFunction(const uint8_t *data, size_t size, sptr<ImsCallCallbackStub> &stub) in TestImsCallCallbackFunction() 125 …id TestImsCallCallbackExFunction(const uint8_t *data, size_t size, sptr<ImsCallCallbackStub> &stub) in TestImsCallCallbackExFunction() 163 …id TestImsConfigCallbackFunction(const uint8_t *data, size_t size, sptr<ImsCallCallbackStub> &stub) in TestImsConfigCallbackFunction() 213 void TestImsUTCallbackFunction(const uint8_t *data, size_t size, sptr<ImsCallCallbackStub> &stub) in TestImsUTCallbackFunction() 270 void TestUTCallbackFunction(const uint8_t *data, size_t size, sptr<ImsCallCallbackStub> &stub) in TestUTCallbackFunction() 306 void TestCFCallbackFunction(const uint8_t *data, size_t size, sptr<ImsCallCallbackStub> &stub) in TestCFCallbackFunction() 367 …tICCbWithCallSessionEventChanged(const uint8_t *data, size_t size, sptr<ImsCallCallbackStub> &stub) in TestICCbWithCallSessionEventChanged() 380 …estICCbWithPeerDimensionsChanged(const uint8_t *data, size_t size, sptr<ImsCallCallbackStub> &stub) in TestICCbWithPeerDimensionsChanged() 394 …TestICCbWithCallDataUsageChanged(const uint8_t *data, size_t size, sptr<ImsCallCallbackStub> &stub) in TestICCbWithCallDataUsageChanged() 407 …CCbWithCameraCapabilitiesChanged(const uint8_t *data, size_t size, sptr<ImsCallCallbackStub> &stub) in TestICCbWithCameraCapabilitiesChanged() [all …]
|