Searched refs:roamPdpProtocolStr (Results 1 – 1 of 1) sorted by relevance
176 …std::string roamPdpProtocolStr = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_ROAMING_PROTOCOL)); in ParserPdpProfileInfos() local177 bean.roamPdpProtocol = roamPdpProtocolStr.empty() ? "IP" : roamPdpProtocolStr; in ParserPdpProfileInfos()