Home
last modified time | relevance | path

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

/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp146 cJSON *itemRoot = nullptr; in ParserPdpProfileInfos() local
148 itemRoot = cJSON_GetArrayItem(itemRoots, i); in ParserPdpProfileInfos()
149 if (itemRoot == nullptr || !IsNeedInsertToTable(itemRoot)) { in ParserPdpProfileInfos()
153 bean.profileName = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_OPERATOR_NAME)); in ParserPdpProfileInfos()
154 bean.authUser = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_AUTH_USER)); in ParserPdpProfileInfos()
155 bean.authPwd = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_AUTH_PWD)); in ParserPdpProfileInfos()
156 std::string authTypeStr = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_AUTH_TYPE)); in ParserPdpProfileInfos()
158 bean.mcc = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_MCC)); in ParserPdpProfileInfos()
159 bean.mnc = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_MN in ParserPdpProfileInfos()
267 cJSON *itemRoot = nullptr; ParserOpKeyInfos() local
382 cJSON *itemRoot = nullptr; ParserNumMatchInfos() local
476 cJSON *itemRoot = nullptr; ParserEccDataInfos() local
[all...]
/base/telephony/core_service/services/network_search/src/
H A Doperator_name_utils.cpp164 cJSON *itemRoot = nullptr; in ParserOperatorNames() local
168 itemRoot = cJSON_GetArrayItem(itemRoots, i); in ParserOperatorNames()
169 if (itemRoot == nullptr) { in ParserOperatorNames()
173 plmnArray = cJSON_GetObjectItem(itemRoot, ITEM_PLMN); in ParserOperatorNames()
184 nameCust.zhCN = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_ZH_CN)); in ParserOperatorNames()
185 nameCust.enUS = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_EN_US)); in ParserOperatorNames()
186 nameCust.zhTW = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_ZH_TW)); in ParserOperatorNames()
187 nameCust.zhHK = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_ZH_HK)); in ParserOperatorNames()
188 nameCust.zhHans = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_ZH_HANS)); in ParserOperatorNames()
189 nameCust.zhHant = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_ZH_HAN in ParserOperatorNames()
[all...]

Completed in 2 milliseconds