Home
last modified time | relevance | path

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

/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp278 std::u16string iso; in ProcessTimeZone() local
279 if (nsm->GetIsoCountryCodeForNetwork(primarySlotId, iso) != TELEPHONY_ERR_SUCCESS) { in ProcessTimeZone()
283 if (iso.empty()) { in ProcessTimeZone()
286 nsm->GetIsoCountryCodeForNetwork(otherSlotId, iso); in ProcessTimeZone()
287 if (!iso.empty()) { in ProcessTimeZone()
291 std::string countryCode = Str16ToStr8(iso); in ProcessTimeZone()
H A Dnetwork_search_manager.cpp747 std::string iso = ""; in GetIsoCountryCodeForNetwork() local
767 iso = MccPool::MccCountryCode(value); in GetIsoCountryCodeForNetwork()
776 countryCode = Str8ToStr16(iso); in GetIsoCountryCodeForNetwork()
/base/telephony/core_service/services/sim/include/
H A Dmcc_pool.h276 MccAccess(int mcc, std::string iso, int shortestMnc) in MccAccess() argument
279 iso_ = iso; in MccAccess()
/base/telephony/core_service/services/sim/src/
H A Druim_file.cpp73 std::string iso = MccPool::MccCountryCode(std::stoi(mcc)); in ObtainIsoCountryCode() local
74 return iso; in ObtainIsoCountryCode()
H A Dsim_file.cpp121 std::string iso = MccPool::MccCountryCode(std::stoi(mcc)); in ObtainIsoCountryCode() local
122 return iso; in ObtainIsoCountryCode()

Completed in 10 milliseconds