Home
last modified time | relevance | path

Searched defs:msgName (Results 1 – 22 of 22) sorted by relevance

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
Dmock_sta_state_machine.cpp22 void MockStaStateMachine::SendMessage(int msgName) in SendMessage()
27 void MockStaStateMachine::SendMessage(int msgName, int param1) in SendMessage()
32 void MockStaStateMachine::SendMessage(int msgName, int param1, int param2) in SendMessage()
46 void MockStaStateMachine::SendMessage(int msgName, const std::any &messageObj) in SendMessage()
52 void MockStaStateMachine::SendMessage(int msgName, int param1, int param2, const std::any &messageO… in SendMessage()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/common/
Dstate_machine.cpp151 InternalMessage *StateMachine::CreateMessage(int msgName) in CreateMessage()
156 InternalMessage *StateMachine::CreateMessage(int msgName, int param1) in CreateMessage()
161 InternalMessage *StateMachine::CreateMessage(int msgName, int param1, int param2) in CreateMessage()
166 InternalMessage *StateMachine::CreateMessage(int msgName, const std::any &messageObj) in CreateMessage()
171 InternalMessage *StateMachine::CreateMessage(int msgName, int param1, int param2, const std::any &m… in CreateMessage()
176 void StateMachine::SendMessage(int msgName) in SendMessage()
182 void StateMachine::SendMessage(int msgName, int param1) in SendMessage()
188 void StateMachine::SendMessage(int msgName, int param1, int param2) in SendMessage()
203 void StateMachine::SendMessage(int msgName, const std::any &messageObj) in SendMessage()
209 void StateMachine::SendMessage(int msgName, int param1, int param2, const std::any &messageObj) in SendMessage()
[all …]
Dinternal_message.cpp134 void InternalMessage::SetMessageName(int msgName) in SetMessageName()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
Dap_root_state.cpp46 int msgName = msg->GetMessageName(); in ExecuteStateMsg() local
Dap_idle_state.cpp48 int msgName = msg->GetMessageName(); in ExecuteStateMsg() local
Dap_monitor.cpp95 …const std::string &iface, ApStatemachineEvent msgName, int param1, int param2, const std::any &mes… in SendMessage()
Dap_state_machine.cpp181 … m_iface, [=](ApStatemachineEvent msgName, int param1, int param2, const std::any &messageObj) { in RegisterEventHandler()
Dap_started_state.cpp133 int msgName = msg->GetMessageName(); in ExecuteStateMsg() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
Dp2p_default_state.cpp37 int msgName = msg->GetMessageName(); in ExecuteStateMsg() local
Dprovision_discovery_state.cpp187 int msgName = msg->GetMessageName(); in ExecuteStateMsg() local
Dgroup_negotiation_state.cpp231 int msgName = msg->GetMessageName(); in ExecuteStateMsg() local
Dp2p_group_operating_state.cpp355 int msgName = msg->GetMessageName(); in ExecuteStateMsg() local
Dgroup_formed_state.cpp326 int msgName = msg->GetMessageName(); in ExecuteStateMsg() local
Dp2p_idle_state.cpp375 int msgName = msg->GetMessageName(); in ExecuteStateMsg() local
Dp2p_enabled_state.cpp234 int msgName = msg->GetMessageName(); in ExecuteStateMsg() local
Dp2p_monitor.cpp101 …const std::string &iface, P2P_STATE_MACHINE_CMD msgName, int param1, int param2, const std::any &m… in MessageToStateMachine()
Dp2p_state_machine.cpp146 … p2pIface, [=](P2P_STATE_MACHINE_CMD msgName, int param1, int param2, const std::any &messageObj) { in RegisterEventHandler()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
Dnetworkshare_upstreammonitor_test.cpp46 void OnUpstreamStateChanged(int32_t msgName, int32_t param1) override {} in OnUpstreamStateChanged()
47 …void OnUpstreamStateChanged(int32_t msgName, int32_t param1, int32_t param2, const std::any &messa… in OnUpstreamStateChanged()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
Dwrapper_decoder.cpp145 inline bool IsDataEmpty(bool isValid, const std::string &attrName, const std::string &msgName) in IsDataEmpty()
448 std::string msgName = CastNameToStr(type); in InterpreteRtMsg() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
Dp2p_monitor_test.cpp60 …const std::string &iface, P2P_STATE_MACHINE_CMD msgName, int param1, int param2, const std::any &a… in WrapMethodMessageToStateMachine()
327 constexpr P2P_STATE_MACHINE_CMD msgName = P2P_STATE_MACHINE_CMD::WPA_CONNECTED_EVENT; variable
/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
Dnetshare_client_fuzzer.cpp203 void OnUpstreamStateChanged(int32_t msgName, int32_t param1) {} in OnUpstreamStateChanged()
204 …void OnUpstreamStateChanged(int32_t msgName, int32_t param1, int32_t param2, const std::any &messa… in OnUpstreamStateChanged()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
Dnetworkshare_tracker.cpp123 void NetworkShareTracker::MainSmUpstreamCallback::OnUpstreamStateChanged(int32_t msgName, int32_t p… in OnUpstreamStateChanged()
133 void NetworkShareTracker::MainSmUpstreamCallback::OnUpstreamStateChanged(int32_t msgName, int32_t p… in OnUpstreamStateChanged()