Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dlibnetdevice.cpp145 using StatesMap = std::map<std::string, WaitState>; in waitFor() typedef
146 StatesMap states = {}; in waitFor()
153 const auto mapConditionChecker = [cnd](const StatesMap::iterator::value_type& it) { in waitFor()