Home
last modified time | relevance | path

Searched refs:NotifyMainStateMachine (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_upstreammonitor.cpp165 void NetworkShareUpstreamMonitor::NotifyMainStateMachine(int which, const std::shared_ptr<UpstreamN… in NotifyMainStateMachine() function in OHOS::NetManagerStandard::NetworkShareUpstreamMonitor
174 void NetworkShareUpstreamMonitor::NotifyMainStateMachine(int which) in NotifyMainStateMachine() function in OHOS::NetManagerStandard::NetworkShareUpstreamMonitor
241 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()
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_upstreammonitor_test.cpp213 monitor->NotifyMainStateMachine(which, nullptr);
214 monitor->NotifyMainStateMachine(which);
218 monitor->NotifyMainStateMachine(which, nullptr);
219 monitor->NotifyMainStateMachine(which);
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_upstreammonitor.h97 void NotifyMainStateMachine(int32_t which, const std::shared_ptr<UpstreamNetworkInfo> &obj);
98 void NotifyMainStateMachine(int32_t which);
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H A Dnetshare_client_fuzzer.cpp516 networkmonitor->NotifyMainStateMachine(num, upstreamNetInfo); in UpstreammonitorFuzzTest()
517 networkmonitor->NotifyMainStateMachine(num); in UpstreammonitorFuzzTest()