Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_adapter_helper_wrapper.cpp347 NWeb::NetProxyAdapter& ArkOhosAdapterHelperWrapper::GetNetProxyInstance() in GetNetProxyInstance() function in OHOS::ArkWeb::ArkOhosAdapterHelperWrapper
349 static ArkNetProxyAdapterWrapper instance(ctocpp_->GetNetProxyInstance()); in GetNetProxyInstance()
H A Dark_ohos_adapter_helper_wrapper.h89 NWeb::NetProxyAdapter& GetNetProxyInstance() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_adapter_helper.h128 virtual NetProxyAdapter& GetNetProxyInstance() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_adapter_helper_impl.h89 ArkWebRefPtr<ArkNetProxyAdapter> GetNetProxyInstance() override;
H A Dark_ohos_adapter_helper_impl.cpp298 ArkWebRefPtr<ArkNetProxyAdapter> ArkOhosAdapterHelperImpl::GetNetProxyInstance() in GetNetProxyInstance() function in OHOS::ArkWeb::ArkOhosAdapterHelperImpl
300 static NWeb::NetProxyAdapter& instance = real_.GetNetProxyInstance(); in GetNetProxyInstance()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_adapter_helper.h158 virtual ArkWebRefPtr<ArkNetProxyAdapter> GetNetProxyInstance() = 0;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/include/
H A Dohos_adapter_helper_impl.h92 NetProxyAdapter& GetNetProxyInstance() override;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H A Dohos_adapter_helper_impl.cpp260 NetProxyAdapter& OhosAdapterHelperImpl::GetNetProxyInstance() in GetNetProxyInstance() function in OHOS::NWeb::OhosAdapterHelperImpl
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp217 helper.GetNetProxyInstance();