Home
last modified time | relevance | path

Searched refs:GetDevPath (Results 1 – 5 of 5) sorted by relevance

/base/msdp/device_status/services/context/include/
Di_device.h47 virtual std::string GetDevPath() const = 0;
/base/msdp/device_status/services/device_manager/include/
Ddevice.h81 std::string GetDevPath() const override;
153 inline std::string Device::GetDevPath() const in GetDevPath() function
/base/msdp/device_status/tools/vdev/include/
Dv_input_device.h86 std::string GetDevPath() const;
180 inline std::string VInputDevice::GetDevPath() const in GetDevPath() function
/base/msdp/device_status/services/device_manager/src/
Ddevice_manager.cpp149 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()
/base/msdp/device_status/services/interaction/coordination/src/
Dcoordination_device_manager.cpp328 …"local/remote:\"%{public}s\"", device->GetId(), device->GetDevPath().c_str(), dev->GetDhid().c_str… in OnDeviceAdded()