Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp322 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()
[all …]
/ohos5.0/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h140 int32_t CreateInputDevListNode(InputDevListNode &inputDevNode, std::string &fileName);