Home
last modified time | relevance | path

Searched refs:QuerySessionObject (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/c/include/
H A Ddbinder_service_inner.h29 SessionInfo *QuerySessionObject(uintptr_t stub);
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service_stub.cpp80 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()
H A Ddbinder_service.cpp492 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
/ohos5.0/foundation/communication/ipc/services/dbinder/test/fuzztest/dbinderservice_fuzzer/
H A Ddbinderservice_fuzzer.cpp49 dBinderService.QuerySessionObject(INVALID); in QuerySessionObjectTest()
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c366 if (QuerySessionObject((uintptr_t)(dBinderServiceStub->svc.cookie)) == NULL) { in InvokerRemoteDBinder()
403 SessionInfo *QuerySessionObject(uintptr_t stub) in QuerySessionObject() function
676 if (QuerySessionObject(replyMessage->stub) != NULL) { in MakeSessionByReplyMessage()
827 … SessionInfo *sessionObject = QuerySessionObject((uintptr_t)(dBinderServiceStub->svc.cookie)); in MakeRemoteBinder()
H A Ddbinder_stub.c73 SessionInfo *session = QuerySessionObject((uintptr_t)threadContext->objectStub); in ProcessProto()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_proxy_inner.c154 SessionInfo *session = QuerySessionObject(svc->cookie); in GetSessionFromDBinderService()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h207 std::shared_ptr<struct SessionInfo> QuerySessionObject(binder_uintptr_t stub);
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp263 testSession = dBinderService->QuerySessionObject(stub);
279 std::shared_ptr<struct SessionInfo> testSession = dBinderService->QuerySessionObject(stub);