Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/tools/inject_event/test/
Dinput_replay_command_test.cpp62 char devicePath[] = {"/dev/input/event0"}; variable
89 char devicePath[] = {"/dev/input/event0"}; variable
/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()
1121 void InputHub::CloseDeviceByPathLocked(const std::string &devicePath) in CloseDeviceByPathLocked()
1140 InputHub::Device* InputHub::GetDeviceByPathLocked(const std::string &devicePath) in GetDeviceByPathLocked()
1363 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/multimodalinput/input/tools/inject_event/src/
Dinput_device.cpp280 std::string devicePath = fields[index]; in InitFromTextLine() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
Dstore_meta_data.h108 std::string devicePath; member
/foundation/distributedhardware/distributed_input/services/source/inputinject/test/sourceinjectunittest/
Ddistributed_input_sourceinject_test.cpp450 std::string devicePath = ""; variable
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
Ddisk_info.cpp446 std::string devicePath = std::string(BLOCK_PATH) + "/" + entry->d_name; in GetMaxMinor() local
/foundation/distributedhardware/distributed_input/utils/src/
Ddinput_utils_tool.cpp302 int OpenInputDeviceFdByPath(const std::string &devicePath) in OpenInputDeviceFdByPath()