Home
last modified time | relevance | path

Searched refs:GetOOPGPUEnable (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/web/webview/test/unittest/ohos_adapter/system_properties_adapter/
H A Dsystem_properties_adapter_test.cpp138 bool value = SystemPropertiesAdapterImpl::GetInstance().GetOOPGPUEnable();
141 value = SystemPropertiesAdapterImpl::GetInstance().GetOOPGPUEnable();
144 value = SystemPropertiesAdapterImpl::GetInstance().GetOOPGPUEnable();
147 value = SystemPropertiesAdapterImpl::GetInstance().GetOOPGPUEnable();
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_system_properties_adapter_impl.cpp113 bool ArkSystemPropertiesAdapterImpl::GetOOPGPUEnable() in GetOOPGPUEnable() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterImpl
115 return real_.GetOOPGPUEnable(); in GetOOPGPUEnable()
H A Dark_system_properties_adapter_impl.h59 bool GetOOPGPUEnable() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_system_properties_adapter_wrapper.cpp171 bool ArkSystemPropertiesAdapterWrapper::GetOOPGPUEnable() in GetOOPGPUEnable() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterWrapper
176 return ctocpp_->GetOOPGPUEnable(); in GetOOPGPUEnable()
H A Dark_system_properties_adapter_wrapper.h62 bool GetOOPGPUEnable() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_system_properties_adapter.h73 virtual bool GetOOPGPUEnable() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dsystem_properties_adapter.h77 virtual bool GetOOPGPUEnable() = 0;
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/include/
H A Dsystem_properties_adapter_impl.h65 bool GetOOPGPUEnable() override;
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp218 bool SystemPropertiesAdapterImpl::GetOOPGPUEnable() in GetOOPGPUEnable() function in OHOS::NWeb::SystemPropertiesAdapterImpl