Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp547 std::shared_ptr<NetSharingSubSmState> subsmState = iter.second; in GetSharingState() local
548 if (subsmState == nullptr) { in GetSharingState()
549 NETMGR_EXT_LOG_W("subsmState is null."); in GetSharingState()
552 if (subsmState->lastState_ == SUB_SM_STATE_UNAVAILABLE) { in GetSharingState()
557 if (subsmState->lastState_ == SUB_SM_STATE_AVAILABLE) { in GetSharingState()
562 if (subsmState->lastState_ == SUB_SM_STATE_SHARED) { in GetSharingState()
567 NETMGR_EXT_LOG_W("lastState_=%{public}d is unknown data.", subsmState->lastState_); in GetSharingState()
589 std::shared_ptr<NetSharingSubSmState> subsmState = iter.second; in GetNetSharingIfaces()
590 if (subsmState == nullptr) { in GetNetSharingIfaces()
591 NETMGR_EXT_LOG_W("iface=%{public}s subsmState i in GetNetSharingIfaces()
1233 std::shared_ptr<NetSharingSubSmState> subsmState = iter.second; SendGlobalSharingStateChange() local
[all...]

Completed in 2 milliseconds