Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/location_locator/source/
H A Dcountry_code_manager_test.cpp252 EXPECT_EQ(false, countryCodeManager->UpdateCountryCodeByLocation("zh", 1));
255 EXPECT_EQ(true, countryCodeManager->UpdateCountryCodeByLocation("zh", 1));
258 EXPECT_EQ(false, countryCodeManager->UpdateCountryCodeByLocation("zh", 1));
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcountry_code_manager.h49 bool UpdateCountryCodeByLocation(std::string countryCode, int type);
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp159 bool CountryCodeManager::UpdateCountryCodeByLocation(std::string countryCode, int type) in UpdateCountryCodeByLocation() function in OHOS::Location::CountryCodeManager
350 if (manager->UpdateCountryCodeByLocation(code, COUNTRY_CODE_FROM_LOCATION)) { in OnLocationReport()