Searched refs:GetCountryCodeByLocation (Results 1 – 3 of 3) sorted by relevance
138 code = GetCountryCodeByLocation(lastLocation); in GetCountryCodeByLastLocation()175 std::string CountryCodeManager::GetCountryCodeByLocation(const std::unique_ptr<Location>& location) in GetCountryCodeByLocation() function in OHOS::Location::CountryCodeManager345 std::string code = manager->GetCountryCodeByLocation(location); in OnLocationReport()
48 std::string GetCountryCodeByLocation(const std::unique_ptr<Location>& location);
269 EXPECT_EQ("", countryCodeManager->GetCountryCodeByLocation(nullptr));