Searched refs:QuerySessionObject (Results 1 – 9 of 9) sorted by relevance
29 SessionInfo *QuerySessionObject(uintptr_t stub);
80 auto session = dBinderService->QuerySessionObject(reinterpret_cast<binder_uintptr_t>(this)); in ProcessProto()291 auto session = dBinderService->QuerySessionObject(reinterpret_cast<binder_uintptr_t>(this)); in SaveDBinderData()338 auto session = dBinderService->QuerySessionObject(reinterpret_cast<binder_uintptr_t>(this)); in CheckSessionObjectValidity()
492 auto session = QuerySessionObject(reinterpret_cast<binder_uintptr_t>(stub.GetRefPtr())); in InvokerRemoteDBinder()1012 …std::shared_ptr<struct SessionInfo> oldSession = QuerySessionObject(QueryStubPtr(replyMessage->stu… in MakeSessionByReplyMessage()1118 std::shared_ptr<struct SessionInfo> DBinderService::QuerySessionObject(binder_uintptr_t stub) in QuerySessionObject() function in OHOS::DBinderService
49 dBinderService.QuerySessionObject(INVALID); in QuerySessionObjectTest()
366 if (QuerySessionObject((uintptr_t)(dBinderServiceStub->svc.cookie)) == NULL) { in InvokerRemoteDBinder()403 SessionInfo *QuerySessionObject(uintptr_t stub) in QuerySessionObject() function676 if (QuerySessionObject(replyMessage->stub) != NULL) { in MakeSessionByReplyMessage()827 … SessionInfo *sessionObject = QuerySessionObject((uintptr_t)(dBinderServiceStub->svc.cookie)); in MakeRemoteBinder()
73 SessionInfo *session = QuerySessionObject((uintptr_t)threadContext->objectStub); in ProcessProto()
154 SessionInfo *session = QuerySessionObject(svc->cookie); in GetSessionFromDBinderService()
207 std::shared_ptr<struct SessionInfo> QuerySessionObject(binder_uintptr_t stub);
263 testSession = dBinderService->QuerySessionObject(stub);279 std::shared_ptr<struct SessionInfo> testSession = dBinderService->QuerySessionObject(stub);