Home
last modified time | relevance | path

Searched defs:countryCode (Results 1 – 25 of 37) sorted by relevance

12

/base/telephony/call_manager/utils/src/
Dcall_number_utils.cpp33 const std::string &phoneNumber, const std::string &countryCode, std::string &formatNumber) in FormatPhoneNumber()
60 const std::string phoneNumber, const std::string countryCode, std::string &formatNumber) in FormatPhoneNumberToE164()
65 int32_t CallNumberUtils::FormatNumberBase(const std::string phoneNumber, std::string countryCode, in FormatNumberBase()
/base/telephony/cellular_call/services/common/src/
Dmodule_service_utils.cpp45 std::u16string countryCode; in GetIsoCountryCode() local
52 std::u16string countryCode; in GetNetworkCountryCode() local
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager_gtest.cpp1787 std::u16string countryCode = Str8ToStr16(Code); variable
1807 std::u16string countryCode = Str8ToStr16(Code); variable
1827 std::u16string countryCode = Str8ToStr16(Code); variable
1847 std::u16string countryCode = Str8ToStr16(Code); variable
1867 std::u16string countryCode = Str8ToStr16(Code); variable
1887 std::u16string countryCode = Str8ToStr16(Code); variable
1907 std::u16string countryCode = Str8ToStr16(Code); variable
1929 std::u16string countryCode = Str8ToStr16(Code); variable
1949 std::u16string countryCode = Str8ToStr16(Code); variable
1969 std::u16string countryCode = Str8ToStr16(Code); variable
[all …]
/base/telephony/core_service/services/sim/include/
Dsim_rdb_info.h50 std::string countryCode; variable
/base/location/services/location_locator/locator/source/
Dcountry_code_manager.cpp152 void CountryCodeManager::UpdateCountryCode(std::string countryCode, int type) in UpdateCountryCode()
166 bool CountryCodeManager::UpdateCountryCodeByLocation(std::string countryCode, int type) in UpdateCountryCodeByLocation()
/base/location/test/location_locator/source/
Dlocator_impl_test.cpp277 std::shared_ptr<CountryCode> countryCode = std::make_shared<CountryCode>(); variable
Dlocator_service_test.cpp1805 std::shared_ptr<CountryCode> countryCode; variable
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_client.cpp350 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumber()
361 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumberToE164()
Dcall_manager_proxy.cpp673 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumber()
689 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumberToE164()
Dcall_manager_service_proxy.cpp930 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumber()
963 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumberToE164()
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
Dcall_manager_connect.h630 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) const in FormatPhoneNumber()
640 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) const in FormatPhoneNumberToE164()
/base/telephony/call_manager/services/call_manager_service/src/
Dcall_manager_service.cpp645 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumber()
656 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumberToE164()
Dcall_manager_service_stub.cpp691 std::u16string countryCode = data.ReadString16(); in OnFormatPhoneNumber() local
712 std::u16string countryCode = data.ReadString16(); in OnFormatPhoneNumberToE164() local
/base/telephony/core_service/services/network_search/src/
Dnitz_update.cpp258 std::string countryCode = Str16ToStr8(iso); in ProcessTimeZone() local
/base/telephony/call_manager/services/call/src/
Dcall_control_manager.cpp910 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumber()
920 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumberToE164()
/base/telephony/core_service/services/core/src/
Dcore_service.cpp229 int32_t CoreService::GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) in GetIsoCountryCodeForNetwork()
327 int32_t CoreService::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim()
/base/telephony/core_service/services/sim/src/
Dicc_file.cpp549 std::string countryCode = ObtainIsoCountryCode(); in SaveCountryCode() local
Dsim_manager.cpp590 int32_t SimManager::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim()
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp260 int32_t CoreServiceClient::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim()
403 int32_t CoreServiceClient::GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) in GetIsoCountryCodeForNetwork()
/base/telephony/call_manager/test/unittest/ui_client/
Dui_client_test.cpp593 std::u16string countryCode; in FormatPhoneNumber() local
621 std::u16string countryCode; in FormatPhoneNumberToE164() local
/base/location/frameworks/native/source/
Dlocator_impl.cpp463 LocationErrCode LocatorImpl::GetIsoCountryCodeV9(std::shared_ptr<CountryCode>& countryCode) in GetIsoCountryCodeV9()
Dlocator_proxy.cpp370 auto countryCode = std::make_shared<CountryCode>(); in GetIsoCountryCode() local
915 LocationErrCode LocatorProxy::GetIsoCountryCodeV9(std::shared_ptr<CountryCode>& countryCode) in GetIsoCountryCodeV9()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp864 std::string countryCode = Str16ToStr8(result); variable
883 std::string countryCode = Str16ToStr8(result); variable
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp211 std::shared_ptr<CountryCode> countryCode = std::make_shared<CountryCode>(); in LocatorImplV9FuzzerTest() local
/base/telephony/call_manager/interfaces/kits/js/
D@ohos.telephony.call.d.ts1374 countryCode?: string; property

12