Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dlibnetdevice.cpp181 const auto mapConditionChecker = [cnd](const StatesMap::iterator::value_type& it) { in waitFor() local
185 mapConditionChecker]() -> std::optional<std::string> { in waitFor()
187 if (!std::all_of(states.begin(), states.end(), mapConditionChecker)) return {}; in waitFor()
190 const auto it = std::find_if(states.begin(), states.end(), mapConditionChecker); in waitFor()