Home
last modified time | relevance | path

Searched refs:GetPhys (Results 1 - 15 of 15) sorted by relevance

/base/msdp/device_status/tools/vdev/include/
H A Dvirtual_device.h54 std::string GetPhys() const;
138 inline std::string VirtualDevice::GetPhys() const in GetPhys() function in OHOS::Msdp::DeviceStatus::VirtualDevice
141 return inputDev_->GetPhys(); in GetPhys()
H A Dv_input_device.h90 std::string GetPhys() const;
212 inline std::string VInputDevice::GetPhys() const in GetPhys() function in OHOS::Msdp::DeviceStatus::VInputDevice
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_mmi_device_info_adapter_impl.cpp60 ArkWebString ArkMMIDeviceInfoAdapterImpl::GetPhys() in GetPhys() function in OHOS::ArkWeb::ArkMMIDeviceInfoAdapterImpl
62 std::string str = real_->GetPhys(); in GetPhys()
H A Dark_mmi_device_info_adapter_impl.h43 ArkWebString GetPhys() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_mmi_device_info_adapter_wrapper.cpp63 std::string ArkMMIDeviceInfoAdapterWrapper::GetPhys() in GetPhys() function in OHOS::ArkWeb::ArkMMIDeviceInfoAdapterWrapper
65 ArkWebString str = ctocpp_->GetPhys(); in GetPhys()
H A Dark_mmi_device_info_adapter_wrapper.h43 std::string GetPhys() override;
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp223 FI_HILOGI(" location: \"%{public}s\"", device->GetPhys().c_str()); in DispDeviceInfo()
248 device->GetPhys() << device->GetUniq() << device->IsPointerDevice() << device->IsKeyboard() << in SerializeDevice()
268 inputDevice->SetPhys(device->GetPhys()); in Transform()
/base/msdp/device_status/intention/prototype/include/
H A Di_device.h77 virtual std::string GetPhys() const = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_mmi_adapter.h50 virtual ArkWebString GetPhys() = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmmi_adapter.h52 virtual std::string GetPhys() = 0;
/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice.h89 std::string GetPhys() const override;
260 inline std::string Device::GetPhys() const in GetPhys() function in OHOS::Msdp::DeviceStatus::Device
/base/web/webview/ohos_adapter/multimodalinput_adapter/src/
H A Dmmi_adapter_impl.cpp138 info->SetPhys(device->GetPhys()); in GetDeviceInfo()
/base/web/webview/test/unittest/mmi_adapter/
H A Dmmi_adapter_impl_test.cpp47 MOCK_METHOD0(GetPhys, std::string());
/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice_manager.cpp253 FI_HILOGD(" location: \"%{public}s\"", dev->GetPhys().c_str()); in OnDeviceAdded()
/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device_builder.cpp243 phys = vDev_->GetPhys();

Completed in 7 milliseconds