Searched refs:subsm_ (Results 1 – 3 of 3) sorted by relevance
188 find(subMachineList_.begin(), subMachineList_.end(), temp.subsm_); in HandleInitInterfaceStateActive()191 subMachineList_.push_back(temp.subsm_); in HandleInitInterfaceStateActive()194 NetworkShareTracker::GetInstance().ModifySharedSubStateMachineList(true, temp.subsm_); in HandleInitInterfaceStateActive()207 find(subMachineList_.begin(), subMachineList_.end(), temp.subsm_); in HandleAliveInterfaceStateActive()210 subMachineList_.push_back(temp.subsm_); in HandleAliveInterfaceStateActive()214 if (temp.subsm_ != nullptr) { in HandleAliveInterfaceStateActive()218 temp.subsm_->GetInterfaceName().c_str()); in HandleAliveInterfaceStateActive()219 temp.subsm_->SubSmEventHandle(CMD_NETSHARE_CONNECTION_CHANGED, upstreamInfo); in HandleAliveInterfaceStateActive()240 if (temp.subsm_ == nullptr) { in EraseSharedSubSM()307 if (temp.subsm_ == nullptr) { in HandleErrorInterfaceStateInactive()[all …]
419 message.subsm_ = subSM; in SendMainSMEvent()
31 std::shared_ptr<NetworkShareSubStateMachine> subsm_; member