Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/test/fuzztest/mcccountrycode_fuzzer/
H A Dmcccountrycode_fuzzer.cpp35 MccPool::MccCountryCode(mcc); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dmcc_pool.h288 static std::string MccCountryCode(int mcc);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Druim_file.cpp73 std::string iso = MccPool::MccCountryCode(std::stoi(mcc)); in ObtainIsoCountryCode()
H A Dmcc_pool.cpp40 std::string MccPool::MccCountryCode(int mcc) in MccCountryCode() function in OHOS::Telephony::MccPool
H A Dsim_file.cpp121 std::string iso = MccPool::MccCountryCode(std::stoi(mcc)); in ObtainIsoCountryCode()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp985 EXPECT_EQ(MccPool::MccCountryCode(MCC_CN_A), "cn");
986 EXPECT_EQ(MccPool::MccCountryCode(INVALID_MCC), "");
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_handler.cpp1434 countryCode = MccPool::MccCountryCode(value); in RadioResidentNetworkChange()
H A Dnetwork_search_manager.cpp756 iso = MccPool::MccCountryCode(value); in GetIsoCountryCodeForNetwork()