/base/location/frameworks/native/locator_sdk/source/ |
H A D | country_code_callback_host.cpp | 44 void CountryCodeCallbackHost::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange() argument
|
H A D | country_code_manager.cpp | 61 auto country = std::make_shared<CountryCode>(*lastCountry_); in NotifyAllListener() local 246 CountryCode country; in GetIsoCountryCode() local 344 CountryCode country; in OnLocationReport() local
|
/base/location/services/location_locator/callback/source/ |
H A D | country_code_callback_proxy.cpp | 30 void CountryCodeCallbackProxy::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange() argument
|
/base/location/frameworks/cj/source/ |
H A D | country_code_callback.cpp | 61 void CountryCodeCallback::OnCountryCodeChange(const std::shared_ptr<Location::CountryCode>& country) in OnCountryCodeChange() argument
|
H A D | geolocationmanager_utils.cpp | 101 std::string country = request.country; in CJReverseGeoCodeRequestToMessageParcel() local 177 std::string country = request.country; in CJGeoCodeRequestToMessageParcel() local 308 CJCountryCode CountryCodeToCJCountryCode(const std::shared_ptr<Location::CountryCode>& country) in CountryCodeToCJCountryCode() argument [all...] |
H A D | geolocationmanager_impl.cpp | 297 std::shared_ptr<Location::CountryCode> country = std::make_shared<Location::CountryCode>(); in GetCountryCode() local
|
/base/global/i18n/frameworks/intl/include/ |
H A D | phone_number_format.h | 59 std::string country; member in OHOS::Global::I18n::PhoneNumberFormat
|
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/ |
H A D | phone_number_matched.h | 67 std::string country; member in OHOS::Global::I18n::PhoneNumberMatched
|
H A D | phone_number_rule.h | 62 std::string country; member in OHOS::Global::I18n::PhoneNumberRule
|
/base/global/i18n/frameworks/intl/test/fuzztest/regexrule_fuzzer/ |
H A D | regexrule_fuzzer.cpp | 39 std::string country = LocaleConfig::GetSystemRegion(); in DoSomethingInterestingWithMyAPI() local
|
/base/global/i18n/frameworks/zone/test/unittest/ |
H A D | zone_util_performance_test.cpp | 111 string country = "CN";
in HWTEST_F() local 134 string country = "GB";
in HWTEST_F() local 157 string country = "DE";
in HWTEST_F() local 180 string country = "CN";
in HWTEST_F() local
|
H A D | zone_util_test.cpp | 90 string country = "CN";
in HWTEST_F() local 115 string country = "GB";
in HWTEST_F() local 135 string country = "DE";
in HWTEST_F() local 155 string country = "CN";
in HWTEST_F() local [all...] |
/base/location/frameworks/js/napi/source/ |
H A D | country_code_callback_napi.cpp | 83 bool CountryCodeCallbackNapi::Send(const std::shared_ptr<CountryCode>& country) in Send() argument 183 void CountryCodeCallbackNapi::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange() argument [all...] |
/base/location/interfaces/inner_api/include/ |
H A D | country_code.h | 36 explicit CountryCode(CountryCode& country) in CountryCode() argument 60 inline void SetCountryCodeStr(std::string country) in SetCountryCodeStr() argument 89 auto country = std::make_shared<CountryCode>(); in Unmarshalling() local [all...] |
H A D | location_async_context.h | 83 std::shared_ptr<CountryCode> country; member in OHOS::Location::CountryCodeContext
|
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
H A D | phone_number_rule.cpp | 37 PhoneNumberRule::PhoneNumberRule(std::string& country) in PhoneNumberRule() argument
|
H A D | phone_number_matched.cpp | 32 PhoneNumberMatched::PhoneNumberMatched(std::string& country) in PhoneNumberMatched() argument 69 std::vector<int> PhoneNumberMatched::DealWithoutFixed(icu::UnicodeString& message, std::string& country) in DealWithoutFixed() argument 126 FindShortNumbers(std::string& country, icu::UnicodeString& message) FindShortNumbers() argument 176 AddPhoneNumber(std::string& number, int start, std::vector<PhoneNumberMatch*>& matchList, std::string& country) AddPhoneNumber() argument 202 FindNumbers(std::string& country, icu::UnicodeString& filteredString) FindNumbers() argument 256 HandleWithShortAndShort(std::vector<MatchedNumberInfo>& result, std::string& country, MatchedNumberInfo& info, std::pair<int, int>& pos, icu::UnicodeString& filteredString) HandleWithShortAndShort() argument 297 GetPossibleNumberInfos(std::string& country, icu::UnicodeString& src, icu::UnicodeString& filteredString) GetPossibleNumberInfos() argument [all...] |
/base/location/test/location_locator/source/ |
H A D | callback_test.cpp | 223 auto country = std::make_shared<CountryCode>(); in HWTEST_F() local
|
/base/location/services/location_geocode/geocode/source/ |
H A D | geo_convert_request.cpp | 166 void GeoConvertRequest::SetCountry(std::string country) in SetCountry() argument 252 auto country = in.ReadString16(); in OrderParcel() local
|
/base/telephony/core_service/utils/vcard/src/contact_data/ |
H A D | vcard_postal_data.cpp | 134 void VCardPostalData::SetCountry(const std::string &country) in SetCountry() argument
|
/base/update/updater/services/package/pkg_verify/ |
H A D | openssl_util.cpp | 250 std::string country; in GetStringFromX509Name() local
|
/base/global/i18n/frameworks/zone/src/ |
H A D | zone_util.cpp | 79 string ZoneUtil::GetDefaultZone(const string &country)
in GetDefaultZone() argument 114 string ZoneUtil::GetDefaultZone(const string country, const int32_t offset)
in GetDefaultZone() argument 148 void ZoneUtil::GetZoneList(const string country, vector<string> &retVec)
in GetZoneList() argument 158 void ZoneUtil::GetZoneList(const string country, const int32_t offset, vector<string> &retVec)
in GetZoneList() argument
|
/base/global/i18n/frameworks/intl/src/ |
H A D | utils.cpp | 185 std::string GetISO3Country(const string& country) in GetISO3Country() argument
|
/base/location/frameworks/cj/include/ |
H A D | geolocationmanager_utils.h | 69 char* country; member 81 char* country; member 87 char* country; member 95 char* country; member
|
/base/global/i18n/interfaces/js/kits/src/ |
H A D | i18n_addon.cpp | 465 std::string country = GetISO3Country(regionTag); in GetThreeLetterRegion() local 782 bool I18nAddon::InitPhoneNumberFormatContext(napi_env env, napi_callback_info info, const std::string &country, in InitPhoneNumberFormatContext() argument [all...] |