Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp174 std::string pdpProtocolStr = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_APN_PROTOCOL)); in ParserPdpProfileInfos() local
175 bean.pdpProtocol = pdpProtocolStr.empty() ? "IP" : pdpProtocolStr; in ParserPdpProfileInfos()