Searched defs:itemRoots (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/telephony/telephony_data/common/src/ |
H A D | parser_util.cpp | 129 cJSON *itemRoots = cJSON_GetObjectItem(root, ITEM_OPERATOR_INFOS); in ParserPdpProfileJson() local 144 void ParserUtil::ParserPdpProfileInfos(std::vector<PdpProfile> &vec, cJSON *itemRoots) in ParserPdpProfileInfos() 250 cJSON *itemRoots = cJSON_GetObjectItem(root, ITEM_OPERATOR_ID); in ParserOpKeyJson() local 265 void ParserUtil::ParserOpKeyInfos(std::vector<OpKey> &vec, cJSON *itemRoots) in ParserOpKeyInfos() 365 cJSON *itemRoots = cJSON_GetObjectItem(root, ITEM_NUM_MATCH_INFOS); in ParserNumMatchJson() local 380 void ParserUtil::ParserNumMatchInfos(std::vector<NumMatch> &vec, cJSON *itemRoots) in ParserNumMatchInfos() 459 cJSON *itemRoots = cJSON_GetObjectItem(root, ITEM_OPERATOR_INFOS); in ParserEccDataJson() local 474 void ParserUtil::ParserEccDataInfos(std::vector<EccNum> &vec, cJSON *itemRoots) in ParserEccDataInfos()
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | operator_name_utils.cpp | 96 cJSON *itemRoots = cJSON_GetObjectItem(root, ITEM_OPERATOR_NAMES); in ParserOperatorNameCustJson() local 162 void OperatorNameUtils::ParserOperatorNames(std::vector<OperatorNameCust> &vec, cJSON *itemRoots) in ParserOperatorNames()
|