Searched refs:GetDevPath (Results 1 – 5 of 5) sorted by relevance
47 virtual std::string GetDevPath() const = 0;
81 std::string GetDevPath() const override;153 inline std::string Device::GetDevPath() const in GetDevPath() function
86 std::string GetDevPath() const;180 inline std::string VInputDevice::GetDevPath() const in GetDevPath() function
149 return ((item.second != nullptr) && (item.second->GetDevPath() == devPath)); in FindDevice()226 if (dev->GetDevPath() == devPath) { in RemoveDevice()241 FI_HILOGI("add device %{public}d:%{public}s", dev->GetId(), dev->GetDevPath().c_str()); in OnDeviceAdded()
328 …"local/remote:\"%{public}s\"", device->GetId(), device->GetDevPath().c_str(), dev->GetDhid().c_str… in OnDeviceAdded()