Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_main_statemachine.cpp205 find(subMachineList_.begin(), subMachineList_.end(), temp.subsm_); in HandleInitInterfaceStateActive()
208 subMachineList_.push_back(temp.subsm_); in HandleInitInterfaceStateActive()
211 NetworkShareTracker::GetInstance().ModifySharedSubStateMachineList(true, temp.subsm_); in HandleInitInterfaceStateActive()
224 find(subMachineList_.begin(), subMachineList_.end(), temp.subsm_); in HandleAliveInterfaceStateActive()
227 subMachineList_.push_back(temp.subsm_); in HandleAliveInterfaceStateActive()
230 NetworkShareTracker::GetInstance().ModifySharedSubStateMachineList(true, temp.subsm_); in HandleAliveInterfaceStateActive()
231 if (temp.subsm_ != nullptr) { in HandleAliveInterfaceStateActive()
235 temp.subsm_->GetInterfaceName().c_str()); in HandleAliveInterfaceStateActive()
236 temp.subsm_->SubSmEventHandle(CMD_NETSHARE_CONNECTION_CHANGED, upstreamInfo); in HandleAliveInterfaceStateActive()
257 if (temp.subsm_ in EraseSharedSubSM()
[all...]
H A Dnetworkshare_tracker.cpp421 message.subsm_ = subSM; in SendMainSMEvent()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_main_statemachine.h31 std::shared_ptr<NetworkShareSubStateMachine> subsm_; member

Completed in 7 milliseconds