Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
Dcountry_code.h39 SetCountryCodeType(country.GetCountryCodeType()); in CountryCode()
70 inline void SetCountryCodeType(int type) in SetCountryCodeType() function
/base/location/frameworks/native/source/
Dcountry_code_manager.cpp171 lastCountry_->SetCountryCodeType(type); in UpdateCountryCode()
186 lastCountryByLocation_->SetCountryCodeType(type); in UpdateCountryCodeByLocation()
233 country.SetCountryCodeType(type); in GetIsoCountryCode()
331 country.SetCountryCodeType(COUNTRY_CODE_FROM_LOCATION); in OnLocationReport()
/base/location/test/location_locator/source/
Dcountry_code_manager_test.cpp235 countryCodeManager->lastCountry_->SetCountryCodeType(1);