Home
last modified time | relevance | path

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

/foundation/communication/ipc/ipc/native/src/core/source/
Dmessage_parcel.cpp136 std::shared_ptr<DBinderSessionObject> sessionOfPeer = current->ProxyQueryDBinderSession(handle); in WriteDBinderProxy()
Dipc_process_skeleton.cpp559 std::shared_ptr<DBinderSessionObject> IPCProcessSkeleton::ProxyQueryDBinderSession(uint32_t handle) in ProxyQueryDBinderSession() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
/foundation/communication/ipc/ipc/native/src/core/include/
Dipc_process_skeleton.h118 std::shared_ptr<DBinderSessionObject> ProxyQueryDBinderSession(uint32_t handle);
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_process_skeleton_unittest.cpp389 auto ret = skeleton->ProxyQueryDBinderSession(handler);
1708 auto ret = skeleton->ProxyQueryDBinderSession(handler);
Dipc_object_proxy_unittest.cpp909 ASSERT_TRUE(current->ProxyQueryDBinderSession(1) != nullptr);
/foundation/communication/ipc/ipc/native/src/mock/source/
Ddbinder_databus_invoker.cpp195 std::shared_ptr<DBinderSessionObject> sessionOfPeer = current->ProxyQueryDBinderSession(handle); in QueryServerSessionObject()
Dbinder_invoker.cpp210 … std::shared_ptr<DBinderSessionObject> session = current->ProxyQueryDBinderSession(flat->handle); in TranslateDBinderProxy()