Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_net_conn_callback_wrapper.cpp57 int32_t ArkNetConnCallbackWrapper::OnNetConnectionPropertiesChanged( in OnNetConnectionPropertiesChanged() function in OHOS::ArkWeb::ArkNetConnCallbackWrapper
61 return ctocpp_->OnNetConnectionPropertiesChanged(nullptr); in OnNetConnectionPropertiesChanged()
64 …return ctocpp_->OnNetConnectionPropertiesChanged(new ArkNetConnectionPropertiesAdapterImpl(propert… in OnNetConnectionPropertiesChanged()
H A Dark_net_conn_callback_wrapper.h35 int32_t OnNetConnectionPropertiesChanged(
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_net_conn_callback_impl.cpp58 int32_t ArkNetConnCallbackImpl::OnNetConnectionPropertiesChanged( in OnNetConnectionPropertiesChanged() function in OHOS::ArkWeb::ArkNetConnCallbackImpl
62 return real_->OnNetConnectionPropertiesChanged(nullptr); in OnNetConnectionPropertiesChanged()
65 return real_->OnNetConnectionPropertiesChanged( in OnNetConnectionPropertiesChanged()
H A Dark_net_conn_callback_impl.h40 int32_t OnNetConnectionPropertiesChanged(
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_net_connect_adapter.h65 virtual int32_t OnNetConnectionPropertiesChanged(
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dnet_connect_adapter.h104 virtual int32_t OnNetConnectionPropertiesChanged( in OnNetConnectionPropertiesChanged() function
/ohos5.0/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_callback_impl.cpp96 return cb_->OnNetConnectionPropertiesChanged(properties); in NetConnectionPropertiesChange()
/ohos5.0/base/web/webview/test/unittest/net_connect_callback_impl_test/
H A Dnet_connect_callback_impl_test.cpp89 int32_t OnNetConnectionPropertiesChanged( in OnNetConnectionPropertiesChanged() function in OHOS::NWeb::NetConnCallbackTest
/ohos5.0/base/web/webview/test/unittest/net_connect_adapter_impl_test/
H A Dnet_connect_adapter_impl_test.cpp148 int32_t OnNetConnectionPropertiesChanged( in OnNetConnectionPropertiesChanged() function in OHOS::NWeb::NetConnCallbackTest