Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcountry_code.h39 SetCountryCodeType(country.GetCountryCodeType()); in CountryCode()
70 inline void SetCountryCodeType(int type) in SetCountryCodeType() function
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp156 lastCountry_->SetCountryCodeType(type); in UpdateCountryCode()
171 lastCountryByLocation_->SetCountryCodeType(type); in UpdateCountryCodeByLocation()
250 country.SetCountryCodeType(type); in GetIsoCountryCode()
348 country.SetCountryCodeType(COUNTRY_CODE_FROM_LOCATION); in OnLocationReport()
/ohos5.0/base/location/test/location_locator/source/
H A Dcountry_code_manager_test.cpp237 countryCodeManager->lastCountry_->SetCountryCodeType(1);