Home
last modified time | relevance | path

Searched refs:UpdateCountryCode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnitz_update.h35 void UpdateCountryCode(std::string &countryCode);
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcountry_code_manager.h50 void UpdateCountryCode(std::string countryCode, int type);
/ohos5.0/base/location/test/location_locator/source/
H A Dcountry_code_manager_test.cpp238 countryCodeManager->UpdateCountryCode("zh", 0); // last type is more reliable
241 countryCodeManager->UpdateCountryCode("zh", 0); // lastCountry_ is nullptr
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp145 void CountryCodeManager::UpdateCountryCode(std::string countryCode, int type) in UpdateCountryCode() function in OHOS::Location::CountryCodeManager
252 UpdateCountryCode(countryCodeStr8, type); in GetIsoCountryCode()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp274 UpdateCountryCode(countryCode); in ProcessTimeZone()
278 void NitzUpdate::UpdateCountryCode(std::string &countryCode) in UpdateCountryCode() function in OHOS::Telephony::NitzUpdate
H A Dnetwork_search_handler.cpp1448 nitzUpdate_->UpdateCountryCode(countryCode); in RadioResidentNetworkChange()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_core_service.cpp735 nitzUpdate->UpdateCountryCode(countryCode);
737 nitzUpdate->UpdateCountryCode(countryCode);