Searched refs:IsKeyboard (Results 1 – 9 of 9) sorted by relevance
41 bool IsKeyboard() const;82 inline bool VirtualDevice::IsKeyboard() const in IsKeyboard() function84 return ((inputDev_ != nullptr) && inputDev_->IsKeyboard()); in IsKeyboard()
93 bool IsKeyboard() const;215 inline bool VInputDevice::IsKeyboard() const in IsKeyboard() function
58 virtual bool IsKeyboard() const = 0;
103 bool CoordinationDeviceManager::Device::IsKeyboard() const in IsKeyboard() function in OHOS::Msdp::DeviceStatus::CoordinationDeviceManager::Device106 return device_->IsKeyboard(); in IsKeyboard()324 if (dev->IsKeyboard()) { in OnDeviceAdded()347 } else if (device->IsKeyboard()) { in OnDeviceRemoved()
92 bool IsKeyboard() const override;208 inline bool Device::IsKeyboard() const in IsKeyboard() function
45 bool IsKeyboard() const;
118 …[](std::shared_ptr<VirtualDevice> vDev) { return ((vDev != nullptr) && vDev->IsKeyboard()); }, vDe… in Clone()
446 if (IsKeyboard()) { in LoadDeviceConfig()
251 FI_HILOGI(" is keyboard: %{public}s", dev->IsKeyboard() ? "True" : "False"); in OnDeviceAdded()