Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Doperator_name_utils.h47 void ParserOperatorNames(std::vector<OperatorNameCust> &vec, cJSON *itemRoots);
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Doperator_name_utils.cpp104 ParserOperatorNames(vec, itemRoots); in ParserOperatorNameCustJson()
162 void OperatorNameUtils::ParserOperatorNames(std::vector<OperatorNameCust> &vec, cJSON *itemRoots) in ParserOperatorNames() function in OHOS::Telephony::OperatorNameUtils