Home
last modified time | relevance | path

Searched refs:authTypeStr (Results 1 - 1 of 1) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1771 std::string authTypeStr = iter->second; in ParseAuthType() local
1772 if (authTypeStr.empty()) { in ParseAuthType()
1776 if (authTypeStr.length() > 1) { in ParseAuthType()
1780 if (!isdigit(authTypeStr[0])) { in ParseAuthType()
1784 authType = std::atoi(authTypeStr.c_str()); in ParseAuthType()

Completed in 4 milliseconds