Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device_builder.cpp245 static const std::map<std::string, std::string> mapNames { in SetPhys() local
250 auto tIter = mapNames.find(std::string(uinputDev_.name)); in SetPhys()
251 if (tIter == mapNames.cend()) { in SetPhys()