Searched refs:UpdateCountryCodeByLocation (Results 1 – 2 of 2) sorted by relevance
47 bool UpdateCountryCodeByLocation(std::string countryCode, int type);
166 bool CountryCodeManager::UpdateCountryCodeByLocation(std::string countryCode, int type) in UpdateCountryCodeByLocation() function in OHOS::Location::CountryCodeManager353 if (manager->UpdateCountryCodeByLocation(code, COUNTRY_CODE_FROM_LOCATION)) { in OnLocationReport()