Home
last modified time | relevance | path

Searched refs:GetOOPGPUStatus (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_system_properties_adapter_impl.cpp161 ArkWebString ArkSystemPropertiesAdapterImpl::GetOOPGPUStatus() in GetOOPGPUStatus() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterImpl
163 std::string str = real_.GetOOPGPUStatus(); in GetOOPGPUStatus()
H A Dark_system_properties_adapter_impl.h73 ArkWebString GetOOPGPUStatus() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_system_properties_adapter_wrapper.cpp226 std::string ArkSystemPropertiesAdapterWrapper::GetOOPGPUStatus() in GetOOPGPUStatus() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterWrapper
228 ArkWebString str = ctocpp_->GetOOPGPUStatus(); in GetOOPGPUStatus()
H A Dark_system_properties_adapter_wrapper.h74 std::string GetOOPGPUStatus() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_system_properties_adapter.h91 virtual ArkWebString GetOOPGPUStatus() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dsystem_properties_adapter.h89 virtual std::string GetOOPGPUStatus() = 0;
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/include/
H A Dsystem_properties_adapter_impl.h79 std::string GetOOPGPUStatus() override;
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp333 std::string SystemPropertiesAdapterImpl::GetOOPGPUStatus() in GetOOPGPUStatus() function in OHOS::NWeb::SystemPropertiesAdapterImpl