Searched refs:QueryHandleBySession (Results 1 – 5 of 5) sorted by relevance
86 uint32_t QueryHandleBySession(std::shared_ptr<DBinderSessionObject> session) override;
78 virtual uint32_t QueryHandleBySession(std::shared_ptr<T> session) = 0;
92 uint32_t handle = QueryHandleBySession(sessionOfPeer); in TranslateRemoteHandleType()
1039 uint32_t ret = testInvoker.QueryHandleBySession(session);1056 uint32_t ret = testInvoker.QueryHandleBySession(session);
644 uint32_t DBinderDatabusInvoker::QueryHandleBySession(std::shared_ptr<DBinderSessionObject> session) in QueryHandleBySession() function in OHOS::DBinderDatabusInvoker