Home
last modified time | relevance | path

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

/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c388 static int32_t AttachSessionObject(SessionInfo *sessionInfo) in AttachSessionObject() function
711 if (AttachSessionObject(session) != 0) { in MakeSessionByReplyMessage()
712 RPC_LOG_ERROR("AttachSessionObject failed"); in MakeSessionByReplyMessage()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h323 bool AttachSessionObject(std::shared_ptr<struct SessionInfo> object, binder_uintptr_t stub);
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp1031 if (!AttachSessionObject(session, QueryStubPtr(replyMessage->stub))) { in MakeSessionByReplyMessage()
1110 bool DBinderService::AttachSessionObject(std::shared_ptr<struct SessionInfo> object, binder_uintptr_t stub) in AttachSessionObject() function in OHOS::DBinderService
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp278 EXPECT_EQ(dBinderService->AttachSessionObject(Session, stub), true); in HWTEST_F()
1404 * @tc.desc: Verify the AttachSessionObject function
1413 EXPECT_EQ(dBinderService->AttachSessionObject(object, stub), true); in HWTEST_F()

Completed in 7 milliseconds