Home
last modified time | relevance | path

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 Dgroup_negotiation_state.h133 using ProcessFun = bool (GroupNegotiationState::*)(InternalMessagePtr msg) const;
134 std::map<P2P_STATE_MACHINE_CMD, ProcessFun> mProcessFunMap;
H A Dprovision_discovery_state.h131 using ProcessFun = bool (ProvisionDiscoveryState::*)(InternalMessagePtr msg) const;
132 std::map<P2P_STATE_MACHINE_CMD, ProcessFun> mProcessFunMap;
H A Dp2p_group_operating_state.h141 using ProcessFun = bool (P2pGroupOperatingState::*)(const InternalMessagePtr msg) const;
142 std::map<P2P_STATE_MACHINE_CMD, ProcessFun> mProcessFunMap;
H A Dgroup_formed_state.h197 using ProcessFun = bool (GroupFormedState::*)(const InternalMessagePtr msg) const; variable
198 std::map<P2P_STATE_MACHINE_CMD, ProcessFun> mProcessFunMap;
H A Dp2p_idle_state.h182 using ProcessFun = bool (P2pIdleState::*)(InternalMessagePtr msg) const;
183 std::map<P2P_STATE_MACHINE_CMD, ProcessFun> mProcessFunMap;
H A Dp2p_enabled_state.h281 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 Dap_started_state.cpp94 …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 Dap_started_state.h256 typedef void (ApStartedState::*ProcessFun)(InternalMessagePtr msg) const; typedef
259 std::map<ApStatemachineEvent, ProcessFun> mProcessFunMap;