Searched refs:COUNTRY_CODE (Results 1 – 6 of 6) sorted by relevance
/base/location/test/location_locator/source/ |
D | country_code_manager_test.cpp | 41 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] GetIsoCountryCode001 begin"); 44 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] GetIsoCountryCode001 end"); 51 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] UnregisterCountryCodeCallback001 begin"); 57 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] UnregisterCountryCodeCallback001 end"); 64 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] UnregisterCountryCodeCallback002 begin"); 69 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] UnregisterCountryCodeCallback002 end"); 76 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] UnregisterCountryCodeCallback003 begin"); 82 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] UnregisterCountryCodeCallback003 end"); 89 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] UnregisterCountryCodeCallback004 begin"); 101 LBSLOGI(COUNTRY_CODE, "[CountryCodeManagerTest] UnregisterCountryCodeCallback004 end"); [all …]
|
/base/location/frameworks/native/source/ |
D | country_code_manager.cpp | 55 LBSLOGE(COUNTRY_CODE, "NotifyAllListener cancel, para is invalid"); in NotifyAllListener() 72 LBSLOGE(COUNTRY_CODE, "callback is invalid"); in RegisterCountryCodeCallback() 79 LBSLOGE(COUNTRY_CODE, "iface_cast ICountryCodeCallback failed!"); in RegisterCountryCodeCallback() 85 LBSLOGD(COUNTRY_CODE, "after uid:%{public}d register, countryCodeCallback_ size:%{public}s", in RegisterCountryCodeCallback() 101 LBSLOGE(COUNTRY_CODE, "unregister an invalid callback"); in UnregisterCountryCodeCallback() 107 LBSLOGE(COUNTRY_CODE, "iface_cast ICountryCodeCallback failed!"); in UnregisterCountryCodeCallback() 121 LBSLOGD(COUNTRY_CODE, "after uid:%{public}d unregister, countryCodeCallback_ size:%{public}s", in UnregisterCountryCodeCallback() 142 LBSLOGE(COUNTRY_CODE, "lastCountryByLocation_ is nullptr"); in GetCountryCodeByLastLocation() 163 LBSLOGE(COUNTRY_CODE, "lastCountry_ is nullptr"); in UpdateCountryCode() 167 LBSLOGI(COUNTRY_CODE, "lastCountry_ is more reliable,there is no need to update the data"); in UpdateCountryCode() [all …]
|
/base/telephony/telephony_data/interfaces/innerkits/include/ |
D | sim_data.h | 50 static constexpr const char *COUNTRY_CODE = "country_code"; variable
|
/base/location/interfaces/inner_api/include/ |
D | location_log.h | 97 static constexpr OHOS::HiviewDFX::HiLogLabel COUNTRY_CODE = {LOG_CORE, LOCATION_LOG_DOMAIN, "Countr… variable
|
/base/telephony/telephony_data/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 | 345 result->GetColumnIndex(SimData::COUNTRY_CODE, index); in SaveDataToBean()
|