Searched refs:LOCATOR_CALLBACK (Results 1 – 12 of 12) sorted by relevance
/base/location/test/location_locator/source/ |
D | callback_test.cpp | 53 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnCacheLocationsReport001 begin"); 82 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnCacheLocationsReport001 end"); 90 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnSwitchChange001 begin"); 99 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnSwitchChange001 end"); 107 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnMessageChange001 begin"); 117 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnMessageChange001 end"); 125 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] LocationCallbackProxy001 begin"); 133 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] LocationCallbackProxy001 end"); 140 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] LocationCallbackProxy002 begin"); 149 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] LocationCallbackProxy002 end"); [all …]
|
D | locator_required_data_manager_test.cpp | 36 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnWifiScanStateChanged001 begin"); 41 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnWifiScanStateChanged001 end"); 48 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] RegisterCallback001 begin"); 62 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] RegisterCallback001 end"); 69 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] RegisterCallback002 begin"); 82 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] RegisterCallback002 end");
|
/base/location/frameworks/native/source/ |
D | locator_callback_host.cpp | 64 LBSLOGE(LOCATOR_CALLBACK, "invalid token."); in OnRemoteRequest() 135 LBSLOGE(LOCATOR_CALLBACK, "Report location failed"); in DoSendWork() 154 LBSLOGE(LOCATOR_CALLBACK, "work is nullptr"); in DoSendErrorCode() 159 LBSLOGE(LOCATOR_CALLBACK, "context is nullptr"); in DoSendErrorCode() 165 LBSLOGE(LOCATOR_CALLBACK, "scope is nullptr"); in DoSendErrorCode() 182 LBSLOGE(LOCATOR_CALLBACK, "Report system error failed"); in DoSendErrorCode() 195 LBSLOGE(LOCATOR_CALLBACK, "this is Callback type,cant send error msg."); in SendErrorCode() 199 LBSLOGE(LOCATOR_CALLBACK, "env_ is nullptr."); in SendErrorCode() 205 LBSLOGE(LOCATOR_CALLBACK, "loop == nullptr."); in SendErrorCode() 210 LBSLOGE(LOCATOR_CALLBACK, "work == nullptr."); in SendErrorCode() [all …]
|
D | gnss_status_callback_host.cpp | 108 LBSLOGE(LOCATOR_CALLBACK, "work is nullptr!"); in UvQueueWork() 113 LBSLOGE(LOCATOR_CALLBACK, "context is nullptr!"); in UvQueueWork()
|
D | location_switch_callback_host.cpp | 109 LBSLOGE(LOCATOR_CALLBACK, "work is nullptr!"); in UvQueueWork() 114 LBSLOGE(LOCATOR_CALLBACK, "context is nullptr!"); in UvQueueWork()
|
D | nmea_message_callback_host.cpp | 116 LBSLOGE(LOCATOR_CALLBACK, "work is nullptr!"); in UvQueueWork() 121 LBSLOGE(LOCATOR_CALLBACK, "context is nullptr!"); in UvQueueWork()
|
D | country_code_callback_host.cpp | 104 LBSLOGE(LOCATOR_CALLBACK, "work is nullptr!"); in UvQueueWork() 109 LBSLOGE(LOCATOR_CALLBACK, "context is nullptr!"); in UvQueueWork()
|
D | locating_required_data_callback_host.cpp | 205 LBSLOGI(LOCATOR_CALLBACK, "Wait time:%{public}d", time); in Wait()
|
D | napi_util.cpp | 962 LBSLOGE(LOCATOR_CALLBACK, "work is nullptr"); in DeleteCallbackHandler() 967 LBSLOGE(LOCATOR_CALLBACK, "context is nullptr"); in DeleteCallbackHandler() 973 LBSLOGE(LOCATOR_CALLBACK, "scope is nullptr"); in DeleteCallbackHandler()
|
/base/location/services/location_locator/callback/source/ |
D | locator_callback_proxy.cpp | 29 LBSLOGD(LOCATOR_CALLBACK, "construct"); in LocatorCallbackProxy() 46 LBSLOGE(LOCATOR_CALLBACK, "OnLocationReport: locator background proxy is nullptr."); in OnLocationReport() 52 LBSLOGD(LOCATOR_CALLBACK, "OnLocationReport Transact TF_SYNC"); in OnLocationReport() 57 LBSLOGD(LOCATOR_CALLBACK, "OnLocationReport Transact ErrCode = %{public}d", error); in OnLocationReport() 70 LBSLOGD(LOCATOR_CALLBACK, "OnLocatingStatusChange Transact ErrCode = %{public}d", error); in OnLocatingStatusChange() 83 …LBSLOGD(LOCATOR_CALLBACK, "OnErrorReport:%{public}d, Transact ErrCode = %{public}d", errorCode, er… in OnErrorReport() 91 LBSLOGE(LOCATOR_CALLBACK, "invalid token."); in OnRemoteRequest() 96 …LBSLOGI(LOCATOR_CALLBACK, "OnReceived cmd = %{public}u, flags= %{public}d, pid= %{public}d, uid= %… in OnRemoteRequest()
|
/base/location/interfaces/inner_api/include/ |
D | locator_callback_host.h | 62 LBSLOGE(LOCATOR_CALLBACK, "context == nullptr."); in InitContext()
|
D | location_log.h | 42 static constexpr OHOS::HiviewDFX::HiLogLabel LOCATOR_CALLBACK = {LOG_CORE, LOCATOR_LOG_ID, "Locator… variable
|