/base/telephony/call_manager/frameworks/cj/src/ |
H A D | telephony_call_ffi.cpp | 69 char* FfiOHOSTelephonyCallFormatPhoneNumber(char *phoneNumber, char *countryCode, int32_t *errCode) in FfiOHOSTelephonyCallFormatPhoneNumber() argument
|
H A D | telephony_call_impl.cpp | 106 std::u16string countryCode = Str8ToStr16(tmpCountryCode); in FormatPhoneNumberToE164() local 187 std::u16string countryCode = Str8ToStr16(tmpCountryCode); in FormatPhoneNumber() local
|
/base/telephony/core_service/services/sim/include/ |
H A D | sim_rdb_info.h | 35 std::string countryCode; member in OHOS::Telephony::SimRdbInfo
|
/base/telephony/cellular_call/services/utils/src/ |
H A D | module_service_utils.cpp | 67 std::u16string countryCode; in GetIsoCountryCode() local 74 std::u16string countryCode; in GetNetworkCountryCode() local
|
/base/location/frameworks/native/locator_sdk/source/ |
H A D | country_code_manager.cpp | 145 void CountryCodeManager::UpdateCountryCode(std::string countryCode, int type) in UpdateCountryCode() argument 159 bool CountryCodeManager::UpdateCountryCodeByLocation(std::string countryCode, int type) in UpdateCountryCodeByLocation() argument
|
H A D | locator_impl.cpp | 1092 LocationErrCode LocatorImpl::GetIsoCountryCodeV9(std::shared_ptr<CountryCode>& countryCode) in GetIsoCountryCodeV9() argument
|
/base/location/test/location_locator/source/ |
H A D | locator_impl_test.cpp | 311 std::shared_ptr<CountryCode> countryCode = std::make_shared<CountryCode>(); in HWTEST_F() local
|
/base/telephony/core_service/frameworks/cj/telephony_radio/src/ |
H A D | telephony_radio_impl.cpp | 274 std::u16string countryCode; in GetISOCountryCodeForNetwork() local
|
/base/telephony/core_service/frameworks/cj/telephony_sim/src/ |
H A D | telephony_sim_impl.cpp | 157 std::u16string countryCode = u""; in getISOCountryCodeForSim() local
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager3_gtest.cpp | 183 std::u16string countryCode = Str8ToStr16(Code); in HWTEST_F() local 203 std::u16string countryCode = Str8ToStr16(Code); in HWTEST_F() local 223 std::u16string countryCode = Str8ToStr16(Code); in HWTEST_F() local 243 std::u16string countryCode = Str8ToStr16(Code); in HWTEST_F() local 263 std::u16string countryCode in HWTEST_F() local 283 std::u16string countryCode = Str8ToStr16(Code); HWTEST_F() local 303 std::u16string countryCode = Str8ToStr16(Code); HWTEST_F() local [all...] |
H A D | call_manager4_gtest.cpp | 807 std::u16string countryCode = Str8ToStr16(Code); in HWTEST_F() local 827 std::u16string countryCode = Str8ToStr16(Code); in HWTEST_F() local 847 std::u16string countryCode = Str8ToStr16(Code); in HWTEST_F() local 867 std::u16string countryCode = Str8ToStr16(Code); in HWTEST_F() local 887 std::u16string countryCode in HWTEST_F() local 907 std::u16string countryCode = Str8ToStr16(Code); HWTEST_F() local 927 std::u16string countryCode = Str8ToStr16(Code); HWTEST_F() local 949 std::u16string countryCode = Str8ToStr16(Code); HWTEST_F() local [all...] |
H A D | call_manager_connect.cpp | 382 FormatPhoneNumber( std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) const FormatPhoneNumber() argument 392 FormatPhoneNumberToE164( std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) const FormatPhoneNumberToE164() argument
|
/base/telephony/call_manager/utils/src/ |
H A D | call_number_utils.cpp | 88 int32_t CallNumberUtils::FormatNumberBase(const std::string phoneNumber, std::string countryCode, in FormatNumberBase() argument 37 FormatPhoneNumber( const std::string &phoneNumber, const std::string &countryCode, std::string &formatNumber) FormatPhoneNumber() argument 64 FormatPhoneNumberToE164( const std::string phoneNumber, const std::string countryCode, std::string &formatNumber) FormatPhoneNumberToE164() argument 70 FormatPhoneNumberToNational( const std::string phoneNumber, const std::string countryCode, std::string &formatNumber) FormatPhoneNumberToNational() argument 79 FormatPhoneNumberToInternational( const std::string phoneNumber, const std::string countryCode, std::string &formatNumber) FormatPhoneNumberToInternational() argument 109 FormatPhoneNumberAsYouType( const std::string &phoneNumber, const std::string &countryCode, std::string &formatNumber) FormatPhoneNumberAsYouType() argument [all...] |
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 253 std::u16string countryCode; in HWTEST_F() local 270 std::u16string countryCode; in HWTEST_F() local
|
H A D | network_search_test.cpp | 940 std::string countryCode = Str16ToStr8(result); in HWTEST_F() local 959 std::string countryCode = Str16ToStr8(result); in HWTEST_F() local
|
H A D | zero_branch_test_core_service.cpp | 179 std::u16string countryCode; in HWTEST_F() local 738 std::string countryCode = ""; in HWTEST_F() local
|
/base/location/frameworks/cj/include/ |
H A D | geolocationmanager_utils.h | 110 char* countryCode; member
|
/base/telephony/core_service/services/network_search/src/ |
H A D | nitz_update.cpp | 291 std::string countryCode = Str16ToStr8(iso); in ProcessTimeZone() local 299 void NitzUpdate::UpdateCountryCode(std::string &countryCode) in UpdateCountryCode() argument
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch1_test.cpp | 417 std::string countryCode = "gr"; in HWTEST_F() local
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_persist_helper.cpp | 283 int32_t SmsPersistHelper::FormatSmsNumber(const std::string &num, std::string countryCode, in FormatSmsNumber() argument
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_proxy.cpp | 927 FormatPhoneNumber( std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) FormatPhoneNumber() argument 947 FormatPhoneNumberToE164( std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) FormatPhoneNumberToE164() argument
|
H A D | call_manager_client.cpp | 430 FormatPhoneNumber( std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) FormatPhoneNumber() argument 441 FormatPhoneNumberToE164( std::u16string &number, std::u16string &countryCode, std::u16string &formatNumber) FormatPhoneNumberToE164() argument
|
/base/telephony/core_service/frameworks/js/network_search/include/ |
H A D | napi_radio.h | 202 std::string countryCode = ""; member
|
/base/telephony/core_service/services/sim/src/ |
H A D | icc_file.cpp | 783 std::string countryCode = ObtainIsoCountryCode(); in SaveCountryCode() local
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_info.h | 383 int32_t countryCode = 0; member
|