Home
last modified time | relevance | path

Searched refs:FindDeviceNode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/src/
H A Dgeneral_device.cpp55 if (GeneralDevice::FindDeviceNode(name, node)) { in OpenDevice()
68 bool GeneralDevice::FindDeviceNode(const std::string &name, std::string &node) in FindDeviceNode() function in OHOS::MMI::GeneralDevice
/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/include/
H A Dgeneral_device.h44 bool FindDeviceNode(const std::string &name, std::string &node);
/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_keyboard.cpp44 if (VirtualDevice::FindDeviceNode(VirtualKeyboardBuilder::GetDeviceName(), node)) { in GetDevice()
H A Dvirtual_device.cpp44 bool VirtualDevice::FindDeviceNode(const std::string &name, std::string &node) in FindDeviceNode() function in OHOS::Msdp::DeviceStatus::VirtualDevice
H A Dvirtual_touchscreen.cpp43 if (VirtualDevice::FindDeviceNode(VirtualTouchScreenBuilder::GetDeviceName(), node)) { in GetDevice()
H A Dvirtual_mouse.cpp101 if (VirtualDevice::FindDeviceNode(VirtualMouseBuilder::GetDeviceName(), node)) { in GetDevice()
/ohos5.0/base/msdp/device_status/tools/vdev/include/
H A Dvirtual_device.h59 static bool FindDeviceNode(const std::string &name, std::string &node);