Searched refs:queueMap_ (Results 1 – 2 of 2) sorted by relevance
59 if (queueMap_.count(it.first) == 0) { in AddWork()66 queueMap_.at(it.first)->Push(workStatus); in AddWork()81 if (queueMap_.count(it.first) > 0) { in RemoveWork()84 if (queueMap_.count(it.first) == 0) { in RemoveWork()95 for (auto it : queueMap_) { in CancelWork()97 if (queueMap_.count(it.first) == 0) { in CancelWork()122 for (auto it : queueMap_) { in GetReayQueue()155 if (queueMap_.count(conditionType) > 0) { in PrintWorkStatus()167 for (auto it : queueMap_) { in PrintAllWorkStatus()241 for (auto it : queueMap_) { in Dump()[all …]
130 std::map<WorkCondition::Type, std::shared_ptr<WorkQueue>> queueMap_; variable