Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_adapter_helper_wrapper.cpp221 NWeb::SystemPropertiesAdapter& ArkOhosAdapterHelperWrapper::GetSystemPropertiesInstance() in GetSystemPropertiesInstance() function in OHOS::ArkWeb::ArkOhosAdapterHelperWrapper
223 static ArkSystemPropertiesAdapterWrapper instance(ctocpp_->GetSystemPropertiesInstance()); in GetSystemPropertiesInstance()
H A Dark_ohos_adapter_helper_wrapper.h57 NWeb::SystemPropertiesAdapter& GetSystemPropertiesInstance() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_adapter_helper.h96 virtual SystemPropertiesAdapter& GetSystemPropertiesInstance() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_adapter_helper_impl.h57 ArkWebRefPtr<ArkSystemPropertiesAdapter> GetSystemPropertiesInstance() override;
H A Dark_ohos_adapter_helper_impl.cpp185 ArkWebRefPtr<ArkSystemPropertiesAdapter> ArkOhosAdapterHelperImpl::GetSystemPropertiesInstance() in GetSystemPropertiesInstance() function in OHOS::ArkWeb::ArkOhosAdapterHelperImpl
187 static NWeb::SystemPropertiesAdapter& instance = real_.GetSystemPropertiesInstance(); in GetSystemPropertiesInstance()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_adapter_helper.h110 virtual ArkWebRefPtr<ArkSystemPropertiesAdapter> GetSystemPropertiesInstance() = 0;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/include/
H A Dohos_adapter_helper_impl.h60 SystemPropertiesAdapter& GetSystemPropertiesInstance() override;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H A Dohos_adapter_helper_impl.cpp176 SystemPropertiesAdapter& OhosAdapterHelperImpl::GetSystemPropertiesInstance() in GetSystemPropertiesInstance() function in OHOS::NWeb::OhosAdapterHelperImpl
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp198 helper.GetSystemPropertiesInstance();
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp507 auto& systemPropertiesAdapter = OhosAdapterHelper::GetInstance().GetSystemPropertiesInstance(); in GetRawFileMapper()