Searched refs:strAuthType (Results 1 – 2 of 2) sorted by relevance
139 AuthType Str2AuthType(const std::string &strAuthType) in Str2AuthType() argument142 if (strAuthType.compare(AUTH_TYPE_ALL) == 0) { in Str2AuthType()144 } else if (strAuthType.compare(AUTH_TYPE_PIN) == 0) { in Str2AuthType()146 } else if (strAuthType.compare(AUTH_TYPE_FACE) == 0) { in Str2AuthType()160 std::string strAuthType = ""; in AuthType2Str() local163 strAuthType = AUTH_TYPE_ALL; in AuthType2Str()167 strAuthType = AUTH_TYPE_PIN; in AuthType2Str()171 strAuthType = AUTH_TYPE_FACE; in AuthType2Str()175 strAuthType = AUTH_TYPE_FINGER_PRINT; in AuthType2Str()179 strAuthType = AUTH_TYPE_PRIVATE_PIN; in AuthType2Str()[all …]
33 AuthType Str2AuthType(const std::string &strAuthType);