Searched refs:authTypeStr (Results 1 – 1 of 1) sorted by relevance
141 std::string authTypeStr = ParseString(itemRoot[ITEM_AUTH_TYPE]); in ParserPdpProfileInfos() local142 bean.authType = authTypeStr.empty() ? 0 : atoi(authTypeStr.c_str()); in ParserPdpProfileInfos()