Lines Matching refs:devPath
175 int32_t InputDeviceManager::OpenInputDevice(string devPath)
178 if (realpath(devPath.c_str(), devRealPath) == nullptr) {
193 RetStatus InputDeviceManager::CloseInputDevice(string devPath)
196 if (string(inputDev.second.devPathNode) == devPath) {
371 int32_t &epollFd, int32_t &fd, string devPath, std::shared_ptr<InputDeviceInfo> &detailInfo)
382 if (memcpy_s(inputDevList.devPathNode, devPath.length(), devPath.c_str(), devPath.length()) != EOK ||
398 void InputDeviceManager::DoWithEventDeviceAdd(int32_t &epollFd, int32_t &fd, string devPath)
428 if (AddDeviceNodeToList(epollFd, fd, devPath, detailInfo) != INPUT_SUCCESS) {