Home
last modified time | relevance | path

Searched refs:StubQueryDBinderSession (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h165 std::shared_ptr<DBinderSessionObject> StubQueryDBinderSession(uint32_t handle);
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp788 current->StubQueryDBinderSession(handle); in StubAttachToDetachDBinderSessionTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp186 …std::shared_ptr<DBinderSessionObject> sessionOfPeer = current->StubQueryDBinderSession(databusHand… in QueryClientSessionObject()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp697 std::shared_ptr<DBinderSessionObject> IPCProcessSkeleton::StubQueryDBinderSession(uint32_t handle) in StubQueryDBinderSession() function in OHOS::IPC_SINGLE::IPCProcessSkeleton