/base/location/interfaces/inner_api/include/ |
D | country_code.h | 36 explicit CountryCode(CountryCode& country) in CountryCode() function 44 inline bool IsSame(CountryCode& country) const in IsSame() 60 inline void SetCountryCodeStr(std::string country) in SetCountryCodeStr() 89 auto country = std::make_shared<CountryCode>(); in Unmarshalling() local
|
/base/global/i18n/frameworks/intl/include/ |
D | phone_number_format.h | 43 std::string country; variable
|
/base/global/i18n/frameworks/zone/test/unittest/ |
D | zone_util_performance_test.cpp | 111 string country = "CN"; variable 134 string country = "GB"; variable 157 string country = "DE"; variable 180 string country = "CN"; variable
|
D | zone_util_test.cpp | 90 string country = "CN"; variable 115 string country = "GB"; variable 135 string country = "DE"; variable 155 string country = "CN"; variable
|
/base/location/services/location_locator/callback/source/ |
D | country_code_callback_proxy.cpp | 30 void CountryCodeCallbackProxy::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange()
|
/base/location/frameworks/native/source/ |
D | country_code_callback_host.cpp | 59 bool CountryCodeCallbackHost::Send(const std::shared_ptr<CountryCode>& country) in Send() 147 void CountryCodeCallbackHost::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange()
|
D | country_code_manager.cpp | 58 auto country = std::make_shared<CountryCode>(*lastCountry_); in NotifyAllListener() local 231 CountryCode country; in GetIsoCountryCode() local 329 CountryCode country; in OnLocationReport() local
|
D | napi_util.cpp | 119 void CountryCodeToJs(const napi_env& env, const std::shared_ptr<CountryCode>& country, napi_value& … in CountryCodeToJs()
|
/base/global/i18n/frameworks/zone/src/ |
D | zone_util.cpp | 79 string ZoneUtil::GetDefaultZone(const string &country) in GetDefaultZone() 112 string ZoneUtil::GetDefaultZone(const string country, const int32_t offset) in GetDefaultZone() 144 void ZoneUtil::GetZoneList(const string country, vector<string> &retVec) in GetZoneList() 154 void ZoneUtil::GetZoneList(const string country, const int32_t offset, vector<string> &retVec) in GetZoneList()
|
/base/location/test/location_locator/source/ |
D | callback_test.cpp | 225 auto country = std::make_shared<CountryCode>(); variable
|
/base/update/updater/services/package/pkg_verify/ |
D | openssl_util.cpp | 250 std::string country; in GetStringFromX509Name() local
|
/base/global/i18n/frameworks/intl/src/ |
D | locale_config.cpp | 289 const char *country = nullptr; in GetSystemRegion() local 550 for (string country : countries) { in GetRelatedLocales() local 950 std::string country(originLocale.getCountry()); in GetDisplayRegion() local
|
/base/location/frameworks/js/napi/source/ |
D | location_napi_adapter.cpp | 755 std::shared_ptr<CountryCode> country = std::make_shared<CountryCode>(); in CreateReverseGeocodeAsyncContext() local
|
/base/global/i18n/interfaces/js/kits/src/ |
D | i18n_addon.cpp | 1454 std::vector<char> country (len + 1); in PhoneNumberFormatConstructor() local 1477 …on::InitPhoneNumberFormatContext(napi_env env, napi_callback_info info, const std::string &country, in InitPhoneNumberFormatContext()
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | call_manager_inner_type.h | 316 int32_t country = 0; member
|