Home
last modified time | relevance | path

Searched refs:SystemParamManager (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dsystem_param_manager.cpp52 SystemParamManager::GetInstance().UpdateFingerAuthEnable(IsEnableValue(value)); in ParameterChange()
127 SystemParamManager::SystemParamManager() in SystemParamManager() function in OHOS::UserIam::UserAuth::SystemParamManager
130 SystemParamManager &SystemParamManager::GetInstance() in GetInstance()
132 static SystemParamManager systemParamManager; in GetInstance()
136 void SystemParamManager::Start() in Start()
141 void SystemParamManager::UpdateFingerAuthEnable(bool isFingerAuthEnable) in UpdateFingerAuthEnable()
148 bool SystemParamManager::IsAuthTypeEnable(int32_t authType) in IsAuthTypeEnable()
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dsystem_param_manager.h24 class SystemParamManager {
26 static SystemParamManager &GetInstance();
32 SystemParamManager();
33 ~SystemParamManager() = default;
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp171 SystemParamManager::GetInstance().Start(); in OnStart()
215 !SystemParamManager::GetInstance().IsAuthTypeEnable(authType)) { in GetAvailableStatus()
456 if ((authType == PIN) || !SystemParamManager::GetInstance().IsAuthTypeEnable(authType)) { in CheckAuthPermissionAndParam()
572 if (!SystemParamManager::GetInstance().IsAuthTypeEnable(authType)) { in CheckAuthPermissionAndParam()
756 if ((authType == PIN) || !SystemParamManager::GetInstance().IsAuthTypeEnable(authType)) { in Identify()
1235 !SystemParamManager::GetInstance().IsAuthTypeEnable(authType)) { in GetEnrolledState()
H A Duser_idm_service.cpp223 if (!SystemParamManager::GetInstance().IsAuthTypeEnable(authType)) { in CheckEnrollPermissionAndEnableStatus()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp150 if (!SystemParamManager::GetInstance().IsAuthTypeEnable(type)) { in CheckValidSolution()