Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcountry_code_manager.h51 std::string GetCountryCodeByLastLocation();
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp123 std::string CountryCodeManager::GetCountryCodeByLastLocation() in GetCountryCodeByLastLocation() function in OHOS::Location::CountryCodeManager
227 countryCodeStr8 = GetCountryCodeByLastLocation(); in GetIsoCountryCode()
/ohos5.0/base/location/test/location_locator/source/
H A Dcountry_code_manager_test.cpp226 EXPECT_EQ("", countryCodeManager->GetCountryCodeByLastLocation());