Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_input/common/include/
Dinput_hub.cpp533 bool InputHub::IsDeviceRegistered(const std::string &devicePath) in IsDeviceRegistered()
545 int32_t InputHub::OpenInputDeviceLocked(const std::string &devicePath) in OpenInputDeviceLocked()
1123 void InputHub::CloseDeviceByPathLocked(const std::string &devicePath) in CloseDeviceByPathLocked()
1142 InputHub::Device* InputHub::GetDeviceByPathLocked(const std::string &devicePath) in GetDeviceByPathLocked()
1365 void InputHub::RecordDeviceLog(const std::string &devicePath, const InputDevice &identifier) in RecordDeviceLog()
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
Ddistributed_input_node_manager.cpp283 …utedInputNodeManager::SetPathForVirDev(const DhUniqueID &dhUniqueId, const std::string &devicePath) in SetPathForVirDev()
299 bool DistributedInputNodeManager::MatchAndSavePhysicalPath(const std::string &devicePath, in MatchAndSavePhysicalPath()
/foundation/distributedhardware/distributed_input/services/source/inputinject/test/sourceinjectunittest/
Ddistributed_input_sourceinject_test.cpp450 std::string devicePath = ""; variable
/foundation/distributedhardware/distributed_input/utils/src/
Ddinput_utils_tool.cpp302 int OpenInputDeviceFdByPath(const std::string &devicePath) in OpenInputDeviceFdByPath()