Home
last modified time | relevance | path

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

/base/msdp/device_status/tools/vdev/src/
Dvirtual_device_builder.cpp226 static const std::map<std::string, std::string> mapNames { in SetPhys() local
231 auto tIter = mapNames.find(std::string(uinputDev_.name)); in SetPhys()
232 if (tIter == mapNames.cend()) { in SetPhys()