Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp138 code = GetCountryCodeByLocation(lastLocation); in GetCountryCodeByLastLocation()
175 std::string CountryCodeManager::GetCountryCodeByLocation(const std::unique_ptr<Location>& location) in GetCountryCodeByLocation() function in OHOS::Location::CountryCodeManager
345 std::string code = manager->GetCountryCodeByLocation(location); in OnLocationReport()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcountry_code_manager.h48 std::string GetCountryCodeByLocation(const std::unique_ptr<Location>& location);
/ohos5.0/base/location/test/location_locator/source/
H A Dcountry_code_manager_test.cpp269 EXPECT_EQ("", countryCodeManager->GetCountryCodeByLocation(nullptr));