Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dlibnetdevice.cpp142 void waitFor(std::set<std::string> ifnames, WaitCondition cnd, bool allOf) { in waitFor() argument
156 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()
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/include/libnetdevice/
Dlibnetdevice.h84 void waitFor(std::set<std::string> ifnames, WaitCondition cnd, bool allOf = true);