Searched refs:MessageToStateMachine (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_monitor.cpp | 106 void P2pMonitor::MessageToStateMachine( in MessageToStateMachine() function in OHOS::Wifi::P2pMonitor 160 MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::WPA_CONNECTED_EVENT, status, 0, anyNone); in Broadcast2SmConnectSupplicant() 166 MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::P2P_EVENT_DEVICE_FOUND, 0, 0, anyDevice); in Broadcast2SmDeviceFound() 178 MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::P2P_EVENT_DEVICE_LOST, 0, 0, anyDevice); in Broadcast2SmDeviceLost() 196 MessageToStateMachine( in Broadcast2SmGoNegFailure() 209 MessageToStateMachine( in Broadcast2SmInvitationResult() 270 MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::P2P_EVENT_FIND_STOPPED, 0, 0, anyNone); in Broadcast2SmFindStopped() 288 MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::AP_STA_DISCONNECTED, 0, 0, anyDevice); in Broadcast2SmApStaDisconnected() 294 MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::AP_STA_CONNECTED, 0, 0, anyDevice); in Broadcast2SmApStaConnected() 300 MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::WPA_CONN_FAILED_EVENT, 0, 0, anyNone); in Broadcast2SmConnectSupplicantFailed() [all …]
|
H A D | p2p_monitor.h | 78 …virtual void MessageToStateMachine(const std::string &iface, P2P_STATE_MACHINE_CMD msgName, int pa…
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/ |
H A D | p2p_monitor_test.cpp | 62 pP2pMonitor->MessageToStateMachine(iface, msgName, param1, param2, anyObj); in WrapMethodMessageToStateMachine()
|