Searched refs:MccCountryCode (Results 1 – 8 of 8) sorted by relevance
35 MccPool::MccCountryCode(mcc); in DoSomethingInterestingWithMyAPI()
288 static std::string MccCountryCode(int mcc);
73 std::string iso = MccPool::MccCountryCode(std::stoi(mcc)); in ObtainIsoCountryCode()
40 std::string MccPool::MccCountryCode(int mcc) in MccCountryCode() function in OHOS::Telephony::MccPool
121 std::string iso = MccPool::MccCountryCode(std::stoi(mcc)); in ObtainIsoCountryCode()
985 EXPECT_EQ(MccPool::MccCountryCode(MCC_CN_A), "cn");986 EXPECT_EQ(MccPool::MccCountryCode(INVALID_MCC), "");
1434 countryCode = MccPool::MccCountryCode(value); in RadioResidentNetworkChange()
756 iso = MccPool::MccCountryCode(value); in GetIsoCountryCodeForNetwork()