Home
last modified time | relevance | path

Searched refs:WS_HILOGD (Results 1 - 25 of 35) sorted by relevance

12

/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp56 WS_HILOGD("Connecting WorkSchedService success."); in Connect()
74 WS_HILOGD("Work Scheduler Death Recipient Recv death notice."); in OnRemoteDied()
80 WS_HILOGD("Start Work"); in StartWork()
92 WS_HILOGD("Stop Work"); in StopWork()
104 WS_HILOGD("Stop And Cancel Work"); in StopAndCancelWork()
116 WS_HILOGD("Stop And Clear Works"); in StopAndClearWorks()
128 WS_HILOGD("Is LastWork Timeout"); in IsLastWorkTimeout()
140 WS_HILOGD("Obtain All Works"); in ObtainAllWorks()
151 WS_HILOGD("Get Work Status"); in GetWorkStatus()
165 WS_HILOGD("Ge in GetAllRunningWorks()
[all...]
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dscheduler_bg_task_subscriber.cpp28 WS_HILOGD("OnProcEfficiencyResourcesApply called"); in OnProcEfficiencyResourcesApply()
30 WS_HILOGD("called with null efficiency callback info"); in OnProcEfficiencyResourcesApply()
40 WS_HILOGD("OnProcEfficiencyResourcesReset called"); in OnProcEfficiencyResourcesReset()
42 WS_HILOGD("called with null efficiency callback info"); in OnProcEfficiencyResourcesReset()
H A Dwork_policy_manager.cpp68 WS_HILOGD("Work policy manager init."); in Init()
131 WS_HILOGD("Add work"); in AddWork()
135 WS_HILOGD("Workid has been added, should remove first."); in AddWork()
143 WS_HILOGD("uidQueue(%{public}d) not exists, create", uid); in AddWork()
166 WS_HILOGD("Remove work."); in RemoveWork()
170 WS_HILOGD("Remove workStatus ID: %{public}s form uidQueue(%{public}d)", workStatus->workId_.c_str(), uid); in RemoveWork()
181 WS_HILOGD("Find work status start."); in FindWorkStatus()
208 WS_HILOGD("enter"); in StopWork()
242 WS_HILOGD("enter"); in StopAndClearWorks()
273 WS_HILOGD("ente in OnConditionReady()
[all...]
H A Dwork_event_handler.cpp30 WS_HILOGD("instance created."); in WorkEventHandler()
35 WS_HILOGD("begin"); in ProcessEvent()
45 WS_HILOGD("eventid = %{public}u", event->GetInnerEventId()); in ProcessEvent()
H A Dwork_scheduler_service.cpp148 WS_HILOGD("On start success."); in OnStart()
167 WS_HILOGD("init persisted work"); in InitPersistedWork()
177 WS_HILOGD("init preinstalled work"); in InitPreinstalledWork()
181 WS_HILOGD("preinstalled workinfo id %{public}d, uid %{public}d", work->GetWorkId(), work->GetUid()); in InitPreinstalledWork()
193 WS_HILOGD("find workid %{public}d in persisted map, ignore", work->GetWorkId()); in InitPreinstalledWork()
299 WS_HILOGD("Read from %{private}s", realPath.c_str()); in GetJsonFromFile()
385 WS_HILOGD("subscribe background TASK success!"); in InitBgTaskSubscriber()
418 WS_HILOGD("come in"); in WorkQueueManagerInit()
454 WS_HILOGD("come in"); in WorkPolicyManagerInit()
503 WS_HILOGD("currentAccountI in GetUidByBundleName()
[all...]
H A Dwork_standby_state_change_callback.cpp43 WS_HILOGD("%{public}s apply allow, added type is %{public}d", name.c_str(), added); in OnAllowListChanged()
45 WS_HILOGD("current device_standby state is not sleep"); in OnAllowListChanged()
H A Dwatchdog.cpp36 WS_HILOGD("Add watchdog with Id:%{public}u", watchdogId); in AddWatchdog()
42 WS_HILOGD("Remove watchdog with Id:%{public}u", watchdogId); in RemoveWatchdog()
H A Dwork_status.cpp91 WS_HILOGD("Work status condition changed."); in OnConditionChanged()
104 WS_HILOGD("Group changed, bundleName: %{public}s.", value->strVal.c_str()); in OnConditionChanged()
202 WS_HILOGD("IsReady"); in IsReady()
208 WS_HILOGD("Work is running"); in IsReady()
241 WS_HILOGD("CbFlag:%{public}d, minInterval:%{public}" PRId64 ", del:%{public}f", callbackFlag_, minInterval_, del); in IsReady()
333 WS_HILOGD("del time: %{public}lf, intervalTime: %{public}u", del, intervalTime); in IsStorageAndTimerReady()
334 WS_HILOGD("currentdel time: %{public}lf, oppositedel time: %{public}lf", currentdel, oppositedel); in IsStorageAndTimerReady()
364 WS_HILOGD("Is system app, default group is active."); in SetMinInterval()
394 WS_HILOGD("Set min interval to %{public}" PRId64 " by group %{public}d", minInterval_, group); in SetMinIntervalByGroup()
400 WS_HILOGD("Se in SetMinIntervalByDump()
[all...]
H A Dwork_bundle_group_change_callback.cpp35 WS_HILOGD("Bundle group changed to %{public}d with userId = %{public}d, bundleName = %{public}s", in OnAppGroupChanged()
H A Dwork_queue_event_handler.cpp28 WS_HILOGD("instance created."); in WorkQueueEventHandler()
/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_proxy.cpp54 WS_HILOGD("after result : %{public}s ", std::to_string(result).c_str()); in StartWork()
196 WS_HILOGD("ObtainAllWorks worksize from read parcel is: %{public}d", worksize); in ObtainAllWorks()
202 WS_HILOGD("WP read from parcel, workInfo ID: %{public}d", workInfo->GetWorkId()); in ObtainAllWorks()
205 WS_HILOGD("return list size: %{public}zu", workInfos.size()); in ObtainAllWorks()
211 WS_HILOGD("enter, workId: %{public}d", workId); in GetWorkStatus()
240 WS_HILOGD("get all running work sheduler work"); in GetAllRunningWorks()
264 WS_HILOGD("GetAllRunningWorks worksize from read parcel is: %{public}d", worksize); in GetAllRunningWorks()
270 WS_HILOGD("WP read from parcel, workInfo ID: %{public}d", workInfo->GetWorkId()); in GetAllRunningWorks()
273 WS_HILOGD("return list size: %{public}zu", workInfos.size()); in GetAllRunningWorks()
279 WS_HILOGD("Paus in PauseRunningWorks()
[all...]
H A Dwork_sched_service_stub.cpp126 WS_HILOGD("OnRemoteRequest switch default, code: %{public}u", code); in HandleRequest()
136 WS_HILOGD("cmd = %{public}u, flags = %{public}d", code, option.GetFlags()); in OnRemoteRequest()
153 WS_HILOGD("workInfo is nullptr"); in StartWorkStub()
163 WS_HILOGD("workInfo is nullptr"); in StopWorkStub()
173 WS_HILOGD("workInfo is nullptr"); in StopAndCancelWorkStub()
251 WS_HILOGD("SetTimer id: %{public}d, name: %{public}s.", idTimer, collieName.c_str()); in SetTimer()
255 WS_HILOGD("No HICOLLIE_ENABLE"); in SetTimer()
266 WS_HILOGD("CancelTimer id: %{public}d.", id); in CancelTimer()
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dbattery_level_listener.cpp37 WS_HILOGD("OnReceiveEvent get action: %{public}s", action.c_str()); in OnReceiveEvent()
42 WS_HILOGD("capacity: %{public}d", capacity); in OnReceiveEvent()
75 WS_HILOGD("Battery level listener start."); in Start()
82 WS_HILOGD("Battery level listener stop."); in Stop()
H A Dcondition_checker.cpp45 WS_HILOGD("enter"); in CheckNetworkStatus()
81 WS_HILOGD("enter"); in CheckChargerStatus()
118 WS_HILOGD("enter"); in CheckBatteryStatus()
122 WS_HILOGD("capacity = %{public}d", capacity); in CheckBatteryStatus()
H A Dbattery_status_listener.cpp32 WS_HILOGD("OnReceiveEvent get action: %{public}s", action.c_str()); in OnReceiveEvent()
68 WS_HILOGD("Battery status listener start."); in Start()
75 WS_HILOGD("Battery status listener stop."); in Stop()
H A Dscreen_listener.cpp81 WS_HILOGD("screen listener start."); in Start()
88 WS_HILOGD("screen listener stop."); in Stop()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dstop_and_clear_works.cpp25 WS_HILOGD("StopAndClearWorks napi begin"); in StopAndClearWorks()
28 WS_HILOGD("StopAndClearWorks napi end. result: %{public}s", errCode == ERR_OK ? "true" : "false"); in StopAndClearWorks()
H A Dget_work_status.cpp74 WS_HILOGD("Get work status napi begin."); in GetWorkStatus()
90 WS_HILOGD("asyncCallbackInfo->workId: %{public}d", asyncCallbackInfo->workId); in GetWorkStatus()
111 WS_HILOGD("asyncCallbackInfo->errorCode = %{public}d", asyncCallbackInfo->errorCode); in GetWorkStatus()
121 WS_HILOGD("Get work status napi end."); in GetWorkStatus()
H A Dstart_work.cpp29 WS_HILOGD("Start work napi begin."); in StartWork()
50 WS_HILOGD("Start work napi end."); in StartWork()
H A Dstop_work.cpp30 WS_HILOGD("Stop Work napi begin."); in StopWork()
60 WS_HILOGD("Stop Work napi end."); in StopWork()
H A Dis_last_work_time_out.cpp74 WS_HILOGD("Is LastWork TimeOut napi begin."); in IsLastWorkTimeOut()
89 WS_HILOGD("asyncCallbackInfo->workId: %{public}d", asyncCallbackInfo->workId); in IsLastWorkTimeOut()
122 WS_HILOGD("Is LastWork TimeOut napi end."); in IsLastWorkTimeOut()
H A Dcommon.cpp42 WS_HILOGD("callback delete"); in ~AsyncWorkData()
47 WS_HILOGD("asyncWork delete"); in ~AsyncWorkData()
92 WS_HILOGD("Unset networkType."); in GetNetWorkInfo()
110 WS_HILOGD("Unset isCharging, ignore ChargerType set also."); in GetChargeInfo()
136 WS_HILOGD("Unset batteryLevel."); in GetBatteryInfo()
148 WS_HILOGD("Unset batteryStatus."); in GetBatteryInfo()
165 WS_HILOGD("Unset StorageRequest."); in GetStorageInfo()
181 WS_HILOGD("RepeatCycleTime not set, just ignore other repeat set."); in GetRepeatInfo()
188 WS_HILOGD("Not set isRepeat or repeatCount, ignore."); in GetRepeatInfo()
223 WS_HILOGD("Ge in GetExtrasInfo()
[all...]
H A Dobtain_all_works.cpp55 WS_HILOGD("Obtain All Works napi begin."); in ObtainAllWorks()
103 WS_HILOGD("Obtain All Works napi end."); in ObtainAllWorks()
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp39 WS_HILOGD("Js WorkScheduler extension destructor."); in ~JsWorkSchedulerExtension()
94 WS_HILOGD("enter"); in Init()
105 WS_HILOGD("moduleName:%{public}s, srcPath:%{private}s.", moduleName.c_str(), srcPath.c_str()); in Init()
122 WS_HILOGD("end."); in Init()
166 WS_HILOGD("begin"); in OnStart()
173 WS_HILOGD("end."); in OnStop()
179 WS_HILOGD("begin."); in OnConnect()
186 WS_HILOGD("end."); in OnConnect()
192 WS_HILOGD("begin."); in OnDisconnect()
348 WS_HILOGD("begi in OnWorkStart()
[all...]
/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dmemory_policy.cpp48 WS_HILOGD("dump set memory:%{public}d", dumpSetMemory); in GetMemAvailable()
90 WS_HILOGD("memory left normal"); in GetPolicyMaxRunning()

Completed in 10 milliseconds

12