Home
last modified time | relevance | path

Searched refs:ideDebugList (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp644 ideDebugList = GetAllIdeWorkStatus(bundleName, abilityName); in DumpCheckIdeWorkToRun()
645 if (ideDebugList.empty()) { in DumpCheckIdeWorkToRun()
646 WS_HILOGE("ideDebugList is empty, please add one work"); in DumpCheckIdeWorkToRun()
655 if (ideDebugList.empty()) { in TriggerIdeWork()
656 WS_HILOGI("ideDebugList has been empty, all the works have been done"); in TriggerIdeWork()
660 auto topWork = ideDebugList.front(); in TriggerIdeWork()
661 ideDebugList.pop_front(); in TriggerIdeWork()
676 ideDebugList.clear(); in TriggerIdeWork()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h323 std::list<std::shared_ptr<WorkStatus>> ideDebugList; member in OHOS::WorkScheduler::WorkPolicyManager

Completed in 3 milliseconds