Searched refs:devPathNode (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/input/udriver/src/ |
H A D | input_device_manager.cpp | 196 if (string(inputDev.second.devPathNode) == devPath) {
in CloseInputDevice() 283 string devPathNode = devPath_ + "/" + flist[i];
in GetInputDeviceInfoList() local 284 std::string::size_type n = devPathNode.find("event");
in GetInputDeviceInfoList() 288 auto fd = OpenInputDevice(devPathNode);
in GetInputDeviceInfoList() 306 if (memcpy_s(&inputDevList.devPathNode, devPathNode.length(),
in GetInputDeviceInfoList() 307 devPathNode.c_str(), devPathNode.length()) != EOK ||
in GetInputDeviceInfoList() 382 if (memcpy_s(inputDevList.devPathNode, devPath.length(), devPath.c_str(), devPath.length()) != EOK ||
in AddDeviceNodeToList() 484 CloseInputDevice(inputDevList_[index].devPathNode);
in DoWithEventDeviceDel() [all...] |
/drivers/peripheral/input/udriver/include/ |
H A D | input_device_manager.h | 56 char devPathNode[DEV_NAME_LEN]; member 113 HDF_LOGD("%{public}s index: %{public}u state:%{public}u fd:%{public}d devPathNode:%{public}s", __func__, in dumpInfoList() 114 in.index, in.status, in.fd, in.devPathNode); in dumpInfoList()
|
Completed in 2 milliseconds