Home
last modified time | relevance | path

Searched defs:stub (Results 1 - 25 of 175) sorted by relevance

1234567

/base/request/request/services/src/service/
H A Dmod.rs25 mod stub; modules
/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dmod.rs18 mod stub; modules
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmessage_digest.h23 namespace stub { namespace
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_analysis_extension_test/include/
H A Dmedia_analysis_callback_stub_test.h31 MediaAnalysisCallbackStub *stub; member in OHOS::Media::MediaAnalysisCallbackStubTest
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/include/
H A Dservice_stub_mock.h60 static inline std::shared_ptr<BServiceStub> stub = nullptr; member in OHOS::FileManagement::Backup::BServiceStub
/base/powermgr/power_manager/services/zidl/src/shutdown/
H A Dshutdown_stub_delegator.h25 explicit ShutdownStubDelegator(IRemoteStub<IPowerMgr>& stub) : stub_(stub) {} in ShutdownStubDelegator() argument
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_stub_death_listener.h26 explicit InterIpcStubDeathListener(InterIpcStub::Ptr stub) in InterIpcStubDeathListener() argument
37 auto stub = stub_.lock(); variable
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/src/
H A Dstub.cpp30 namespace stub { namespace
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_status_change_stub.h34 static int32_t LocalOnAddSystemAbility(SystemAbilityStatusChangeStub* stub, MessageParcel& data, in LocalOnAddSystemAbility() argument
39 static int32_t LocalOnRemoveSystemAbility(SystemAbilityStatusChangeStub* stub, MessageParcel& data, in LocalOnRemoveSystemAbility() argument
H A Dsystem_process_status_change_stub.h30 static int32_t LocalSystemProcessStarted(SystemProcessStatusChangeStub *stub, in LocalSystemProcessStarted() argument
35 static int32_t LocalSystemProcessStopped(SystemProcessStatusChangeStub *stub, in LocalSystemProcessStopped() argument
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dstub_refcount_object.cpp19 StubRefCountObject::StubRefCountObject(IRemoteObject *stub, int remotePid, const std::string &deviceId) in StubRefCountObject() argument
/third_party/skia/src/utils/
H A DSkEventTracer.cpp37 static const char* stub = "stub"; variable
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc64-darwin_closure.S
/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
/base/inputmethod/imf/test/fuzztest/agentstub_fuzzer/
H A Dagentstub_fuzzer.cpp51 sptr<InputMethodAgentStub> stub = new InputMethodAgentStub(); in FuzzAgentStub() local
/base/inputmethod/imf/test/fuzztest/corestub_fuzzer/
H A Dcorestub_fuzzer.cpp51 sptr<InputMethodCoreStub> stub = new InputMethodCoreStub(); in FuzzCoreStub() local
/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dtest_observer_stub_test.cpp64 MockTestObserverStub stub; in HWTEST_F() local
89 MockTestObserverStub stub; in HWTEST_F() local
115 MockTestObserverStub stub; in HWTEST_F() local
141 MockTestObserverStub stub; in HWTEST_F() local
165 MockTestObserverStub stub; in HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/render_state_observer_stub_test/
H A Drender_state_observer_stub_test.cpp58 auto stub = new (std::nothrow) MockRenderStateObserverStub(); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dreverse_continuation_scheduler_replica_stub_test.cpp62 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 in HWTEST_F() local
141 auto stub = std::make_shared<MockReverseContinuationSchedulerReplicaStub>(); HWTEST_F() local
162 auto stub = std::make_shared<MockReverseContinuationSchedulerReplicaStub>(); HWTEST_F() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_observer_stub.cpp55 OnConnectionStateChangedInner( BluetoothAvrcpTgObserverStub *stub, MessageParcel &data, MessageParcel &reply) OnConnectionStateChangedInner() argument
H A Dbluetooth_opp_observer_stub.cpp59 int32_t BluetoothOppObserverStub::OnReceiveIncomingFileChangedInner(BluetoothOppObserverStub *stub, in OnReceiveIncomingFileChangedInner() argument
70 int32_t BluetoothOppObserverStub::OnTransferStateChangedInner(BluetoothOppObserverStub *stub, in OnTransferStateChangedInner() argument
H A Dbluetooth_pbap_pse_observer_stub.cpp56 OnConnectionStateChangedInner( BluetoothPbapPseObserverStub *stub, MessageParcel &data, MessageParcel &reply) OnConnectionStateChangedInner() argument
H A Dbluetooth_map_mse_observer_stub.cpp56 OnConnectionStateChangedInner( BluetoothMapMseObserverStub *stub, MessageParcel &data, MessageParcel &reply) OnConnectionStateChangedInner() argument
H A Dbluetooth_resource_manager_observer_stub.cpp59 int32_t BluetoothResourceManagerObserverStub::OnSensingStateChangedInner(BluetoothResourceManagerObserverStub *stub, in OnSensingStateChangedInner() argument
71 OnBluetoothResourceDecisionInner( BluetoothResourceManagerObserverStub *stub, MessageParcel &data, MessageParcel &reply) OnBluetoothResourceDecisionInner() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/ipc_callbacks/
H A Dsurface_capture_callback_stub_test.cpp39 static sptr<RSSurfaceCaptureCallbackStubMock> stub; member in OHOS::Rosen::RSSurfaceCaptureCallbackStubTest
42 sptr<RSSurfaceCaptureCallbackStubMock> RSSurfaceCaptureCallbackStubTest::stub = member in OHOS::Rosen::RSSurfaceCaptureCallbackStubTest

Completed in 6 milliseconds

1234567