Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/test/facility/virtual_device/src/
H A Dgeneral_device.cpp118 std::string::size_type tpos = res.find("\"", spos); in GetInputDeviceNodes() local
119 if (tpos != std::string::npos) { in GetInputDeviceNodes()
120 name = res.substr(spos, tpos - spos); in GetInputDeviceNodes()
130 std::string::size_type tpos = spos + kevent.size(); in GetInputDeviceNodes() local
131 while (std::isalnum(res[tpos])) { in GetInputDeviceNodes()
132 ++tpos; in GetInputDeviceNodes()
134 auto [_, ret] = nodes.emplace(name, res.substr(spos, tpos - spos)); in GetInputDeviceNodes()
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtransform_point_test.cpp189 std::string::size_type tpos = item.find("\"", spos); in GetInputDeviceNodes() local
190 if (tpos != std::string::npos) { in GetInputDeviceNodes()
191 name = item.substr(spos, tpos - spos); in GetInputDeviceNodes()
201 std::string::size_type tpos = spos + kevent.size(); in GetInputDeviceNodes() local
202 while (std::isalnum(item[tpos])) { in GetInputDeviceNodes()
203 ++tpos; in GetInputDeviceNodes()
205 nodes.emplace(name, item.substr(spos, tpos - spos)); in GetInputDeviceNodes()

Completed in 1 milliseconds