Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp364 std::vector<std::string> curFileList = GetFiles(devPath_); in ReloadInputDevices() local
366 if (curFileList.size() <= flist.size()) { in ReloadInputDevices()
370 for (unsigned i = 0; i < curFileList.size(); i++) { in ReloadInputDevices()
371 if (std::find(flist.begin(), flist.end(), curFileList[i]) != flist.end()) { in ReloadInputDevices()