/base/telephony/call_manager/utils/src/ |
D | call_number_utils.cpp | 33 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/ |
D | module_service_utils.cpp | 45 std::u16string countryCode; in GetIsoCountryCode() local 52 std::u16string countryCode; in GetNetworkCountryCode() local
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
D | call_manager_gtest.cpp | 1787 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/ |
D | sim_rdb_info.h | 50 std::string countryCode; variable
|
/base/location/services/location_locator/locator/source/ |
D | country_code_manager.cpp | 152 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/ |
D | locator_impl_test.cpp | 277 std::shared_ptr<CountryCode> countryCode = std::make_shared<CountryCode>(); variable
|
D | locator_service_test.cpp | 1805 std::shared_ptr<CountryCode> countryCode; variable
|
/base/telephony/call_manager/frameworks/native/src/ |
D | call_manager_client.cpp | 350 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumber() 361 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumberToE164()
|
D | call_manager_proxy.cpp | 673 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumber() 689 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumberToE164()
|
D | call_manager_service_proxy.cpp | 930 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/ |
D | call_manager_connect.h | 630 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/ |
D | call_manager_service.cpp | 645 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumber() 656 std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) in FormatPhoneNumberToE164()
|
D | call_manager_service_stub.cpp | 691 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/ |
D | nitz_update.cpp | 258 std::string countryCode = Str16ToStr8(iso); in ProcessTimeZone() local
|
/base/telephony/call_manager/services/call/src/ |
D | call_control_manager.cpp | 910 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/ |
D | core_service.cpp | 229 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/ |
D | icc_file.cpp | 549 std::string countryCode = ObtainIsoCountryCode(); in SaveCountryCode() local
|
D | sim_manager.cpp | 590 int32_t SimManager::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim()
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 260 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/ |
D | ui_client_test.cpp | 593 std::u16string countryCode; in FormatPhoneNumber() local 621 std::u16string countryCode; in FormatPhoneNumberToE164() local
|
/base/location/frameworks/native/source/ |
D | locator_impl.cpp | 463 LocationErrCode LocatorImpl::GetIsoCountryCodeV9(std::shared_ptr<CountryCode>& countryCode) in GetIsoCountryCodeV9()
|
D | locator_proxy.cpp | 370 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/ |
D | network_search_test.cpp | 864 std::string countryCode = Str16ToStr8(result); variable 883 std::string countryCode = Str16ToStr8(result); variable
|
/base/location/test/fuzztest/locator/locator_fuzzer/ |
D | locator_fuzzer.cpp | 211 std::shared_ptr<CountryCode> countryCode = std::make_shared<CountryCode>(); in LocatorImplV9FuzzerTest() local
|
/base/telephony/call_manager/interfaces/kits/js/ |
D | @ohos.telephony.call.d.ts | 1374 countryCode?: string; property
|