Home
last modified time | relevance | path

Searched refs:currentNetwork (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_upstreammonitor.cpp240 std::shared_ptr<UpstreamNetworkInfo> currentNetwork = nullptr; in HandleConnectionPropertiesChange() local
246 currentNetwork = (iter->second); in HandleConnectionPropertiesChange()
248 currentNetwork->netLinkPro_ = newNetLinkInfo; in HandleConnectionPropertiesChange()
253 if (currentNetwork != nullptr) { in HandleConnectionPropertiesChange()
256 NotifyMainStateMachine(EVENT_UPSTREAM_CALLBACK_ON_LINKPROPERTIES, currentNetwork); in HandleConnectionPropertiesChange()
259 NotifyMainStateMachine(EVENT_UPSTREAM_CALLBACK_DEFAULT_SWITCHED, currentNetwork); in HandleConnectionPropertiesChange()

Completed in 1 milliseconds