Home
last modified time | relevance | path

Searched refs:QueryStubPtr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp197 binder_uintptr_t DBinderService::QueryStubPtr(binder_uintptr_t stubTag) in QueryStubPtr() function in OHOS::DBinderService
951 if (HasDBinderStub(QueryStubPtr(replyMessage->stub)) == false) { in IsInvalidStub()
1012 …std::shared_ptr<struct SessionInfo> oldSession = QuerySessionObject(QueryStubPtr(replyMessage->stu… in MakeSessionByReplyMessage()
1021 if (!DetachSessionObject(QueryStubPtr(replyMessage->stub))) { in MakeSessionByReplyMessage()
1031 if (!AttachSessionObject(session, QueryStubPtr(replyMessage->stub))) { in MakeSessionByReplyMessage()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h339 binder_uintptr_t QueryStubPtr(binder_uintptr_t stub);