Searched refs:ProxyQueryDBinderSession (Results 1 – 8 of 8) sorted by relevance
375 current->ProxyQueryDBinderSession(handle); in ProxyAttachToDetachDBinderSessionTest()390 current->ProxyQueryDBinderSession(handle); in ProxyQueryDBinderSessionTest()
133 std::shared_ptr<DBinderSessionObject> ProxyQueryDBinderSession(uint32_t handle);
136 std::shared_ptr<DBinderSessionObject> sessionOfPeer = current->ProxyQueryDBinderSession(handle); in WriteDBinderProxy()
575 std::shared_ptr<DBinderSessionObject> IPCProcessSkeleton::ProxyQueryDBinderSession(uint32_t handle) in ProxyQueryDBinderSession() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
386 auto ret = skeleton->ProxyQueryDBinderSession(handler);1687 auto ret = skeleton->ProxyQueryDBinderSession(handler);
918 ASSERT_TRUE(current->ProxyQueryDBinderSession(1) != nullptr);
203 std::shared_ptr<DBinderSessionObject> sessionOfPeer = current->ProxyQueryDBinderSession(handle); in QueryServerSessionObject()
350 std::shared_ptr<DBinderSessionObject> session = current->ProxyQueryDBinderSession(flat->handle); in AddCommAuth()