Searched refs:COUNTRY_CODE (Results 1 – 7 of 7) sorted by relevance
/base/location/test/location_locator/source/ |
D | country_code_manager_test.cpp | 37 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/ |
D | country_code_manager.cpp | 53 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/ |
D | sim_data.h | 29 static constexpr const char *COUNTRY_CODE = "country_code"; variable
|
/base/telephony/core_service/services/sim/include/ |
D | sim_rdb_info.h | 29 static constexpr const char *COUNTRY_CODE = "country_code"; variable
|
/base/location/interfaces/inner_api/include/ |
D | location_log.h | 50 static constexpr OHOS::HiviewDFX::HiLogLabel COUNTRY_CODE = {LOG_CORE, LOCATOR_LOG_ID, "CountryCode… variable
|
/base/telephony/data_storage/sim/src/ |
D | rdb_sim_helper.cpp | 59 createTableStr.append(SimData::COUNTRY_CODE).append(" TEXT DEFAULT '', "); in CreateSimInfoTableStr()
|
/base/telephony/core_service/services/sim/src/ |
D | sim_rdb_helper.cpp | 274 result->GetColumnIndex(SimRdbInfo::COUNTRY_CODE, index); in SaveDataToBean()
|