Searched refs:IsSessionOpened (Results 1 – 9 of 9) sorted by relevance
95 EXPECT_EQ(false, UserIdmSessionController::Instance().IsSessionOpened(userId));100 EXPECT_EQ(true, UserIdmSessionController::Instance().IsSessionOpened(userId));
29 virtual bool IsSessionOpened(int32_t userId) const = 0;
36 bool IsSessionOpened(int32_t userId) const override;
68 bool UserIdmSessionControllerImpl::IsSessionOpened(int32_t userId) const in IsSessionOpened() function in OHOS::UserIam::UserAuth::UserIdmSessionControllerImpl
68 bool IsSessionOpened(int sessionId);
66 bool IsSessionOpened(int sessionId);
113 if (!SoftbusAdapter::GetInstance().IsSessionOpened(sessionId)) { in WaitSessionOpened()
342 bool SoftbusAdapter::IsSessionOpened(int sessionId) in IsSessionOpened() function in OHOS::FileManagement::CloudSync::SoftbusAdapter
328 if (!UserIdmSessionController::Instance().IsSessionOpened(userId)) { in Cancel()