Home
last modified time | relevance | path

Searched refs:GetCountryCodeStr (Results 1 – 3 of 3) sorted by relevance

/base/location/interfaces/inner_api/include/
Dcountry_code.h38 SetCountryCodeStr(country.GetCountryCodeStr()); in CountryCode()
46 return (countryCodeStr_ == country.GetCountryCodeStr()) && in IsSame()
55 inline std::string GetCountryCodeStr() const in GetCountryCodeStr() function
/base/location/frameworks/native/source/
Dcountry_code_manager.cpp145 if (lastCountryByLocation_->GetCountryCodeStr().empty()) { in GetCountryCodeByLastLocation()
157 return lastCountryByLocation_->GetCountryCodeStr(); in GetCountryCodeByLastLocation()
180 if (lastCountryByLocation_->GetCountryCodeStr() == countryCode) { in UpdateCountryCodeByLocation()
Dnapi_util.cpp121 SetValueUtf8String(env, "country", country->GetCountryCodeStr().c_str(), result); in CountryCodeToJs()