Home
last modified time | relevance | path

Searched defs:stubObject (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp869 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
906 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
927 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
951 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
974 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
994 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1378 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1400 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1422 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1444 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
[all …]
H A Dipc_binder_databus_invoker_unittest.cpp922 IRemoteObject* stubObject = nullptr; variable
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/
H A Davcodec_service_stub_mock.cpp54 … const sptr<IRemoteObject> &listener, sptr<IRemoteObject> &stubObject) in GetSubSystemAbility()
/ohos5.0/drivers/peripheral/audio/effect/host/
H A Daudio_effect_driver.c29 struct HdfRemoteService **stubObject; member
/ohos5.0/drivers/peripheral/audio/hdi_service/primary/
H A Daudio_manager_driver.c30 struct HdfRemoteService **stubObject; member
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dstub_collector.cpp80 HdfRemoteService **stubObject = constructor->second->constructor(servPtr); in StubCollectorGetOrNewObject() local
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/server/
H A Davcodec_server.cpp103 … const sptr<IRemoteObject> &listener, sptr<IRemoteObject> &stubObject) in GetSubSystemAbility()
/ohos5.0/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_drivers.c30 struct HdfRemoteService **stubObject; member
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H A Dhostapd_interface_drivers.c32 struct HdfRemoteService **stubObject; member
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
H A Dwpa_interface_drivers.c31 struct HdfRemoteService **stubObject; member
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_proxy_inner.c101 StubObject *stubObject = (StubObject *)malloc(sizeof(StubObject)); in InvokerListenThread() local
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp622 IRemoteObject *stubObject = reinterpret_cast<IPCObjectStub *>(handle); in AddStubByIndexTest001() local
640 IRemoteObject *stubObject = reinterpret_cast<IPCObjectStub *>(handle); in QueryStubByIndexTest001() local
667 IRemoteObject *stubObject = reinterpret_cast<IPCObjectStub *>(handle); in QueryStubIndexTest001() local
682 IRemoteObject *stubObject = reinterpret_cast<IPCObjectStub *>(handle); in QueryStubIndexTest002() local
700 IRemoteObject *stubObject = reinterpret_cast<IPCObjectStub *>(handle); in EraseStubIndexTest() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
H A Dipc_stub_inner.c46 StubObject *stubObject = (StubObject *)malloc(sizeof(StubObject)); in MakeStubCached() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp813 uint64_t DBinderDatabusInvoker::MakeStubIndexByRemoteObject(IRemoteObject *stubObject) in MakeStubIndexByRemoteObject()
860 bool DBinderDatabusInvoker::ConnectRemoteObject2Session(IRemoteObject *stubObject, uint64_t stubInd… in ConnectRemoteObject2Session()
892 IRemoteObject *stubObject = reinterpret_cast<IPCObjectStub *>(binder); in CreateServerSessionObject() local
H A Dbinder_invoker.cpp1539 auto stubObject = reinterpret_cast<IRemoteObject *>(flat->cookie); in UnflattenObject() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_process.h87 auto *stubObject = reinterpret_cast<IPCObjectStub *>(stub); in ProcessTransaction() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c86 int32_t AddStubByIndex(StubObject *stubObject) in AddStubByIndex()
H A Ddbinder_invoker.c383 StubObject *stubObject = QueryStubByIndex(tr->cookie); in ProcessTransaction() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp964 uint64_t IPCProcessSkeleton::AddStubByIndex(IRemoteObject *stubObject) in AddStubByIndex()
984 uint64_t IPCProcessSkeleton::QueryStubIndex(IRemoteObject *stubObject) in QueryStubIndex()
997 uint64_t IPCProcessSkeleton::EraseStubIndex(IRemoteObject *stubObject) in EraseStubIndex()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/
H A Djs_ui_service_extension.cpp322 sptr<IRemoteObject> stubObject = nullptr; in OnConnect() local