/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_host_test/ |
H A D | bundle_resource_host_test.cpp | 93 sptr<MockBundleResourceHostImpl> stub = new MockBundleResourceHostImpl(); variable 104 sptr<MockBundleResourceHostImpl> stub = new MockBundleResourceHostImpl(); variable 115 sptr<MockBundleResourceHostImpl> stub = new MockBundleResourceHostImpl(); variable 126 sptr<MockBundleResourceHostImpl> stub = new MockBundleResourceHostImpl(); variable
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_callback_stub.cpp | 77 BluetoothBleCentralManagerCallBackStub *stub, MessageParcel &data, MessageParcel &reply) in OnScanCallbackInner() 90 BluetoothBleCentralManagerCallBackStub *stub, MessageParcel &data, MessageParcel &reply) in OnBleBatchScanResultsEventInner() 113 BluetoothBleCentralManagerCallBackStub *stub, MessageParcel &data, MessageParcel &reply) in OnStartOrStopScanEventInner() 123 BluetoothBleCentralManagerCallBackStub *stub, MessageParcel &data, in OnNotifyMsgReportFromLpDeviceInner()
|
H A D | bluetooth_ble_peripheral_observer_stub.cpp | 67 BluetoothBlePeripheralObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnReadRemoteRssiEventInner() 81 BluetoothBlePeripheralObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnPairStatusChangedInner() 95 BluetoothBlePeripheralObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnAclStateChangedInner()
|
H A D | bluetooth_opp_observer_stub.cpp | 63 int32_t BluetoothOppObserverStub::OnReceiveIncomingFileChangedInner(BluetoothOppObserverStub *stub, in OnReceiveIncomingFileChangedInner() 74 int32_t BluetoothOppObserverStub::OnTransferStateChangedInner(BluetoothOppObserverStub *stub, in OnTransferStateChangedInner()
|
H A D | bluetooth_resource_manager_observer_stub.cpp | 62 …ResourceManagerObserverStub::OnSensingStateChangedInner(BluetoothResourceManagerObserverStub *stub, in OnSensingStateChangedInner() 75 BluetoothResourceManagerObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnBluetoothResourceDecisionInner()
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/faults/ |
H A D | ipc_issues.cpp | 34 auto stub = new RemoteObjectInterfaceStub(); in SptrMismatch() local 75 auto stub = new RemoteObjectInterfaceStub(); in ParcelReadWriteMismatch() local
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/test/unittest/src/ |
H A D | dlp_sandbox_change_callback_stub_test.cpp | 68 auto stub = new (std::nothrow) DlpSandboxChangeCallbackTest(); variable 97 auto stub = new (std::nothrow) DlpSandboxChangeCallbackTest(); variable 128 auto stub = new (std::nothrow) DlpSandboxChangeCallbackTest(); variable
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | mediakeysystemfactory_service_stub.cpp | 86 static int32_t ProcessCreateMediaKeySystem(MediaKeySystemFactoryServiceStub *stub, MessageParcel &d… in ProcessCreateMediaKeySystem() 103 static int32_t ProcessMediaKeySystemSupportedRequest(MediaKeySystemFactoryServiceStub *stub, Messag… in ProcessMediaKeySystemSupportedRequest() 139 static int32_t ProcessSetListenerObject(MediaKeySystemFactoryServiceStub *stub, MessageParcel &data, in ProcessSetListenerObject() 151 static int32_t ProcessGetMediaKeySystems(MediaKeySystemFactoryServiceStub *stub, MessageParcel &dat… in ProcessGetMediaKeySystems() 168 static int32_t ProcessGetMediaKeySystemUuid(MediaKeySystemFactoryServiceStub *stub, MessageParcel &… in ProcessGetMediaKeySystemUuid()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderservicestub_fuzzer/ |
H A D | rsrenderservicestub_fuzzer.cpp | 70 sptr<RSRenderServiceStub> stub = new RSRenderService(); in RSRenderServiceStubFuzztest001() local 90 sptr<RSRenderServiceStub> stub = new RSRenderService(); in RSRenderServiceStubFuzztest002() local 111 sptr<RSRenderServiceStub> stub = new RSRenderService(); in RSRenderServiceStubFuzztest003() local 137 sptr<RSRenderServiceStub> stub = new RSRenderService(); in RSRenderServiceStubFuzztest004() local
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessible_ability_manager_service_test.cpp | 134 …sptr<AccessibleAbilityManagerStateObserverStub> stub = new MockAccessibleAbilityManagerStateObserv… variable 867 …sptr<MockAccessibleAbilityManagerConfigObserverStub> stub = new MockAccessibleAbilityManagerConfig… variable 983 …sptr<AccessibleAbilityManagerStateObserverStub> stub = new MockAccessibleAbilityManagerStateObserv… variable 1726 …sptr<MockAccessibleAbilityManagerConfigObserverStub> stub = new MockAccessibleAbilityManagerConfig… variable 1744 …sptr<MockAccessibleAbilityManagerConfigObserverStub> stub = new MockAccessibleAbilityManagerConfig… variable 1762 …sptr<MockAccessibleAbilityManagerConfigObserverStub> stub = new MockAccessibleAbilityManagerConfig… variable 1780 …sptr<MockAccessibleAbilityManagerConfigObserverStub> stub = new MockAccessibleAbilityManagerConfig… variable 1798 …sptr<MockAccessibleAbilityManagerConfigObserverStub> stub = new MockAccessibleAbilityManagerConfig… variable 1816 …sptr<MockAccessibleAbilityManagerConfigObserverStub> stub = new MockAccessibleAbilityManagerConfig… variable 1834 …sptr<MockAccessibleAbilityManagerConfigObserverStub> stub = new MockAccessibleAbilityManagerConfig… variable [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_analysis_extension_test/include/ |
H A D | media_analysis_callback_stub_test.h | 31 MediaAnalysisCallbackStub *stub; variable
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/ |
H A D | mod.rs | 18 mod stub; module
|
/ohos5.0/base/powermgr/power_manager/services/zidl/src/shutdown/ |
H A D | shutdown_stub_delegator.h | 25 explicit ShutdownStubDelegator(IRemoteStub<IPowerMgr>& stub) : stub_(stub) {} in ShutdownStubDelegator()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_debug_response_stub_test/ |
H A D | ability_debug_response_stub_test.cpp | 62 auto stub = new (std::nothrow) MockAbilityDebugResponseStub(); variable 90 auto stub = new (std::nothrow) MockAbilityDebugResponseStub(); variable
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/auto_startup_callback_stub_test/ |
H A D | auto_startup_callback_stub_test.cpp | 63 auto stub = new (std::nothrow) MockAutoStartupCallbackStub(); variable 89 auto stub = new (std::nothrow) MockAutoStartupCallbackStub(); variable
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/satellitecallback_fuzzer/ |
H A D | satellitecallback_fuzzer.cpp | 55 void OnRemoteRequest(const uint8_t *data, size_t size, sptr<SatelliteCallCallbackStub> &stub) in OnRemoteRequest() 69 …elliteCallCallbackFunction(const uint8_t *data, size_t size, sptr<SatelliteCallCallbackStub> &stub) in TestSatelliteCallCallbackFunction() 120 … sptr<SatelliteCallCallbackStub> stub = (std::make_unique<SatelliteCallCallbackStub>()).release(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_foreground_state_observer_stub_test/ |
H A D | app_foreground_state_observer_stub_test.cpp | 61 auto stub = new (std::nothrow) MockAppForegroundStateObserverStub(); variable 80 auto stub = new (std::nothrow) MockAppForegroundStateObserverStub(); variable
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | stub_collector.cpp | 58 auto stub = g_stubMap.find(servPtr); in StubCollectorGetOrNewObject() local 96 auto stub = g_stubMap.find(servPtr); in StubCollectorRemoveObject() local
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandbox_new_test.cpp | 1158 StubNode *stub = GetStubNode(STUB_MOUNT); variable 1211 StubNode *stub = GetStubNode(STUB_MOUNT); variable 1263 StubNode *stub = GetStubNode(STUB_MOUNT); variable 1323 StubNode *stub = GetStubNode(STUB_MOUNT); variable 1374 StubNode *stub = GetStubNode(STUB_MOUNT); variable 1426 StubNode *stub = GetStubNode(STUB_MOUNT); variable 1484 StubNode *stub = GetStubNode(STUB_MOUNT); variable 1541 StubNode *stub = GetStubNode(STUB_MOUNT); variable 1594 StubNode *stub = GetStubNode(STUB_MOUNT); variable 1647 StubNode *stub = GetStubNode(STUB_MOUNT); variable [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | stub_refcount_object.cpp | 19 StubRefCountObject::StubRefCountObject(IRemoteObject *stub, int remotePid, const std::string &devic… in StubRefCountObject()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/ |
H A D | serializer_inner.c | 79 static int32_t AddList(IpcObjectStub *stub, uint32_t *token, IpcCallback *ipcCallback) in AddList() 125 IpcObjectStub *stub = (IpcObjectStub *)ptr->content.svc.cookie; in WriteRemoteObject() local
|
/ohos5.0/foundation/communication/ipc/services/dbinder/c/ipc_adapter/mini/ |
H A D | dbinder_ipc_adapter.c | 22 bool IsSameStub(DBinderServiceStub *stub, const char *serviceName, in IsSameStub()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_unittest.cpp | 261 binder_uintptr_t stub = 0; variable 276 binder_uintptr_t stub = 0; variable 476 sptr<DBinderServiceStub> stub = nullptr; variable 494 sptr<DBinderServiceStub> stub = new DBinderServiceStub(serviceName, deviceID, binderObject); variable 509 sptr<DBinderServiceStub> stub = nullptr; variable 579 sptr<DBinderServiceStub> stub = new DBinderServiceStub(serviceName, deviceID, binderObject); variable 717 sptr<DBinderServiceStub> stub = nullptr; variable 1034 sptr<DBinderServiceStub> stub = new DBinderServiceStub(serviceName, deviceID, binderObject); variable 1265 sptr<DBinderServiceStub> stub = new DBinderServiceStub(serviceName, deviceID, binderObject); variable 1284 sptr<DBinderServiceStub> stub = new DBinderServiceStub(serviceName, deviceID, binderObject); variable [all …]
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service.cpp | 177 binder_uintptr_t DBinderService::AddStubByTag(binder_uintptr_t stub) in AddStubByTag() 209 bool DBinderService::CheckBinderObject(const sptr<DBinderServiceStub> &stub, binder_uintptr_t stubP… in CheckBinderObject() 224 auto checkStub = [&stubPtr, this](const sptr<DBinderServiceStub> &stub) { in HasDBinderStub() 236 bool DBinderService::IsSameStubObject(const sptr<DBinderServiceStub> &stub, const std::u16string &s… in IsSameStubObject() 253 auto checkStub = [&service, &device, this](const sptr<DBinderServiceStub> &stub) { in FindDBinderStub() 271 auto checkStub = [&service, &device, this](const sptr<DBinderServiceStub> &stub) { in DeleteDBinderStub() 299 auto checkStub = [&service, &device, this](const sptr<DBinderServiceStub> &stub) { in FindOrNewDBinderStub() 391 …ed_ptr<struct DHandleEntryTxRx> DBinderService::CreateMessage(const sptr<DBinderServiceStub> &stub, in CreateMessage() 457 int32_t DBinderService::InvokerRemoteDBinder(const sptr<DBinderServiceStub> stub, uint32_t seqNumbe… in InvokerRemoteDBinder() 1104 bool DBinderService::DetachSessionObject(binder_uintptr_t stub) in DetachSessionObject() [all …]
|
/ohos5.0/foundation/communication/ipc/services/dbinder/c/ipc_adapter/small/ |
H A D | dbinder_ipc_adapter.c | 26 bool IsSameStub(DBinderServiceStub *stub, const char *serviceName, in IsSameStub()
|