Home
last modified time | relevance | path

Searched defs:country (Results 1 – 15 of 15) sorted by relevance

/base/location/interfaces/inner_api/include/
Dcountry_code.h36 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/
Dphone_number_format.h43 std::string country; variable
/base/global/i18n/frameworks/zone/test/unittest/
Dzone_util_performance_test.cpp111 string country = "CN"; variable
134 string country = "GB"; variable
157 string country = "DE"; variable
180 string country = "CN"; variable
Dzone_util_test.cpp90 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/
Dcountry_code_callback_proxy.cpp30 void CountryCodeCallbackProxy::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange()
/base/location/frameworks/native/source/
Dcountry_code_callback_host.cpp59 bool CountryCodeCallbackHost::Send(const std::shared_ptr<CountryCode>& country) in Send()
147 void CountryCodeCallbackHost::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange()
Dcountry_code_manager.cpp58 auto country = std::make_shared<CountryCode>(*lastCountry_); in NotifyAllListener() local
231 CountryCode country; in GetIsoCountryCode() local
329 CountryCode country; in OnLocationReport() local
Dnapi_util.cpp119 void CountryCodeToJs(const napi_env& env, const std::shared_ptr<CountryCode>& country, napi_value& … in CountryCodeToJs()
/base/global/i18n/frameworks/zone/src/
Dzone_util.cpp79 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/
Dcallback_test.cpp225 auto country = std::make_shared<CountryCode>(); variable
/base/update/updater/services/package/pkg_verify/
Dopenssl_util.cpp250 std::string country; in GetStringFromX509Name() local
/base/global/i18n/frameworks/intl/src/
Dlocale_config.cpp289 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/
Dlocation_napi_adapter.cpp755 std::shared_ptr<CountryCode> country = std::make_shared<CountryCode>(); in CreateReverseGeocodeAsyncContext() local
/base/global/i18n/interfaces/js/kits/src/
Di18n_addon.cpp1454 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/
Dcall_manager_inner_type.h316 int32_t country = 0; member