Home
last modified time | relevance | path

Searched refs:phys (Results 1 - 9 of 9) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_mmi_device_info_adapter_impl.cpp107 void ArkMMIDeviceInfoAdapterImpl::SetPhys(ArkWebString phys) in SetPhys() argument
109 real_->SetPhys(ArkWebStringStructToClass(phys)); in SetPhys()
H A Dark_mmi_device_info_adapter_impl.h61 void SetPhys(ArkWebString phys) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_mmi_device_info_adapter_wrapper.cpp116 void ArkMMIDeviceInfoAdapterWrapper::SetPhys(std::string phys) in SetPhys() argument
118 ArkWebString str = ArkWebStringClassToStruct(phys); in SetPhys()
H A Dark_mmi_device_info_adapter_wrapper.h61 void SetPhys(std::string phys) override;
/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice.h76 void SetPhys(const std::string &phys) override;
196 inline void Device::SetPhys(const std::string &phys) in SetPhys() argument
198 phys_ = phys; in SetPhys()
/base/msdp/device_status/intention/prototype/include/
H A Di_device.h64 virtual void SetPhys(const std::string &phys) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_mmi_adapter.h77 virtual void SetPhys(ArkWebString phys) = 0;
/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device_builder.cpp240 std::string phys;
243 phys = vDev_->GetPhys();
255 phys = tIter->second;
256 phys.append("/").append(std::to_string(getpid()));
259 if (ioctl(fd_, UI_SET_PHYS, phys.c_str()) < 0) {
260 FI_HILOGE("Failed while setting phys:%{public}s", strerror(errno));
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmmi_adapter.h70 virtual void SetPhys(std::string phys) = 0;

Completed in 3 milliseconds