Searched refs:SystemParamManager (Results 1 – 5 of 5) sorted by relevance
52 SystemParamManager::GetInstance().UpdateFingerAuthEnable(IsEnableValue(value)); in ParameterChange()127 SystemParamManager::SystemParamManager() in SystemParamManager() function in OHOS::UserIam::UserAuth::SystemParamManager130 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()
24 class SystemParamManager {26 static SystemParamManager &GetInstance();32 SystemParamManager();33 ~SystemParamManager() = default;
171 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()
223 if (!SystemParamManager::GetInstance().IsAuthTypeEnable(authType)) { in CheckEnrollPermissionAndEnableStatus()
150 if (!SystemParamManager::GetInstance().IsAuthTypeEnable(type)) { in CheckValidSolution()