Home
last modified time | relevance | path

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

/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_process_skeleton_unittest.cpp875 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
912 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
933 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
957 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
980 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1000 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1399 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1421 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1443 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1465 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
[all …]
Dipc_binder_databus_invoker_unittest.cpp1132 IRemoteObject* stubObject = nullptr; variable
/foundation/multimedia/av_codec/services/services/sa_avcodec/server/
Davcodec_server.cpp106 sptr<IRemoteObject> stubObject = nullptr; in GetSubSystemAbility() local
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
Dipc_proxy_inner.c104 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.cpp792 uint64_t DBinderDatabusInvoker::MakeStubIndexByRemoteObject(IRemoteObject *stubObject) in MakeStubIndexByRemoteObject()
836 bool DBinderDatabusInvoker::ConnectRemoteObject2Session(IRemoteObject *stubObject, uint64_t stubInd… in ConnectRemoteObject2Session()
877 IRemoteObject *stubObject = reinterpret_cast<IPCObjectStub *>(binder); in CreateServerSessionObject() 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.cpp762 uint64_t IPCProcessSkeleton::AddStubByIndex(IRemoteObject *stubObject) in AddStubByIndex()
781 uint64_t IPCProcessSkeleton::QueryStubIndex(IRemoteObject *stubObject) in QueryStubIndex()
793 uint64_t IPCProcessSkeleton::EraseStubIndex(IRemoteObject *stubObject) in EraseStubIndex()
/foundation/communication/ipc/ipc/native/src/mock/include/
Ddbinder_base_invoker.h922 auto *stubObject = reinterpret_cast<IPCObjectStub *>(stub); in ProcessTransaction() local