Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/common/include/
Dmodule_service_utils.h59 std::string GetNetworkCountryCode(int32_t slotId);
/base/telephony/cellular_call/services/common/src/
Demergency_utils.cpp59 std::string countryIsoCode = dependDataObtain.GetNetworkCountryCode(slotId); in IsEmergencyCallProcessing()
Dmodule_service_utils.cpp73 std::string ModuleServiceUtils::GetNetworkCountryCode(int32_t slotId) in GetNetworkCountryCode() function in OHOS::Telephony::ModuleServiceUtils
/base/telephony/cellular_call/services/control/src/
Dcs_control.cpp390 std::string operatorCountryIso = moduleServiceUtils.GetNetworkCountryCode(slotId); in CalculateInternationalRoaming()