Home
last modified time | relevance | path

Searched refs:UpdateCountryCodeByLocation (Results 1 – 2 of 2) sorted by relevance

/base/location/services/location_locator/locator/include/
Dcountry_code_manager.h47 bool UpdateCountryCodeByLocation(std::string countryCode, int type);
/base/location/services/location_locator/locator/source/
Dcountry_code_manager.cpp166 bool CountryCodeManager::UpdateCountryCodeByLocation(std::string countryCode, int type) in UpdateCountryCodeByLocation() function in OHOS::Location::CountryCodeManager
353 if (manager->UpdateCountryCodeByLocation(code, COUNTRY_CODE_FROM_LOCATION)) { in OnLocationReport()