Home
last modified time | relevance | path

Searched refs:NetConnectCallbackImpl (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_callback_impl.cpp26 NetConnectCallbackImpl::NetConnectCallbackImpl(std::shared_ptr<NetConnCallback> cb) : cb_(cb) {} in NetConnectCallbackImpl() function in OHOS::NWeb::NetConnectCallbackImpl
28 int32_t NetConnectCallbackImpl::NetAvailable(sptr<NetHandle> &netHandle) in NetAvailable()
43 int32_t NetConnectCallbackImpl::NetCapabilitiesChange(sptr<NetHandle> &netHandle, in NetCapabilitiesChange()
84 int32_t NetConnectCallbackImpl::NetConnectionPropertiesChange(sptr<NetHandle> &netHandle, const spt… in NetConnectionPropertiesChange()
102 int32_t NetConnectCallbackImpl::NetLost(sptr<NetHandle> &netHandle) in NetLost()
111 int32_t NetConnectCallbackImpl::NetUnavailable() in NetUnavailable()
120 int32_t NetConnectCallbackImpl::NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) in NetBlockStatusChange()
H A Dnet_connect_adapter_impl.cpp33 sptr<NetConnectCallbackImpl> callbackImpl = new (std::nothrow) NetConnectCallbackImpl(cb); in RegisterNetConnCallback()
/ohos5.0/base/web/webview/ohos_adapter/net_connect_adapter/include/
H A Dnet_connect_callback_impl.h27 class NetConnectCallbackImpl : public NetConnCallbackStub {
29 explicit NetConnectCallbackImpl(std::shared_ptr<NetConnCallback> cb);
31 ~NetConnectCallbackImpl() override = default;
H A Dnet_connect_adapter_impl.h49 std::unordered_map<int32_t, sptr<NetConnectCallbackImpl>> netConnCallbackMap_;
/ohos5.0/base/web/webview/test/unittest/net_connect_callback_impl_test/
H A Dnet_connect_callback_impl_test.cpp105 …std::shared_ptr<NetConnectCallbackImpl> netConnectCallbackImpl = std::make_shared<NetConnectCallba…
141 …std::shared_ptr<NetConnectCallbackImpl> netConnectCallbackImpl = std::make_shared<NetConnectCallba…