Home
last modified time | relevance | path

Searched refs:IsValidAuthType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_manager.h161 bool IsValidAuthType(AuthType authType);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp630 if (!IsValidAuthType(authType)) { in SimAuthentication()
1140 bool SimManager::IsValidAuthType(AuthType authType) in IsValidAuthType() function in OHOS::Telephony::SimManager