Home
last modified time | relevance | path

Searched refs:GetPhys (Results 1 – 9 of 9) sorted by relevance

/base/msdp/device_status/tools/vdev/include/
Dvirtual_device.h53 std::string GetPhys() const;
137 inline std::string VirtualDevice::GetPhys() const in GetPhys() function
140 return inputDev_->GetPhys(); in GetPhys()
Dv_input_device.h90 std::string GetPhys() const;
200 inline std::string VInputDevice::GetPhys() const in GetPhys() function
/base/msdp/device_status/services/context/include/
Di_device.h54 virtual std::string GetPhys() const = 0;
/base/msdp/device_status/services/interaction/coordination/src/
Dcoordination_device_manager.cpp79 std::string CoordinationDeviceManager::Device::GetPhys() const in GetPhys() function in OHOS::Msdp::DeviceStatus::CoordinationDeviceManager::Device
82 return device_->GetPhys(); in GetPhys()
113 networkId_ = MakeNetworkId(GetPhys()); in Populate()
137 const std::string phys = GetPhys(); in GenerateDescriptor()
/base/msdp/device_status/services/device_manager/include/
Ddevice.h88 std::string GetPhys() const override;
188 inline std::string Device::GetPhys() const in GetPhys() function
/base/msdp/device_status/services/interaction/coordination/include/
Dcoordination_device_manager.h42 std::string GetPhys() const;
/base/web/webview/ohos_adapter/multimodalinput_adapter/src/
Dmmi_adapter_impl.cpp138 info.phys = device->GetPhys(); in GetDeviceInfo()
/base/msdp/device_status/services/device_manager/src/
Ddevice_manager.cpp248 FI_HILOGI(" location: \"%{public}s\"", dev->GetPhys().c_str()); in OnDeviceAdded()
/base/msdp/device_status/tools/vdev/src/
Dvirtual_device_builder.cpp224 phys = vDev_->GetPhys(); in SetPhys()