Searched refs:NotifyMainStateMachine (Results 1 – 4 of 4) sorted by relevance
165 void NetworkShareUpstreamMonitor::NotifyMainStateMachine(int which, const std::shared_ptr<UpstreamN… in NotifyMainStateMachine() function in OHOS::NetManagerStandard::NetworkShareUpstreamMonitor174 void NetworkShareUpstreamMonitor::NotifyMainStateMachine(int which) in NotifyMainStateMachine() function in OHOS::NetManagerStandard::NetworkShareUpstreamMonitor241 NotifyMainStateMachine(EVENT_UPSTREAM_CALLBACK_ON_LINKPROPERTIES, currentNetwork); in HandleConnectionPropertiesChange()244 NotifyMainStateMachine(EVENT_UPSTREAM_CALLBACK_DEFAULT_SWITCHED, currentNetwork); in HandleConnectionPropertiesChange()268 NotifyMainStateMachine(EVENT_UPSTREAM_CALLBACK_ON_LOST, currentNetInfo); in HandleNetLost()
213 monitor->NotifyMainStateMachine(which, nullptr);214 monitor->NotifyMainStateMachine(which);218 monitor->NotifyMainStateMachine(which, nullptr);219 monitor->NotifyMainStateMachine(which);
97 void NotifyMainStateMachine(int32_t which, const std::shared_ptr<UpstreamNetworkInfo> &obj);98 void NotifyMainStateMachine(int32_t which);
516 networkmonitor->NotifyMainStateMachine(num, upstreamNetInfo); in UpstreammonitorFuzzTest()517 networkmonitor->NotifyMainStateMachine(num); in UpstreammonitorFuzzTest()