Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/
DGenericMessageBase.h27 typedef std::map<uint8_t, std::string> GenericCommandNameMap; typedef
31 const std::initializer_list<GenericCommandNameMap::value_type> commandNames = {},
37 const GenericCommandNameMap mCommandNames;
DGenericMessageBase.cpp23 const std::initializer_list<GenericCommandNameMap::value_type> commandNames, in GenericMessageBase()