Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_utils_tool.h59 void ScanInputDevicesPath(const std::string &dirName, std::vector<std::string> &vecInputDevPath);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_node_manager.cpp163 std::vector<std::string> vecInputDevPath; in ScanSinkInputDevices() local
164 ScanInputDevicesPath(DEVICE_PATH, vecInputDevPath); in ScanSinkInputDevices()
165 for (auto &tempPath: vecInputDevPath) { in ScanSinkInputDevices()
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp341 void ScanInputDevicesPath(const std::string &dirName, std::vector<std::string> &vecInputDevPath) in ScanInputDevicesPath() argument
359 vecInputDevPath.push_back(tmpDevName); in ScanInputDevicesPath()