Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dmodule_service_utils.h59 std::string GetNetworkCountryCode(int32_t slotId);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Demergency_utils.cpp52 std::string countryIsoCode = dependDataObtain.GetNetworkCountryCode(slotId); in IsEmergencyCallProcessing()
H A Dmodule_service_utils.cpp72 std::string ModuleServiceUtils::GetNetworkCountryCode(int32_t slotId) in GetNetworkCountryCode() function in OHOS::Telephony::ModuleServiceUtils
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dcs_control.cpp420 std::string operatorCountryIso = moduleServiceUtils.GetNetworkCountryCode(slotId); in CalculateInternationalRoaming()
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp1170 moduleServiceUtils.GetNetworkCountryCode(SIM1_SLOTID);