Searched refs:NetConnectCallbackImpl (Results 1 – 5 of 5) sorted by relevance
26 NetConnectCallbackImpl::NetConnectCallbackImpl(std::shared_ptr<NetConnCallback> cb) : cb_(cb) {} in NetConnectCallbackImpl() function in OHOS::NWeb::NetConnectCallbackImpl28 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()
33 sptr<NetConnectCallbackImpl> callbackImpl = new (std::nothrow) NetConnectCallbackImpl(cb); in RegisterNetConnCallback()
27 class NetConnectCallbackImpl : public NetConnCallbackStub {29 explicit NetConnectCallbackImpl(std::shared_ptr<NetConnCallback> cb);31 ~NetConnectCallbackImpl() override = default;
49 std::unordered_map<int32_t, sptr<NetConnectCallbackImpl>> netConnCallbackMap_;
105 …std::shared_ptr<NetConnectCallbackImpl> netConnectCallbackImpl = std::make_shared<NetConnectCallba…141 …std::shared_ptr<NetConnectCallbackImpl> netConnectCallbackImpl = std::make_shared<NetConnectCallba…