Home
last modified time | relevance | path

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

/base/location/test/location_locator/source/
Dcountry_code_manager_test.cpp37 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] GetIsoCountryCode001 begin");
41 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] GetIsoCountryCode001 end");
48 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] UnregisterCountryCodeCallback001 begin");
53 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] UnregisterCountryCodeCallback001 end");
60 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] UnregisterCountryCodeCallback002 begin");
64 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] UnregisterCountryCodeCallback002 end");
71 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] RegisterCountryCodeCallback001 begin");
76 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] RegisterCountryCodeCallback001 end");
83 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] RegisterCountryCodeCallback002 begin");
87 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] RegisterCountryCodeCallback002 end");
[all …]
/base/location/services/location_locator/locator/source/
Dcountry_code_manager.cpp53 LBSLOGE(COUNTRY_CODE, "NotifyAllListener cancel, para is invalid"); in NotifyAllListener()
70 LBSLOGE(COUNTRY_CODE, "callback is invalid"); in RegisterCountryCodeCallback()
77 LBSLOGE(COUNTRY_CODE, "iface_cast ICountryCodeCallback failed!"); in RegisterCountryCodeCallback()
83 LBSLOGD(COUNTRY_CODE, "after uid:%{public}d register, countryCodeCallback_ size:%{public}s", in RegisterCountryCodeCallback()
99 LBSLOGE(COUNTRY_CODE, "unregister an invalid callback"); in UnregisterCountryCodeCallback()
105 LBSLOGE(COUNTRY_CODE, "iface_cast ICountryCodeCallback failed!"); in UnregisterCountryCodeCallback()
119 LBSLOGD(COUNTRY_CODE, "after uid:%{public}d unregister, countryCodeCallback_ size:%{public}s", in UnregisterCountryCodeCallback()
134 LBSLOGE(COUNTRY_CODE, "lastCountryByLocation_ is nullptr"); in GetCountryCodeByLastLocation()
155 LBSLOGE(COUNTRY_CODE, "lastCountry_ is nullptr"); in UpdateCountryCode()
159 LBSLOGI(COUNTRY_CODE, "lastCountry_ is more reliable,there is no need to update the data"); in UpdateCountryCode()
[all …]
/base/telephony/data_storage/sim/include/
Dsim_data.h29 static constexpr const char *COUNTRY_CODE = "country_code"; variable
/base/telephony/core_service/services/sim/include/
Dsim_rdb_info.h29 static constexpr const char *COUNTRY_CODE = "country_code"; variable
/base/location/interfaces/inner_api/include/
Dlocation_log.h50 static constexpr OHOS::HiviewDFX::HiLogLabel COUNTRY_CODE = {LOG_CORE, LOCATOR_LOG_ID, "CountryCode… variable
/base/telephony/data_storage/sim/src/
Drdb_sim_helper.cpp59 createTableStr.append(SimData::COUNTRY_CODE).append(" TEXT DEFAULT '', "); in CreateSimInfoTableStr()
/base/telephony/core_service/services/sim/src/
Dsim_rdb_helper.cpp274 result->GetColumnIndex(SimRdbInfo::COUNTRY_CODE, index); in SaveDataToBean()