Lines Matching refs:inputDevNode
299 int32_t InputDeviceManager::CreateInputDevListNode(InputDevListNode &inputDevNode, std::string &fil… in CreateInputDevListNode() argument
322 inputDevNode.index = devIndex_; in CreateInputDevListNode()
323 inputDevNode.status = INPUT_DEVICE_STATUS_OPENED; in CreateInputDevListNode()
324 inputDevNode.fd = fd; in CreateInputDevListNode()
327 if (memcpy_s(&inputDevNode.devPathNode, devPathNode.length(), in CreateInputDevListNode()
329 memcpy_s(&inputDevNode.detailInfo, sizeof(InputDeviceInfo), detailInfo.get(), in CreateInputDevListNode()
341 InputDevListNode inputDevNode {}; in LoadInputDevices() local
349 int32_t ret = CreateInputDevListNode(inputDevNode, flist[i]); in LoadInputDevices()
354 inputDevList_.insert_or_assign(devIndex_, inputDevNode); in LoadInputDevices()
369 InputDevListNode inputDevNode {}; in ReloadInputDevices() local
379 int32_t ret = CreateInputDevListNode(inputDevNode, flist[i]); in ReloadInputDevices()
384 inputDevList_.insert_or_assign(devIndex_, inputDevNode); in ReloadInputDevices()