Searched refs:subSM (Results 1 – 3 of 3) sorted by relevance
409 void NetworkShareTracker::SendMainSMEvent(const std::shared_ptr<NetworkShareSubStateMachine> &subSM… in SendMainSMEvent() argument419 message.subsm_ = subSM; in SendMainSMEvent()644 for (auto &subSM : sharedSubSM_) { in GetSharedSubSMTraffic() local645 if (subSM == nullptr) { in GetSharedSubSMTraffic()650 subSM->GetDownIfaceName(downIface); in GetSharedSubSMTraffic()651 subSM->GetUpIfaceName(upIface); in GetSharedSubSMTraffic()874 subSM = iter->second->subStateMachine_; in FindSubStateMachine()890 subSM = it.second->subStateMachine_; in FindSubStateMachine()1054 std::shared_ptr<NetworkShareSubStateMachine> subSM = nullptr; in StopSubStateMachine() local1056 if (!FindSubStateMachine(iface, interfaceType, subSM, findKey) || subSM == nullptr) { in StopSubStateMachine()[all …]
232 … std::shared_ptr<NetworkShareSubStateMachine> &subSM, std::string &findKey);249 …void SendMainSMEvent(const std::shared_ptr<NetworkShareSubStateMachine> &subSM, int32_t event, int…
111 auto subSM = std::make_shared<NetworkShareSubStateMachine>(WIFI_AP_DEFAULT_IFACE_NAME, variable114 NetworkShareTracker::GetInstance().SendMainSMEvent(subSM, 0, 0);