Home
last modified time | relevance | path

Searched refs:AuthTypeToStr (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/useriam/fingerprint_auth/common/utils/
H A Diam_para2str.h43 static inline const char *AuthTypeToStr(uint32_t authType) in AuthTypeToStr() function
/ohos5.0/base/useriam/pin_auth/common/utils/
H A Diam_para2str.h43 static inline const char *AuthTypeToStr(uint32_t authType) in AuthTypeToStr() function
/ohos5.0/base/useriam/user_auth_framework/common/utils/
H A Diam_para2str.h43 static inline const char *AuthTypeToStr(uint32_t authType) in AuthTypeToStr() function
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dco_auth_service.cpp280 … dprintf(fd, "ExecutorType is: %s.\n", Common::AuthTypeToStr(nodeTmp->GetAuthType())); in Dump()
H A Duser_idm_service.cpp565 dprintf(fd, "AuthType %s is enrolled.\n", Common::AuthTypeToStr(info->GetAuthType())); in Dump()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_impl.cpp293 …ss << "schedule type:" << (verifier ? Common::AuthTypeToStr(verifier->GetAuthType()) : "nullptr") … in GetDescription()