Home
last modified time | relevance | path

Searched refs:GetDeviceInfoProductModel (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp101 std::string SystemPropertiesAdapterImpl::GetDeviceInfoProductModel() in GetDeviceInfoProductModel() function in OHOS::NWeb::SystemPropertiesAdapterImpl
220 if (GetDeviceInfoProductModel() == "emulator") { in GetOOPGPUEnable()
335 if (GetDeviceInfoProductModel() == "emulator") { in GetOOPGPUStatus()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_system_properties_adapter_impl.cpp31 ArkWebString ArkSystemPropertiesAdapterImpl::GetDeviceInfoProductModel() in GetDeviceInfoProductModel() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterImpl
33 std::string str = real_.GetDeviceInfoProductModel(); in GetDeviceInfoProductModel()
H A Dark_system_properties_adapter_impl.h31 ArkWebString GetDeviceInfoProductModel() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_system_properties_adapter_wrapper.cpp32 std::string ArkSystemPropertiesAdapterWrapper::GetDeviceInfoProductModel() in GetDeviceInfoProductModel() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterWrapper
37 ArkWebString str = ctocpp_->GetDeviceInfoProductModel(); in GetDeviceInfoProductModel()
H A Dark_system_properties_adapter_wrapper.h32 std::string GetDeviceInfoProductModel() override;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/systemproperties_fuzzer/
H A Dsystem_properties_adapter_impl_fuzzer.cpp35 …string productModel = NWeb::SystemPropertiesAdapterImpl::GetInstance().GetDeviceInfoProductModel(); in SystemPropertiesAdapterFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_system_properties_adapter.h34 virtual ArkWebString GetDeviceInfoProductModel() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dsystem_properties_adapter.h51 virtual std::string GetDeviceInfoProductModel() = 0;
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/include/
H A Dsystem_properties_adapter_impl.h35 std::string GetDeviceInfoProductModel() override;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/system_properties_adapter/
H A Dsystem_properties_adapter_test.cpp79 std::string model = SystemPropertiesAdapterImpl::GetInstance().GetDeviceInfoProductModel();