Searched refs:ProcessFun (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | group_negotiation_state.h | 133 using ProcessFun = bool (GroupNegotiationState::*)(InternalMessagePtr msg) const; 134 std::map<P2P_STATE_MACHINE_CMD, ProcessFun> mProcessFunMap;
|
H A D | provision_discovery_state.h | 131 using ProcessFun = bool (ProvisionDiscoveryState::*)(InternalMessagePtr msg) const; 132 std::map<P2P_STATE_MACHINE_CMD, ProcessFun> mProcessFunMap;
|
H A D | p2p_group_operating_state.h | 141 using ProcessFun = bool (P2pGroupOperatingState::*)(const InternalMessagePtr msg) const; 142 std::map<P2P_STATE_MACHINE_CMD, ProcessFun> mProcessFunMap;
|
H A D | group_formed_state.h | 197 using ProcessFun = bool (GroupFormedState::*)(const InternalMessagePtr msg) const; variable 198 std::map<P2P_STATE_MACHINE_CMD, ProcessFun> mProcessFunMap;
|
H A D | p2p_idle_state.h | 182 using ProcessFun = bool (P2pIdleState::*)(InternalMessagePtr msg) const; 183 std::map<P2P_STATE_MACHINE_CMD, ProcessFun> mProcessFunMap;
|
H A D | p2p_enabled_state.h | 281 using ProcessFun = bool (P2pEnabledState::*)(InternalMessagePtr msg) const; 282 std::map<P2P_STATE_MACHINE_CMD, ProcessFun> mProcessFunMap;
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_started_state.cpp | 94 …std::make_pair(ApStatemachineEvent::CMD_STATION_JOIN, (ProcessFun)&ApStartedState::ProcessCmdStati… in Init() 96 …std::make_pair(ApStatemachineEvent::CMD_STATION_LEAVE, (ProcessFun)&ApStartedState::ProcessCmdStat… in Init() 98 …ApStatemachineEvent::CMD_SET_HOTSPOT_CONFIG, (ProcessFun)&ApStartedState::ProcessCmdSetHotspotConf… in Init() 110 (ProcessFun)&ApStartedState::ProcessCmdSetHotspotIdleTimeout)); in Init() 114 (ProcessFun)&ApStartedState::ProcessCmdHotspotChannelChanged)); in Init() 116 (ProcessFun)&ApStartedState::ProcessCmdAssociatedStaChanged)); in Init() 118 (ProcessFun)&ApStartedState::ProcessCmdEnableAp)); in Init()
|
H A D | ap_started_state.h | 256 typedef void (ApStartedState::*ProcessFun)(InternalMessagePtr msg) const; typedef 259 std::map<ApStatemachineEvent, ProcessFun> mProcessFunMap;
|