Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dsystem_param_manager.h29 bool IsAuthTypeEnable(int32_t authType);
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dsystem_param_manager.cpp148 bool SystemParamManager::IsAuthTypeEnable(int32_t authType) in IsAuthTypeEnable() function in OHOS::UserIam::UserAuth::SystemParamManager
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp215 !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()