Home
last modified time | relevance | path

Searched refs:IsSessionOpened (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_session_controller_test.cpp95 EXPECT_EQ(false, UserIdmSessionController::Instance().IsSessionOpened(userId));
100 EXPECT_EQ(true, UserIdmSessionController::Instance().IsSessionOpened(userId));
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Duser_idm_session_controller.h29 virtual bool IsSessionOpened(int32_t userId) const = 0;
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Duser_idm_session_controller_impl.h36 bool IsSessionOpened(int32_t userId) const override;
H A Duser_idm_session_controller_impl.cpp68 bool UserIdmSessionControllerImpl::IsSessionOpened(int32_t userId) const in IsSessionOpened() function in OHOS::UserIam::UserAuth::UserIdmSessionControllerImpl
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Dsession_manager.h68 bool IsSessionOpened(int sessionId);
H A Dsoftbus_adapter.h66 bool IsSessionOpened(int sessionId);
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_session.cpp113 if (!SoftbusAdapter::GetInstance().IsSessionOpened(sessionId)) { in WaitSessionOpened()
H A Dsoftbus_adapter.cpp342 bool SoftbusAdapter::IsSessionOpened(int sessionId) in IsSessionOpened() function in OHOS::FileManagement::CloudSync::SoftbusAdapter
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_idm_service.cpp328 if (!UserIdmSessionController::Instance().IsSessionOpened(userId)) { in Cancel()