Home
last modified time | relevance | path

Searched refs:StubAttachDBinderSession (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp402 bool ret = current->StubAttachDBinderSession(handle, remoteSession);
705 current->StubAttachDBinderSession(handle, sessionObject);
728 current->StubAttachDBinderSession(handle, sessionObject);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h166 bool StubAttachDBinderSession(uint32_t handle, std::shared_ptr<DBinderSessionObject> object);
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp787 current->StubAttachDBinderSession(handle, object); in StubAttachToDetachDBinderSessionTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp238 if (!current->StubAttachDBinderSession(socketId, sessionObject)) { in OnReceiveNewConnection()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp686 bool IPCProcessSkeleton::StubAttachDBinderSession(uint32_t handle, std::shared_ptr<DBinderSessionOb… in StubAttachDBinderSession() function in OHOS::IPC_SINGLE::IPCProcessSkeleton