Home
last modified time | relevance | path

Searched defs:devicePath (Results 1 – 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_input/common/include/
Dinput_hub.cpp432 bool InputHub::IsDeviceRegistered(const std::string &devicePath) in IsDeviceRegistered()
443 int32_t InputHub::OpenInputDeviceLocked(const std::string &devicePath) in OpenInputDeviceLocked()
926 void InputHub::CloseDeviceByPathLocked(const std::string &devicePath) in CloseDeviceByPathLocked()
945 InputHub::Device* InputHub::GetDeviceByPathLocked(const std::string &devicePath) in GetDeviceByPathLocked()
1154 void InputHub::RecordDeviceLog(const int32_t deviceId, const std::string &devicePath, const InputDe… in RecordDeviceLog()
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
Ddistributed_input_node_manager.cpp233 void DistributedInputNodeManager::SetPathForDevMap(std::string &dhId, const std::string &devicePath) in SetPathForDevMap()
248 void DistributedInputNodeManager::OpenInputDevice(const std::string &devicePath, const std::string … in OpenInputDevice()
/foundation/distributedhardware/distributed_input/utils/src/
Ddinput_utils_tool.cpp327 int OpenInputDeviceFdByPath(const std::string &devicePath) in OpenInputDeviceFdByPath()