Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/include/
Dmcc_pool.h276 MccAccess(int mnc, std::string iso, int shortestMnc) in MccAccess() argument
279 iso_ = iso; in MccAccess()
/base/telephony/core_service/services/network_search/src/
Dnitz_update.cpp256 std::u16string iso; in ProcessTimeZone() local
257 nsm->GetIsoCountryCodeForNetwork(primarySlotId, iso); in ProcessTimeZone()
258 std::string countryCode = Str16ToStr8(iso); in ProcessTimeZone()
Dnetwork_search_manager.cpp671 std::string iso = ""; in GetIsoCountryCodeForNetwork() local
691 iso = MccPool::MccCountryCode(value); in GetIsoCountryCodeForNetwork()
700 countryCode = Str8ToStr16(iso); in GetIsoCountryCodeForNetwork()
/base/telephony/core_service/services/sim/src/
Druim_file.cpp72 std::string iso = MccPool::MccCountryCode(std::stoi(mcc)); in ObtainIsoCountryCode() local
73 return iso; in ObtainIsoCountryCode()
Dsim_file.cpp76 std::string iso = MccPool::MccCountryCode(std::stoi(mcc)); in ObtainIsoCountryCode() local
77 return iso; in ObtainIsoCountryCode()