Searched refs:IsSameSession (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_unittest.cpp | 1367 * @tc.desc: Verify the IsSameSession function 1388 EXPECT_EQ(dBinderService->IsSameSession(oldSession, newSession), false); in HWTEST_F() 1391 EXPECT_EQ(dBinderService->IsSameSession(oldSession, newSession), false); in HWTEST_F() 1394 EXPECT_EQ(dBinderService->IsSameSession(oldSession, newSession), false); in HWTEST_F() 1397 EXPECT_EQ(dBinderService->IsSameSession(oldSession, newSession), false); in HWTEST_F() 1399 EXPECT_EQ(dBinderService->IsSameSession(oldSession, newSession), true); in HWTEST_F()
|
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/ |
H A D | dbinder_service.h | 365 bool IsSameSession(std::shared_ptr<struct SessionInfo> oldSession, std::shared_ptr<struct SessionInfo> newSession);
|
/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service.cpp | 933 bool DBinderService::IsSameSession(std::shared_ptr<struct SessionInfo> oldSession, in IsSameSession() function in OHOS::DBinderService 1014 if (IsSameSession(oldSession, session) == true) { in MakeSessionByReplyMessage()
|
Completed in 6 milliseconds