Home
last modified time | relevance | path

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

/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_process_skeleton_unittest.cpp940 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
977 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
998 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1022 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1045 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1065 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1463 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1487 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1507 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1531 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
[all …]
Dipc_binder_databus_invoker_unittest.cpp1195 IRemoteObject* stubObject = nullptr; variable
/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.cpp745 uint64_t DBinderDatabusInvoker::MakeStubIndexByRemoteObject(IRemoteObject *stubObject) in MakeStubIndexByRemoteObject()
787 bool DBinderDatabusInvoker::ConnectRemoteObject2Session(IRemoteObject *stubObject, uint64_t stubInd… in ConnectRemoteObject2Session()
833 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.cpp785 uint64_t IPCProcessSkeleton::AddStubByIndex(IRemoteObject *stubObject) in AddStubByIndex()
804 uint64_t IPCProcessSkeleton::EraseStubIndex(IRemoteObject *stubObject) in EraseStubIndex()
/foundation/communication/ipc/ipc/native/src/mock/include/
Ddbinder_base_invoker.h909 auto *stubObject = reinterpret_cast<IPCObjectStub *>(stub); in ProcessTransaction() local