Home
last modified time | relevance | path

Searched defs:stub (Results 26 – 50 of 180) sorted by relevance

12345678

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_host_test/
H A Dbundle_resource_host_test.cpp93 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 Dbluetooth_ble_central_manager_callback_stub.cpp77 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 Dbluetooth_ble_peripheral_observer_stub.cpp67 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 Dbluetooth_opp_observer_stub.cpp63 int32_t BluetoothOppObserverStub::OnReceiveIncomingFileChangedInner(BluetoothOppObserverStub *stub, in OnReceiveIncomingFileChangedInner()
74 int32_t BluetoothOppObserverStub::OnTransferStateChangedInner(BluetoothOppObserverStub *stub, in OnTransferStateChangedInner()
H A Dbluetooth_resource_manager_observer_stub.cpp62 …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 Dipc_issues.cpp34 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 Ddlp_sandbox_change_callback_stub_test.cpp68 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 Dmediakeysystemfactory_service_stub.cpp86 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 Drsrenderservicestub_fuzzer.cpp70 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 Daccessible_ability_manager_service_test.cpp134 …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 Dmedia_analysis_callback_stub_test.h31 MediaAnalysisCallbackStub *stub; variable
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dmod.rs18 mod stub; module
/ohos5.0/base/powermgr/power_manager/services/zidl/src/shutdown/
H A Dshutdown_stub_delegator.h25 explicit ShutdownStubDelegator(IRemoteStub<IPowerMgr>& stub) : stub_(stub) {} in ShutdownStubDelegator()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_debug_response_stub_test/
H A Dability_debug_response_stub_test.cpp62 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 Dauto_startup_callback_stub_test.cpp63 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 Dsatellitecallback_fuzzer.cpp55 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 Dapp_foreground_state_observer_stub_test.cpp61 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 Dstub_collector.cpp58 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 Dapp_spawn_sandbox_new_test.cpp1158 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 Dstub_refcount_object.cpp19 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 Dserializer_inner.c79 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 Ddbinder_ipc_adapter.c22 bool IsSameStub(DBinderServiceStub *stub, const char *serviceName, in IsSameStub()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp261 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 Ddbinder_service.cpp177 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 Ddbinder_ipc_adapter.c26 bool IsSameStub(DBinderServiceStub *stub, const char *serviceName, in IsSameStub()

12345678