Home
last modified time | relevance | path

Searched refs:GetCountry (Results 1 - 8 of 8) sorted by relevance

/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_request.h65 std::string GetCountry();
/base/telephony/core_service/utils/vcard/include/contact_data/
H A Dvcard_postal_data.h36 std::string GetCountry();
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_request.cpp161 std::string GeoConvertRequest::GetCountry() in GetCountry() function in OHOS::Location::GeoConvertRequest
/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_postal_data.cpp129 std::string VCardPostalData::GetCountry() in GetCountry() function in OHOS::Telephony::VCardPostalData
/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h169 static std::string GetCountry(const std::string& parameter);
/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp297 std::string systemRegion = GetCountry(LOCALE_KEY); in GetSystemRegion()
299 systemRegion = GetCountry(DEFAULT_LOCALE_KEY); in GetSystemRegion()
307 string LocaleConfig::GetCountry(const string& parameter) in GetCountry() function in OHOS::Global::I18n::LocaleConfig
311 HILOG_INFO_I18N("GetCountry: ReadSystemParameter %{public}s failed", parameter.c_str()); in GetCountry()
321 HILOG_INFO_I18N("GetCountry: %{public}s get failed, country is nullptr", parameter.c_str()); in GetCountry()
323 HILOG_INFO_I18N("GetCountry: %{public}s get failed, U_SUCCESS is false", parameter.c_str()); in GetCountry()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp1042 EXPECT_EQ(contacts[0]->GetPostalDatas()[0]->GetCountry(), "ttttcountry"); in HWTEST_F()
1049 EXPECT_EQ(contacts[0]->GetPostalDatas()[1]->GetCountry(), "测试ttttcountry"); in HWTEST_F()
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp564 std::string country = postalData->GetCountry(); in ConstructPostalLine()

Completed in 11 milliseconds