Home
last modified time | relevance | path

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

/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp46 inputDevList_.clear(); in Init()
55 for (auto &inputDev : inputDevList_) { in Init()
195 for (auto &inputDev : inputDevList_) { in CloseInputDevice()
277 inputDevList_.clear(); in GetInputDeviceInfoList()
313 inputDevList_.insert_or_assign(devIndex_, inputDevList); in GetInputDeviceInfoList()
356 for (auto it = inputDevList_.begin(); it != inputDevList_.end();) { in DeleteDevListNode()
358 it = inputDevList_.erase(it); in DeleteDevListNode()
388 inputDevList_.insert_or_assign(devIndex_, inputDevList); in AddDeviceNodeToList()
409 for (auto it = inputDevList_ in DoWithEventDeviceAdd()
[all...]
/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h65 inputDevList_.clear(); in ~InputDeviceManager()
140 std::map<uint32_t, InputDevListNode> inputDevList_; member in OHOS::Input::InputDeviceManager

Completed in 2 milliseconds