Searched refs:ideDebugList (Results 1 – 2 of 2) sorted by relevance
669 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()
324 std::list<std::shared_ptr<WorkStatus>> ideDebugList; variable