Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_tracker.h105 class NetSharingSubSmState { class in OHOS::NetManagerStandard::EHandlerEventType::NetworkShareTracker
107 NetSharingSubSmState(const std::shared_ptr<NetworkShareSubStateMachine> &subStateMachine, bool isNcm);
108 ~NetSharingSubSmState() = default;
260 std::map<std::string, std::shared_ptr<NetSharingSubSmState>> subStateMachineMap_;
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp164 NetworkShareTracker::NetSharingSubSmState::NetSharingSubSmState( in NetSharingSubSmState() function in OHOS::NetManagerStandard::NetworkShareTracker::NetSharingSubSmState
369 std::shared_ptr<NetSharingSubSmState> shareState = nullptr; in HandleSubSmUpdateInterfaceState()
444 std::shared_ptr<NetSharingSubSmState> shareState = iter.second; in IsSharing()
547 std::shared_ptr<NetSharingSubSmState> subsmState = iter.second; in GetSharingState()
589 std::shared_ptr<NetSharingSubSmState> subsmState = iter.second; in GetNetSharingIfaces()
832 std::shared_ptr<NetSharingSubSmState> subSMState = nullptr; in Sharing()
835 std::map<std::string, std::shared_ptr<NetSharingSubSmState>>::iterator iter = subStateMachineMap_.find(iface); in Sharing()
843 NETMGR_EXT_LOG_E("NetSharingSubSmState is null."); in Sharing()
866 std::map<std::string, std::shared_ptr<NetSharingSubSmState>> in FindSubStateMachine()
[all...]

Completed in 3 milliseconds