Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_main_statemachine.cpp188 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 …]
H A Dnetworkshare_tracker.cpp419 message.subsm_ = subSM; in SendMainSMEvent()
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_main_statemachine.h31 std::shared_ptr<NetworkShareSubStateMachine> subsm_; member