Searched refs:IsPointerDevice (Results 1 – 5 of 5) sorted by relevance
91 bool CoordinationDeviceManager::Device::IsPointerDevice() const in IsPointerDevice() function in OHOS::Msdp::DeviceStatus::CoordinationDeviceManager::Device94 return device_->IsPointerDevice(); in IsPointerDevice()223 if (!dev->IsPointerDevice()) { in GetCoordinationDhids()309 if (!dev->IsRemote() && dev->IsPointerDevice()) { in HasLocalPointerDevice()345 if (device->IsPointerDevice()) { in OnDeviceRemoved()
57 virtual bool IsPointerDevice() const = 0;
91 bool IsPointerDevice() const override;203 inline bool Device::IsPointerDevice() const in IsPointerDevice() function
44 bool IsPointerDevice() const;
250 FI_HILOGI(" is pointer: %{public}s", dev->IsPointerDevice() ? "True" : "False"); in OnDeviceAdded()