Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp771 sortedSubThreadNodeIds_.emplace_back(id); in SetNodePriorty()
777 sortedSubThreadNodeIds_.clear(); in SortSubThreadNodesPriority()
778 SetNodePriorty(sortedSubThreadNodeIds_, pendingPostNodes_); in SortSubThreadNodesPriority()
779 SetNodePriorty(sortedSubThreadNodeIds_, pendingPostCardNodes_); in SortSubThreadNodesPriority()
781 sortedSubThreadNodeIds_.sort([this](const auto& first, const auto& second) -> bool { in SortSubThreadNodesPriority()
816 if (sortedSubThreadNodeIds_.size() > 0) { in PostUifistSubTasks()
817 for (auto& id : sortedSubThreadNodeIds_) { in PostUifistSubTasks()
822 sortedSubThreadNodeIds_.clear(); in PostUifistSubTasks()
H A Drs_uifirst_manager.h234 std::list<NodeId> sortedSubThreadNodeIds_; variable