Home
last modified time | relevance | path

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

/foundation/communication/ipc/ipc/native/test/unittest/common/
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 …]
Dipc_binder_databus_invoker_unittest.cpp922 IRemoteObject* stubObject = nullptr; variable
/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/
Davcodec_service_stub_mock.cpp54 … const sptr<IRemoteObject> &listener, sptr<IRemoteObject> &stubObject) in GetSubSystemAbility()
/foundation/multimedia/av_codec/services/services/sa_avcodec/server/
Davcodec_server.cpp103 … const sptr<IRemoteObject> &listener, sptr<IRemoteObject> &stubObject) in GetSubSystemAbility()
/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
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
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
Dipc_proxy_inner.c101 StubObject *stubObject = (StubObject *)malloc(sizeof(StubObject)); in InvokerListenThread() local
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
Dipc_stub_inner.c46 StubObject *stubObject = (StubObject *)malloc(sizeof(StubObject)); in MakeStubCached() local
/foundation/communication/ipc/ipc/native/src/mock/source/
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
Dbinder_invoker.cpp1539 auto stubObject = reinterpret_cast<IRemoteObject *>(flat->cookie); in UnflattenObject() local
/foundation/communication/ipc/ipc/native/src/mock/include/
Ddbinder_base_invoker_process.h87 auto *stubObject = reinterpret_cast<IPCObjectStub *>(stub); in ProcessTransaction() local
/foundation/communication/ipc/ipc/native/c/rpc/src/
Drpc_process_skeleton.c86 int32_t AddStubByIndex(StubObject *stubObject) in AddStubByIndex()
Ddbinder_invoker.c383 StubObject *stubObject = QueryStubByIndex(tr->cookie); in ProcessTransaction() local
/foundation/communication/ipc/ipc/native/src/core/source/
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()