Searched refs:GetSysPath (Results 1 – 4 of 4) sorted by relevance
48 virtual std::string GetSysPath() const = 0;
82 std::string GetSysPath() const override;158 inline std::string Device::GetSysPath() const in GetSysPath() function
87 std::string GetSysPath() const;185 inline std::string VInputDevice::GetSysPath() const in GetSysPath() function
242 FI_HILOGI(" sysPath: \"%{public}s\"", dev->GetSysPath().c_str()); in OnDeviceAdded()