Home
last modified time | relevance | path

Searched refs:netConnectType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_net_conn_callback_wrapper.cpp32 …const OHOS::NWeb::NetConnectType& netConnectType, const OHOS::NWeb::NetConnectSubtype& netConnectS… in NetCapabilitiesChange() argument
34 return ctocpp_->NetCapabilitiesChange((uint32_t)netConnectType, (uint32_t)netConnectSubtype); in NetCapabilitiesChange()
H A Dark_net_conn_callback_wrapper.h29 int32_t NetCapabilitiesChange(const OHOS::NWeb::NetConnectType& netConnectType,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_net_conn_callback_impl.cpp31 int32_t ArkNetConnCallbackImpl::NetCapabilitiesChange(const uint32_t& netConnectType, const uint32_… in NetCapabilitiesChange() argument
34 (NWeb::NetConnectType)netConnectType, (NWeb::NetConnectSubtype)netConnectSubtype); in NetCapabilitiesChange()
H A Dark_net_conn_callback_impl.h31 …int32_t NetCapabilitiesChange(const uint32_t& netConnectType, const uint32_t& netConnectSubtype) o…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_net_connect_adapter.h52 …virtual int32_t NetCapabilitiesChange(const uint32_t& netConnectType, const uint32_t& netConnectSu…
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dnet_connect_adapter.h99 const NetConnectType& netConnectType, const NetConnectSubtype& netConnectSubtype) = 0;
/ohos5.0/base/web/webview/test/unittest/net_connect_callback_impl_test/
H A Dnet_connect_callback_impl_test.cpp71 int32_t NetCapabilitiesChange(const NetConnectType &netConnectType, in NetCapabilitiesChange() argument
/ohos5.0/base/web/webview/test/unittest/net_connect_adapter_impl_test/
H A Dnet_connect_adapter_impl_test.cpp130 int32_t NetCapabilitiesChange(const NetConnectType &netConnectType, in NetCapabilitiesChange() argument