Home
last modified time | relevance | path

Searched refs:IsKeyboard (Results 1 - 9 of 9) sorted by relevance

/base/msdp/device_status/tools/vdev/include/
H A Dvirtual_device.h42 bool IsKeyboard() const;
83 inline bool VirtualDevice::IsKeyboard() const in IsKeyboard() function in OHOS::Msdp::DeviceStatus::VirtualDevice
85 return ((inputDev_ != nullptr) && inputDev_->IsKeyboard()); in IsKeyboard()
H A Dv_input_device.h93 bool IsKeyboard() const;
227 inline bool VInputDevice::IsKeyboard() const in IsKeyboard() function in OHOS::Msdp::DeviceStatus::VInputDevice
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp226 device->IsPointerDevice() ? "True" : "False", device->IsKeyboard() ? "True" : "False"); in DispDeviceInfo()
248 device->GetPhys() << device->GetUniq() << device->IsPointerDevice() << device->IsKeyboard() << in SerializeDevice()
270 if (device->IsKeyboard()) { in Transform()
H A Dcooperate_context.cpp82 .isKeyboard = dev->IsKeyboard(), in OnDeviceAdded()
97 .isKeyboard = dev->IsKeyboard(), in OnDeviceRemoved()
/base/msdp/device_status/intention/prototype/include/
H A Di_device.h81 virtual bool IsKeyboard() const = 0;
/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice_manager.cpp256 dev->IsPointerDevice() ? "True" : "False", dev->IsKeyboard() ? "True" : "False"); in OnDeviceAdded()
422 return (dev->IsKeyboard() && !dev->IsRemote()); in HasLocalKeyboardDevice()
432 return (dev->IsKeyboard() && !dev->IsRemote() &&
441 if (dev.second->IsKeyboard() && !dev.second->IsRemote() &&
H A Ddevice.cpp477 if (IsKeyboard()) { in LoadDeviceConfig()
/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice.h93 bool IsKeyboard() const override;
280 inline bool Device::IsKeyboard() const in IsKeyboard() function in OHOS::Msdp::DeviceStatus::Device
/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_keyboard_builder.cpp120 [](std::shared_ptr<VirtualDevice> vDev) { return ((vDev != nullptr) && vDev->IsKeyboard()); }, vDevs); in Clone()

Completed in 6 milliseconds