Home
last modified time | relevance | path

Searched refs:ArkMMIDeviceInfoAdapterWrapper (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_mmi_device_info_adapter_wrapper.cpp22 ArkMMIDeviceInfoAdapterWrapper::ArkMMIDeviceInfoAdapterWrapper(ArkWebRefPtr<ArkMMIDeviceInfoAdapter… in ArkMMIDeviceInfoAdapterWrapper() function in OHOS::ArkWeb::ArkMMIDeviceInfoAdapterWrapper
25 int32_t ArkMMIDeviceInfoAdapterWrapper::GetId() in GetId()
30 int32_t ArkMMIDeviceInfoAdapterWrapper::GetType() in GetType()
35 int32_t ArkMMIDeviceInfoAdapterWrapper::GetBus() in GetBus()
40 int32_t ArkMMIDeviceInfoAdapterWrapper::GetVersion() in GetVersion()
45 int32_t ArkMMIDeviceInfoAdapterWrapper::GetProduct() in GetProduct()
50 int32_t ArkMMIDeviceInfoAdapterWrapper::GetVendor() in GetVendor()
55 std::string ArkMMIDeviceInfoAdapterWrapper::GetName() in GetName()
63 std::string ArkMMIDeviceInfoAdapterWrapper::GetPhys() in GetPhys()
71 std::string ArkMMIDeviceInfoAdapterWrapper::GetUniq() in GetUniq()
[all …]
H A Dark_mmi_device_info_adapter_wrapper.h25 class ArkMMIDeviceInfoAdapterWrapper : public NWeb::MMIDeviceInfoAdapter {
27 explicit ArkMMIDeviceInfoAdapterWrapper(ArkWebRefPtr<ArkMMIDeviceInfoAdapter>);
H A Dark_mmi_adapter_impl.cpp80 return real_->GetDeviceInfo(deviceId, std::make_shared<ArkMMIDeviceInfoAdapterWrapper>(info)); in GetDeviceInfo()