Home
last modified time | relevance | path

Searched refs:cItr (Results 1 - 1 of 1) sorted by relevance

/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device.cpp51 std::map<std::string, std::string>::const_iterator cItr = nodes.find(name); in FindDeviceNode() local
52 if (cItr == nodes.cend()) { in FindDeviceNode()
56 FI_HILOGD("Node name : \'%{public}s\'", cItr->second.c_str()); in FindDeviceNode()
58 ss << "/dev/input/" << cItr->second; in FindDeviceNode()
107 std::map<std::string, std::string>::const_iterator cItr = nodes.find(name); in GetInputDeviceNodes() local
108 if (cItr != nodes.end()) { in GetInputDeviceNodes()
109 nodes.erase(cItr); in GetInputDeviceNodes()

Completed in 2 milliseconds