Home
last modified time | relevance | path

Searched refs:subMachineList_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_main_statemachine.cpp169 for_each(subMachineList_.begin(), subMachineList_.end(), in ErrorStateEnter()
188 find(subMachineList_.begin(), subMachineList_.end(), temp.subsm_); in HandleInitInterfaceStateActive()
189 if (iter == subMachineList_.end()) { in HandleInitInterfaceStateActive()
191 subMachineList_.push_back(temp.subsm_); in HandleInitInterfaceStateActive()
207 find(subMachineList_.begin(), subMachineList_.end(), temp.subsm_); in HandleAliveInterfaceStateActive()
208 if (iter == subMachineList_.end()) { in HandleAliveInterfaceStateActive()
210 subMachineList_.push_back(temp.subsm_); in HandleAliveInterfaceStateActive()
230 if (subMachineList_.size() == 0) { in HandleAliveInterfaceStateInactive()
244 subMachineList_.erase( in EraseSharedSubSM()
245 remove_if(subMachineList_.begin(), subMachineList_.end(), in EraseSharedSubSM()
[all …]
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_main_statemachine.h99 std::vector<std::shared_ptr<NetworkShareSubStateMachine>> subMachineList_; variable