Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp55 const char *ITEM_APN = "apn"; variable
160 bean.apn = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_APN)); in ParserPdpProfileInfos()
625 if (value == nullptr || cJSON_GetObjectItem(value, ITEM_APN) == nullptr) { in IsNeedInsertToTable()