Searched refs:ArkMMIDeviceInfoAdapterWrapper (Results 1 – 3 of 3) sorted by relevance
22 ArkMMIDeviceInfoAdapterWrapper::ArkMMIDeviceInfoAdapterWrapper(ArkWebRefPtr<ArkMMIDeviceInfoAdapter… in ArkMMIDeviceInfoAdapterWrapper() function in OHOS::ArkWeb::ArkMMIDeviceInfoAdapterWrapper25 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 …]
25 class ArkMMIDeviceInfoAdapterWrapper : public NWeb::MMIDeviceInfoAdapter {27 explicit ArkMMIDeviceInfoAdapterWrapper(ArkWebRefPtr<ArkMMIDeviceInfoAdapter>);
80 return real_->GetDeviceInfo(deviceId, std::make_shared<ArkMMIDeviceInfoAdapterWrapper>(info)); in GetDeviceInfo()