Home
last modified time | relevance | path

Searched refs:REPORT_MANAGER (Results 1 – 3 of 3) sorted by relevance

/base/location/services/location_locator/locator/source/
Dreport_manager.cpp44 LBSLOGI(REPORT_MANAGER, "receive location : %{public}s", abilityName.c_str()); in OnReportLocation()
51 LBSLOGI(REPORT_MANAGER, "after SetLastLocation"); in OnReportLocation()
123 LBSLOGE(REPORT_MANAGER, "Fail to Get bundle name: uid = %{public}d.", uid); in GetPermittedLocation()
163 … LBSLOGE(REPORT_MANAGER, "%{public}s has no access permission", request->GetPackageName().c_str()); in ResultCheck()
171 …LBSLOGE(REPORT_MANAGER, "uid:%{public}d is proxy by freeze, no need to report", request->GetUid()); in ResultCheck()
179 …LBSLOGD(REPORT_MANAGER, "acc ResultCheck : %{public}f - %{public}f", maxAcc, location->GetAccurac… in ResultCheck()
182 LBSLOGE(REPORT_MANAGER, "accuracy check fail, do not report location"); in ResultCheck()
186 LBSLOGE(REPORT_MANAGER, "no valid cache location, no need to check"); in ResultCheck()
191 LBSLOGD(REPORT_MANAGER, "timeInterval ResultCheck : %{public}s %{public}d - %{public}ld", in ResultCheck()
194 LBSLOGE(REPORT_MANAGER, "timeInterval check fail, do not report location"); in ResultCheck()
[all …]
/base/location/test/location_locator/source/
Dreport_manager_test.cpp77 LBSLOGI(REPORT_MANAGER, "[ReportManagerTest] ReportRemoteCallbackTest001 begin");
89 LBSLOGI(REPORT_MANAGER, "[ReportManagerTest] ReportRemoteCallbackTest001 end");
96 LBSLOGI(REPORT_MANAGER, "[ReportManagerTest] ResultCheckTest001 begin");
164 LBSLOGI(REPORT_MANAGER, "[ReportManagerTest] ResultCheckTest001 end");
171 LBSLOGI(REPORT_MANAGER, "[ReportManagerTest] SetLastLocationTest001 begin");
192 LBSLOGI(REPORT_MANAGER, "[ReportManagerTest] SetLastLocationTest001 end");
199 LBSLOGI(REPORT_MANAGER, "[ReportManagerTest] GetPermittedLocationTest001 begin");
223 LBSLOGI(REPORT_MANAGER, "[ReportManagerTest] GetPermittedLocationTest001 end");
230 LBSLOGI(REPORT_MANAGER, "[ReportManagerTest] OnReportLocationTest001 begin");
250 LBSLOGI(REPORT_MANAGER, "[ReportManagerTest] OnReportLocationTest001 end");
[all …]
/base/location/interfaces/inner_api/include/
Dlocation_log.h50 static constexpr OHOS::HiviewDFX::HiLogLabel REPORT_MANAGER = {LOG_CORE, LOCATOR_LOG_ID, "ReportMan… variable