Home
last modified time | relevance | path

Searched refs:LOCATOR_CALLBACK (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_required_data_manager_test.cpp45 LBSLOGI(LOCATOR_CALLBACK, "[LocatorRequiredDataManagerTest] OnWifiScanStateChanged001 begin");
49 LBSLOGI(LOCATOR_CALLBACK, "[LocatorRequiredDataManagerTest] OnWifiScanStateChanged001 end");
57 LBSLOGI(LOCATOR_CALLBACK, "[LocatorRequiredDataManagerTest] RegisterCallback001 begin");
75 LBSLOGI(LOCATOR_CALLBACK, "[LocatorRequiredDataManagerTest] RegisterCallback001 end");
82 LBSLOGI(LOCATOR_CALLBACK, "[LocatorRequiredDataManagerTest] RegisterCallback002 begin");
101 LBSLOGI(LOCATOR_CALLBACK, "[LocatorRequiredDataManagerTest] RegisterCallback002 end");
108 LBSLOGI(LOCATOR_CALLBACK, "[LocatorRequiredDataManagerTest] RegisterCallback003 begin");
123 LBSLOGI(LOCATOR_CALLBACK, "[LocatorRequiredDataManagerTest] RegisterCallback003 end");
135 LBSLOGI(LOCATOR_CALLBACK, "[LocatorRequiredDataManagerTest] LocatorBluetoothHost001 end");
146 LBSLOGI(LOCATOR_CALLBACK, "[LocatorRequiredDataManagerTest] LocatorBluetoothHost002 end");
[all …]
H A Dcallback_test.cpp53 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnCacheLocationsReport001 begin");
79 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnCacheLocationsReport001 end");
87 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnSwitchChange001 begin");
96 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnSwitchChange001 end");
104 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnMessageChange001 begin");
114 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] OnMessageChange001 end");
122 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] LocationCallbackProxy001 begin");
130 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] LocationCallbackProxy001 end");
146 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] LocationCallbackProxy002 end");
162 LBSLOGI(LOCATOR_CALLBACK, "[CallbackTest] LocationCallbackProxy003 end");
[all …]
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocator_callback_napi.cpp67 LBSLOGE(LOCATOR_CALLBACK, "invalid token."); in OnRemoteRequest()
266 LBSLOGE(LOCATOR_CALLBACK, "env_ is nullptr."); in SendErrorCode()
276 LBSLOGE(LOCATOR_CALLBACK, "loop == nullptr."); in SendErrorCode()
281 LBSLOGE(LOCATOR_CALLBACK, "work == nullptr."); in SendErrorCode()
291 LBSLOGE(LOCATOR_CALLBACK, "InitContext fail"); in SendErrorCode()
304 LBSLOGD(LOCATOR_CALLBACK, "env_ is nullptr."); in OnLocationReport()
313 LBSLOGE(LOCATOR_CALLBACK, "loop == nullptr."); in OnLocationReport()
318 LBSLOGE(LOCATOR_CALLBACK, "work == nullptr."); in OnLocationReport()
328 LBSLOGE(LOCATOR_CALLBACK, "InitContext fail"); in OnLocationReport()
351 LBSLOGD(LOCATOR_CALLBACK, "before DeleteHandler"); in DeleteHandler()
[all …]
H A Dgnss_status_callback_napi.cpp166 LBSLOGE(LOCATOR_CALLBACK, "work is nullptr!"); in UvQueueWork()
171 LBSLOGE(LOCATOR_CALLBACK, "context is nullptr!"); in UvQueueWork()
H A Dlocation_switch_callback_napi.cpp148 LBSLOGE(LOCATOR_CALLBACK, "InitContext fail"); in Send()
H A Dnapi_util.cpp1040 LBSLOGE(LOCATOR_CALLBACK, "work is nullptr"); in DeleteCallbackHandler()
1045 LBSLOGE(LOCATOR_CALLBACK, "context is nullptr"); in DeleteCallbackHandler()
1051 LBSLOGE(LOCATOR_CALLBACK, "scope is nullptr"); in DeleteCallbackHandler()
/ohos5.0/base/location/services/location_locator/callback/source/
H A Dlocator_callback_proxy.cpp29 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()
58 LBSLOGI(LOCATOR_CALLBACK, "OnLocationReport Transact ErrCode = %{public}d", error); in OnLocationReport()
73 LBSLOGI(LOCATOR_CALLBACK, "OnLocatingStatusChange Transact ErrCode = %{public}d", error); in OnLocatingStatusChange()
88 …LBSLOGI(LOCATOR_CALLBACK, "OnErrorReport:%{public}d, Transact ErrCode = %{public}d", errorCode, er… in OnErrorReport()
96 LBSLOGE(LOCATOR_CALLBACK, "invalid token."); in OnRemoteRequest()
101 …LBSLOGI(LOCATOR_CALLBACK, "OnReceived cmd = %{public}u, flags= %{public}d, pid= %{public}d, uid= %… in OnRemoteRequest()
/ohos5.0/base/location/frameworks/native/locator_agent/source/
H A Dnative_location_callback_host.cpp30 LBSLOGE(LOCATOR_CALLBACK, "invalid token."); in OnRemoteRequest()
50 LBSLOGD(LOCATOR_CALLBACK, "NativeLocationCallbackHost::OnLocationReport"); in OnLocationReport()
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_callback_host.cpp24 LBSLOGD(LOCATOR_CALLBACK, "LocatorCallbackHost::OnRemoteRequest! code %{public}d", code); in OnRemoteRequest()
26 LBSLOGE(LOCATOR_CALLBACK, "invalid token."); in OnRemoteRequest()
/ohos5.0/base/location/frameworks/native/location_ndk/source/
H A Dlocation_info_callback_host.cpp34 LBSLOGE(LOCATOR_CALLBACK, "invalid token."); in OnRemoteRequest()
54 LBSLOGI(LOCATOR_CALLBACK, "LocationInfoCallbackHost::OnLocationReport"); in OnLocationReport()
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocator_callback_napi.h66 LBSLOGE(LOCATOR_CALLBACK, "context == nullptr."); in InitContext()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_log.h89 static constexpr OHOS::HiviewDFX::HiLogLabel LOCATOR_CALLBACK = {LOG_CORE, LOCATION_LOG_DOMAIN, "Lo… variable