Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp669 ideDebugList = GetAllIdeWorkStatus(bundleName, abilityName); in DumpCheckIdeWorkToRun()
670 if (ideDebugList.empty()) { in DumpCheckIdeWorkToRun()
680 if (ideDebugList.empty()) { in TriggerIdeWork()
685 auto topWork = ideDebugList.front(); in TriggerIdeWork()
686 ideDebugList.pop_front(); in TriggerIdeWork()
701 ideDebugList.clear(); in TriggerIdeWork()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h324 std::list<std::shared_ptr<WorkStatus>> ideDebugList; variable