Searched refs:UpdateCountryCodeByLocation (Results 1 – 3 of 3) sorted by relevance
252 EXPECT_EQ(false, countryCodeManager->UpdateCountryCodeByLocation("zh", 1));255 EXPECT_EQ(true, countryCodeManager->UpdateCountryCodeByLocation("zh", 1));258 EXPECT_EQ(false, countryCodeManager->UpdateCountryCodeByLocation("zh", 1));
49 bool UpdateCountryCodeByLocation(std::string countryCode, int type);
159 bool CountryCodeManager::UpdateCountryCodeByLocation(std::string countryCode, int type) in UpdateCountryCodeByLocation() function in OHOS::Location::CountryCodeManager350 if (manager->UpdateCountryCodeByLocation(code, COUNTRY_CODE_FROM_LOCATION)) { in OnLocationReport()