Home
last modified time | relevance | path

Searched refs:GetTraceDebugEnable (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.cpp97 bool ArkSystemPropertiesAdapterImpl::GetTraceDebugEnable() in GetTraceDebugEnable() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterImpl
99 return real_.GetTraceDebugEnable(); in GetTraceDebugEnable()
H A Dark_system_properties_adapter_impl.h55 bool GetTraceDebugEnable() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_system_properties_adapter_wrapper.cpp147 bool ArkSystemPropertiesAdapterWrapper::GetTraceDebugEnable() in GetTraceDebugEnable() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterWrapper
152 return ctocpp_->GetTraceDebugEnable(); in GetTraceDebugEnable()
H A Dark_system_properties_adapter_wrapper.h56 bool GetTraceDebugEnable() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_system_properties_adapter.h64 virtual bool GetTraceDebugEnable() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dsystem_properties_adapter.h71 virtual bool GetTraceDebugEnable() = 0;
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/include/
H A Dsystem_properties_adapter_impl.h59 bool GetTraceDebugEnable() override;
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp203 bool SystemPropertiesAdapterImpl::GetTraceDebugEnable() in GetTraceDebugEnable() function in OHOS::NWeb::SystemPropertiesAdapterImpl