Home
last modified time | relevance | path

Searched refs:ProxyQueryDBinderSession (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp375 current->ProxyQueryDBinderSession(handle); in ProxyAttachToDetachDBinderSessionTest()
390 current->ProxyQueryDBinderSession(handle); in ProxyQueryDBinderSessionTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h133 std::shared_ptr<DBinderSessionObject> ProxyQueryDBinderSession(uint32_t handle);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp136 std::shared_ptr<DBinderSessionObject> sessionOfPeer = current->ProxyQueryDBinderSession(handle); in WriteDBinderProxy()
H A Dipc_process_skeleton.cpp575 std::shared_ptr<DBinderSessionObject> IPCProcessSkeleton::ProxyQueryDBinderSession(uint32_t handle) in ProxyQueryDBinderSession() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp386 auto ret = skeleton->ProxyQueryDBinderSession(handler);
1687 auto ret = skeleton->ProxyQueryDBinderSession(handler);
H A Dipc_object_proxy_unittest.cpp918 ASSERT_TRUE(current->ProxyQueryDBinderSession(1) != nullptr);
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp203 std::shared_ptr<DBinderSessionObject> sessionOfPeer = current->ProxyQueryDBinderSession(handle); in QueryServerSessionObject()
H A Dbinder_invoker.cpp350 std::shared_ptr<DBinderSessionObject> session = current->ProxyQueryDBinderSession(flat->handle); in AddCommAuth()