Searched refs:cnd (Results 1 – 2 of 2) sorted by relevance
107 bool satisfied(WaitCondition cnd) const { in satisfied()108 switch (cnd) { in satisfied()123 static std::string toString(WaitCondition cnd) { in toString() argument124 switch (cnd) { in toString()142 void waitFor(std::set<std::string> ifnames, WaitCondition cnd, bool allOf) { in waitFor() argument153 const auto mapConditionChecker = [cnd](const StatesMap::iterator::value_type& it) { in waitFor()154 return it.second.satisfied(cnd); in waitFor()167 << toString(cnd); in waitFor()181 << " to " << toString(cnd); in waitFor()
84 void waitFor(std::set<std::string> ifnames, WaitCondition cnd, bool allOf = true);