Searched refs:QueryClientSessionObject (Results 1 – 6 of 6) sorted by relevance
68 testPeer = invoker.QueryClientSessionObject(testHandle); in QueryClientSessionObjectTest()
56 std::shared_ptr<DBinderSessionObject> QueryClientSessionObject(uint32_t databusHandle) override;
79 virtual std::shared_ptr<T> QueryClientSessionObject(uint32_t databusHandle) = 0;
224 return QueryClientSessionObject(socketId); in GetSessionObject()
179 std::shared_ptr<DBinderSessionObject> DBinderDatabusInvoker::QueryClientSessionObject(uint32_t data… in QueryClientSessionObject() function in OHOS::DBinderDatabusInvoker761 std::shared_ptr<DBinderSessionObject> session = QueryClientSessionObject(socketId); in CheckAndSetCallerInfo()
383 std::shared_ptr<DBinderSessionObject> ret = testInvoker.QueryClientSessionObject(handle);405 std::shared_ptr<DBinderSessionObject> session = testInvoker.QueryClientSessionObject(handle);