Home
last modified time | relevance | path

Searched refs:AttachSessionObject (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/ipc/services/dbinder/c/src/
Ddbinder_service.c388 static int32_t AttachSessionObject(SessionInfo *sessionInfo) in AttachSessionObject() function
711 if (AttachSessionObject(session) != 0) { in MakeSessionByReplyMessage()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
Ddbinder_service.h322 bool AttachSessionObject(std::shared_ptr<struct SessionInfo> object, binder_uintptr_t stub);
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
Ddbinder_service.cpp867 if (!AttachSessionObject(session, QueryStubPtr(replyMessage->stub))) { in MakeSessionByReplyMessage()
945 bool DBinderService::AttachSessionObject(std::shared_ptr<struct SessionInfo> object, binder_uintptr… in AttachSessionObject() function in OHOS::DBinderService
/foundation/communication/ipc/services/dbinder/test/unittest/
Ddbinder_service_unittest.cpp1225 EXPECT_EQ(dBinderService->AttachSessionObject(object, stub), true);