/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_process_skeleton_unittest.cpp | 869 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 D | ipc_binder_databus_invoker_unittest.cpp | 922 IRemoteObject* stubObject = nullptr; variable
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/ |
H A D | avcodec_service_stub_mock.cpp | 54 … const sptr<IRemoteObject> &listener, sptr<IRemoteObject> &stubObject) in GetSubSystemAbility()
|
/ohos5.0/drivers/peripheral/audio/effect/host/ |
H A D | audio_effect_driver.c | 29 struct HdfRemoteService **stubObject; member
|
/ohos5.0/drivers/peripheral/audio/hdi_service/primary/ |
H A D | audio_manager_driver.c | 30 struct HdfRemoteService **stubObject; member
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | stub_collector.cpp | 80 HdfRemoteService **stubObject = constructor->second->constructor(servPtr); in StubCollectorGetOrNewObject() local
|
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/server/ |
H A D | avcodec_server.cpp | 103 … const sptr<IRemoteObject> &listener, sptr<IRemoteObject> &stubObject) in GetSubSystemAbility()
|
/ohos5.0/drivers/peripheral/wlan/hdi_service/ |
H A D | wlan_interface_drivers.c | 30 struct HdfRemoteService **stubObject; member
|
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/ |
H A D | hostapd_interface_drivers.c | 32 struct HdfRemoteService **stubObject; member
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/ |
H A D | wpa_interface_drivers.c | 31 struct HdfRemoteService **stubObject; member
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/ |
H A D | ipc_proxy_inner.c | 101 StubObject *stubObject = (StubObject *)malloc(sizeof(StubObject)); in InvokerListenThread() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/ |
H A D | ipcprocessskeleton_fuzzer.cpp | 622 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 D | ipc_stub_inner.c | 46 StubObject *stubObject = (StubObject *)malloc(sizeof(StubObject)); in MakeStubCached() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | dbinder_databus_invoker.cpp | 813 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 D | binder_invoker.cpp | 1539 auto stubObject = reinterpret_cast<IRemoteObject *>(flat->cookie); in UnflattenObject() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | dbinder_base_invoker_process.h | 87 auto *stubObject = reinterpret_cast<IPCObjectStub *>(stub); in ProcessTransaction() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/ |
H A D | rpc_process_skeleton.c | 86 int32_t AddStubByIndex(StubObject *stubObject) in AddStubByIndex()
|
H A D | dbinder_invoker.c | 383 StubObject *stubObject = QueryStubByIndex(tr->cookie); in ProcessTransaction() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_process_skeleton.cpp | 964 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 D | js_ui_service_extension.cpp | 322 sptr<IRemoteObject> stubObject = nullptr; in OnConnect() local
|