Searched refs:allOf (Results 1 – 2 of 2) sorted by relevance
142 void waitFor(std::set<std::string> ifnames, WaitCondition cnd, bool allOf) { in waitFor() argument156 const auto isFullySatisfied = [&states, allOf, mapConditionChecker]() { in waitFor()157 if (allOf) { in waitFor()166 LOG(DEBUG) << "Waiting for " << (allOf ? "" : "any of ") << toString(ifnames) << " to " in waitFor()180 LOG(DEBUG) << "Finished waiting for " << (allOf ? "" : "some of ") << toString(ifnames) in waitFor()
84 void waitFor(std::set<std::string> ifnames, WaitCondition cnd, bool allOf = true);