Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_system_properties_adapter_impl.cpp26 bool ArkSystemPropertiesAdapterImpl::GetResourceUseHapPathEnable() in GetResourceUseHapPathEnable() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterImpl
28 return real_.GetResourceUseHapPathEnable(); in GetResourceUseHapPathEnable()
H A Dark_system_properties_adapter_impl.h29 bool GetResourceUseHapPathEnable() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_system_properties_adapter_wrapper.cpp24 bool ArkSystemPropertiesAdapterWrapper::GetResourceUseHapPathEnable() in GetResourceUseHapPathEnable() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterWrapper
29 return ctocpp_->GetResourceUseHapPathEnable(); in GetResourceUseHapPathEnable()
H A Dark_system_properties_adapter_wrapper.h30 bool GetResourceUseHapPathEnable() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_system_properties_adapter.h31 virtual bool GetResourceUseHapPathEnable() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dsystem_properties_adapter.h49 virtual bool GetResourceUseHapPathEnable() = 0;
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/include/
H A Dsystem_properties_adapter_impl.h33 bool GetResourceUseHapPathEnable() override;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/system_properties_adapter/
H A Dsystem_properties_adapter_test.cpp85 SystemPropertiesAdapterImpl::GetInstance().GetResourceUseHapPathEnable();
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp96 bool SystemPropertiesAdapterImpl::GetResourceUseHapPathEnable() in GetResourceUseHapPathEnable() function in OHOS::NWeb::SystemPropertiesAdapterImpl