Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h139 void ReloadInputDevices(std::vector<std::string> flist);
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp57 std::thread reloadThread(&InputDeviceManager::ReloadInputDevices, this, flist); in Init()
360 void InputDeviceManager::ReloadInputDevices(std::vector<std::string> flist) in ReloadInputDevices() function in OHOS::Input::InputDeviceManager