Home
last modified time | relevance | path

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

/foundation/communication/ipc/test/unittest/ipc/native/src/core/source/
Dipc_process_skeleton_unittest.cpp1423 sptr<IRemoteObject> stubObject = new IPCObjectStub(DESCRIPTOR_TEST); variable
1440 sptr<IRemoteObject> stubObject = new IPCObjectStub(DESCRIPTOR_TEST); variable
1483 sptr<IRemoteObject> stubObject = new IPCObjectStub(DESCRIPTOR_TEST); variable
1506 sptr<IRemoteObject> stubObject = new IPCObjectStub(DESCRIPTOR_TEST); variable
1584 sptr<IRemoteObject> stubObject = new IPCObjectStub(DESCRIPTOR_TEST); variable
1622 sptr<IRemoteObject> stubObject = new IPCObjectStub(DESCRIPTOR_TEST); variable
1717 sptr<IRemoteObject> stubObject = new IPCObjectStub(DESCRIPTOR_TEST); variable
1739 sptr<IRemoteObject> stubObject = new IPCObjectStub(DESCRIPTOR_TEST); variable
1768 sptr<IRemoteObject> stubObject = new IPCObjectStub(DESCRIPTOR_TEST); variable
1797 sptr<IRemoteObject> stubObject = new IPCObjectStub(DESCRIPTOR_TEST); variable
[all …]
Ddbinder_databus_invoker_unittest.cpp305 uint64_t IPCProcessSkeleton::AddStubByIndex(IRemoteObject *stubObject) in AddStubByIndex()
2286 sptr<IRemoteObject> stubObject = new IPCObjectProxy(TEST_HANDLE_VALID); variable
2305 sptr<IRemoteObject> stubObject = new IPCObjectProxy(TEST_HANDLE_VALID); variable
2324 sptr<IRemoteObject> stubObject = new IPCObjectProxy(TEST_HANDLE_VALID); variable
Dipc_object_stub_unittest.cpp273 uint64_t IPCProcessSkeleton::AddStubByIndex(IRemoteObject *stubObject) in AddStubByIndex()
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_process_skeleton_unittest.cpp873 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
910 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
931 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
955 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
978 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
998 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1364 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1386 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1408 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
1430 sptr<IRemoteObject> stubObject = new IPCObjectStub(u"testObject"); variable
[all …]
Dipc_binder_databus_invoker_unittest.cpp1185 IRemoteObject* stubObject = nullptr; variable
/foundation/communication/ipc/test/fuzztest/ipc/native/src/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
1301 sptr<IPCObjectStub> stubObject = sptr<IPCObjectStub>::MakeSptr(); in AttachOrUpdateAppAuthInfoFuzzTest() local
1322 sptr<IPCObjectStub> stubObject = sptr<IPCObjectStub>::MakeSptr(); in DetachAppAuthInfoFuzzTest() local
1345 sptr<IPCObjectStub> stubObject = sptr<IPCObjectStub>::MakeSptr(); in DetachAppAuthInfoBySocketIdFuzzTest() local
1367 sptr<IPCObjectStub> stubObject = sptr<IPCObjectStub>::MakeSptr(); in DetachAppAuthInfoByStubFuzzTest() local
1389 sptr<IPCObjectStub> stubObject = sptr<IPCObjectStub>::MakeSptr(); in QueryCommAuthInfoFuzzTest() local
[all …]
/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/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
Dipc_proxy_inner.c101 StubObject *stubObject = (StubObject *)malloc(sizeof(StubObject)); in InvokerListenThread() local
/foundation/multimedia/av_codec/services/services/sa_avcodec/server/
Davcodec_server.cpp116 … const sptr<IRemoteObject> &listener, sptr<IRemoteObject> &stubObject) in GetSubSystemAbility()
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
Dipc_stub_inner.c59 StubObject *stubObject = (StubObject *)malloc(sizeof(StubObject)); in MakeStubCached() local
/foundation/communication/ipc/ipc/native/src/core/dbinder/source/
Ddbinder_databus_invoker.cpp868 uint64_t DBinderDatabusInvoker::MakeStubIndexByRemoteObject(IRemoteObject *stubObject) in MakeStubIndexByRemoteObject()
915 bool DBinderDatabusInvoker::ConnectRemoteObject2Session(IRemoteObject *stubObject, uint64_t stubInd… in ConnectRemoteObject2Session()
947 IRemoteObject *stubObject = reinterpret_cast<IPCObjectStub *>(binder); in CreateServerSessionObject() local
/foundation/communication/ipc/ipc/native/src/core/dbinder/include/
Ddbinder_base_invoker_process.h65 auto *stubObject = reinterpret_cast<IPCObjectStub *>(stub); in TargetStubSendRequest() local
/foundation/communication/ipc/ipc/native/c/rpc/src/
Drpc_process_skeleton.c86 int32_t AddStubByIndex(StubObject *stubObject) in AddStubByIndex()
Ddbinder_invoker.c397 StubObject *stubObject = QueryStubByIndex(tr->cookie); in ProcessTransaction() local
/foundation/communication/ipc/dbinder/test/unittest/
Ddbinder_service_stub_unittest.cpp733 sptr<IRemoteObject> stubObject = new DBinderServiceStub(service2, device2, object); variable
756 sptr<IRemoteObject> stubObject = dBinderServiceStub2; variable
/foundation/communication/ipc/ipc/native/src/core/framework/source/
Dipc_process_skeleton.cpp987 uint64_t IPCProcessSkeleton::AddStubByIndex(IRemoteObject *stubObject) in AddStubByIndex()
1007 uint64_t IPCProcessSkeleton::QueryStubIndex(IRemoteObject *stubObject) in QueryStubIndex()
1020 uint64_t IPCProcessSkeleton::EraseStubIndex(IRemoteObject *stubObject) in EraseStubIndex()
/foundation/communication/ipc/test/fuzztest/ipc/native/src/core/dbinderservicestub_fuzzer/
Ddbinderservicestub_fuzzer.cpp207 …sptr<IRemoteObject> stubObject = new (std::nothrow) DBinderServiceStub(Str8ToStr16(service), devic… in MarshallingOneTest() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/
Djs_ui_service_extension.cpp331 sptr<IRemoteObject> stubObject = nullptr; in OnConnect() local
/foundation/communication/ipc/ipc/native/src/core/invoker/source/
Dbinder_invoker.cpp1505 auto stubObject = reinterpret_cast<IRemoteObject *>(flat->cookie); in UnflattenObject() local