Home
last modified time | relevance | path

Searched defs:callbackStub (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_stub_unittest.cpp486 sptr<IPCObjectStub> callbackStub = new (std::nothrow) IPCObjectStub(u"testStub"); in HWTEST_F() local
507 sptr<IPCObjectStub> callbackStub = new (std::nothrow) IPCObjectStub(u"testStub"); in HWTEST_F() local
629 sptr<IPCObjectStub> callbackStub = new (std::nothrow) IPCObjectStub(u"testStub"); in HWTEST_F() local
650 sptr<IPCObjectStub> callbackStub in HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp146 StartNativeChildProcessByAppSpawnFork( const std::string &libName, const sptr<IRemoteObject> &callbackStub) StartNativeChildProcessByAppSpawnFork() argument
/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp731 sptr<IPCObjectStub> callbackStub = new IPCObjectStub(u"stubTest"); in AttachToDetachCallbackStubTest() local
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp772 sptr<IPCObjectStub> callbackStub = new (std::nothrow) IPCObjectStub(u"DbinderDeathRecipient" + remoteDescriptorTmp); in AddDbinderDeathRecipient() local
815 sptr<IPCObjectStub> callbackStub = current->DetachCallbackStub(this); in RemoveDbinderDeathRecipient() local
H A Dipc_process_skeleton.cpp1188 bool IPCProcessSkeleton::AttachCallbackStub(IPCObjectProxy *ipcProxy, sptr<IPCObjectStub> callbackStub) in AttachCallbackStub() argument
1221 sptr<IPCObjectProxy> IPCProcessSkeleton::QueryCallbackProxy(IPCObjectStub *callbackStub) in QueryCallbackProxy() argument

Completed in 11 milliseconds