Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/include/
Dmcc_pool.h293 static std::string MccCountryCode(int mcc);
/base/telephony/core_service/services/sim/src/
Druim_file.cpp72 std::string iso = MccPool::MccCountryCode(std::stoi(mcc)); in ObtainIsoCountryCode()
Dmcc_pool.cpp37 std::string MccPool::MccCountryCode(int mcc) in MccCountryCode() function in OHOS::Telephony::MccPool
Dsim_file.cpp76 std::string iso = MccPool::MccCountryCode(std::stoi(mcc)); in ObtainIsoCountryCode()
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_manager.cpp691 iso = MccPool::MccCountryCode(value); in GetIsoCountryCodeForNetwork()