Home
last modified time | relevance | path

Searched refs:MessageExecutedLater (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_state_machine.h48 void MessageExecutedLater(int msgName, int64_t delayTimeMs);
49 void MessageExecutedLater(int msgName, int param1, int64_t delayTimeMs);
50 void MessageExecutedLater(int msgName, int param1, int param2, int64_t delayTimeMs);
51 void MessageExecutedLater(InternalMessagePtr msg, int64_t delayTimeMs);
52 void MessageExecutedLater(int msgName, const std::any &messageObj, int64_t delayTimeMs);
53 void MessageExecutedLater(int msgName, int param1, int param2, const std::any &messageObj, int64_t delayTimeMs);
H A Dmock_state_machine.cpp171 void StateMachine::MessageExecutedLater(int msgName, int64_t delayTimeMs) in MessageExecutedLater() function in OHOS::Wifi::StateMachine
174 void StateMachine::MessageExecutedLater(int msgName, int param1, int64_t delayTimeMs) in MessageExecutedLater() function in OHOS::Wifi::StateMachine
176 void StateMachine::MessageExecutedLater(int msgName, int param1, int param2, int64_t delayTimeMs) in MessageExecutedLater() function in OHOS::Wifi::StateMachine
178 void StateMachine::MessageExecutedLater(InternalMessagePtr msg, int64_t delayTimeMs) in MessageExecutedLater() function in OHOS::Wifi::StateMachine
180 void StateMachine::MessageExecutedLater(int msgName, const std::any &messageObj, in MessageExecutedLater() function in OHOS::Wifi::StateMachine
183 void StateMachine::MessageExecutedLater(int msgName, int param1, in MessageExecutedLater() function in OHOS::Wifi::StateMachine
/foundation/communication/wifi/wifi/base/state_machine/include/
H A Dstate_machine.h208 void MessageExecutedLater(int msgName, int64_t delayTimeMs);
219 void MessageExecutedLater(int msgName, int param1, int64_t delayTimeMs);
231 void MessageExecutedLater(int msgName, int param1, int param2, int64_t delayTimeMs);
241 void MessageExecutedLater(InternalMessagePtr msg, int64_t delayTimeMs);
252 void MessageExecutedLater(int msgName, const std::any &messageObj, int64_t delayTimeMs);
265 void MessageExecutedLater(int msgName, int param1, int param2, const std::any &messageObj, int64_t delayTimeMs);
H A Dhandler.h70 void MessageExecutedLater(InternalMessagePtr msg, int64_t delayTimeMs);
/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dstate_machine.cpp217 void StateMachine::MessageExecutedLater(int msgName, int64_t delayTimeMs) in MessageExecutedLater() function in OHOS::Wifi::StateMachine
219 pStateMachineHandler->MessageExecutedLater(CreateMessage(msgName), delayTimeMs); in MessageExecutedLater()
223 void StateMachine::MessageExecutedLater(int msgName, int param1, int64_t delayTimeMs) in MessageExecutedLater() function in OHOS::Wifi::StateMachine
225 pStateMachineHandler->MessageExecutedLater(CreateMessage(msgName, param1), delayTimeMs); in MessageExecutedLater()
229 void StateMachine::MessageExecutedLater(int msgName, int param1, int param2, int64_t delayTimeMs) in MessageExecutedLater() function in OHOS::Wifi::StateMachine
231 pStateMachineHandler->MessageExecutedLater(CreateMessage(msgName, param1, param2), delayTimeMs); in MessageExecutedLater()
235 void StateMachine::MessageExecutedLater(InternalMessagePtr msg, int64_t delayTimeMs) in MessageExecutedLater() function in OHOS::Wifi::StateMachine
237 pStateMachineHandler->MessageExecutedLater(msg, delayTimeMs); in MessageExecutedLater()
241 void StateMachine::MessageExecutedLater(int msgName, const std::any &messageObj, int64_t delayTimeMs) in MessageExecutedLater() function in OHOS::Wifi::StateMachine
243 pStateMachineHandler->MessageExecutedLater(CreateMessag in MessageExecutedLater()
247 void StateMachine::MessageExecutedLater( MessageExecutedLater() function in OHOS::Wifi::StateMachine
[all...]
H A Dhandler.cpp136 MessageExecutedLater(msg, 0); in SendMessage()
140 void Handler::MessageExecutedLater(InternalMessagePtr msg, int64_t delayTimeMs) in MessageExecutedLater() function in OHOS::Wifi::Handler
143 LOGE("%{public}s MessageExecutedLater: msg is null.", mThreadName.c_str()); in MessageExecutedLater()
147 LOGD("%{public}s MessageExecutedLater msg:%{public}d %{public}" PRId64, in MessageExecutedLater()
210 MessageExecutedLater(msg, execTime - nowTime); in MessageExecutedAtTime()
235 MessageExecutedLater(msg, 0); in PlaceMessageTopOfQueue()
/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_sta_state_machine.h34 void MessageExecutedLater(int msgName, int64_t delayTimeMs);
H A Dmock_sta_state_machine.cpp69 void MessageExecutedLater(int msgName, int64_t delayTimeMs) in MessageExecutedLater() function
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_disabling_state.cpp30 p2pStateMachine.MessageExecutedLater( in GoInState()
H A Dp2p_group_operating_state.cpp110 p2pStateMachine.MessageExecutedLater( in ProcessCmdCreateRptGroup()
164 p2pStateMachine.MessageExecutedLater( in ProcessCmdCreateGroup()
422 p2pStateMachine.MessageExecutedLater( in ProcessCmdHid2dCreateGroup()
H A Dp2p_group_join_state.cpp33 p2pStateMachine.MessageExecutedLater( in GoInState()
H A Dp2p_idle_state.cpp51 p2pStateMachine.MessageExecutedLater( in GoOutState()
H A Dp2p_enabled_state.cpp527 p2pStateMachine.MessageExecutedLater(static_cast<int>(P2P_STATE_MACHINE_CMD::REMOVE_SERVICE_REQUEST_RECORD), in ProcessServiceDiscReqEvt()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp226 pSelfCureStateMachine->MessageExecutedLater(WIFI_CURE_NOTIFY_NETWORK_CONNECTED_RCVD, in GoInState()
253 pSelfCureStateMachine->MessageExecutedLater(WIFI_CURE_CMD_RAND_MAC_SELFCURE_COMPLETE, SELF_CURE_DELAYED_MS); in GoInState()
259 pSelfCureStateMachine->MessageExecutedLater(WIFI_CURE_CMD_RESETUP_SELF_CURE_MONITOR, in GoInState()
262 pSelfCureStateMachine->MessageExecutedLater(WIFI_CURE_CMD_PERIODIC_ARP_DETECTED, FAST_ARP_DETECTED_MS); in GoInState()
263 pSelfCureStateMachine->MessageExecutedLater(CMD_INTERNET_STATUS_DETECT_INTERVAL, in GoInState()
347 pSelfCureStateMachine->MessageExecutedLater(WIFI_CURE_CMD_INTERNET_FAILED_SELF_CURE, reason, SELF_CURE_DELAYED_MS); in TransitionToSelfCureState()
445 pSelfCureStateMachine->MessageExecutedLater(WIFI_CURE_CMD_INVALID_IP_CONFIRM, in SetupSelfCureMonitor()
451 pSelfCureStateMachine->MessageExecutedLater(WIFI_CURE_CMD_GATEWAY_CHANGED_DETECT, in SetupSelfCureMonitor()
458 pSelfCureStateMachine->MessageExecutedLater(WIFI_CURE_CMD_DNS_FAILED_MONITOR, INTERNET_DETECT_INTERVAL_MS); in SetupSelfCureMonitor()
507 pSelfCureStateMachine->MessageExecutedLater(WIFI_CURE_CMD_DNS_FAILED_MONITO in HandleDnsFailedMonitor()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Drpt_manager_state_machine.cpp213 pRptManagerMachine->MessageExecutedLater(RPT_CMD_STOP, TIME_DELAY); in ExecuteStateMsg()
252 pRptManagerMachine->MessageExecutedLater(RPT_CMD_ON_CREATE_RPT_GROUP_TIMEOUT, TIME_DELAY); in StartRpt()
320 pRptManagerMachine->MessageExecutedLater(RPT_CMD_ON_REMOVE_CONFLICT_GROUP_TIMEOUT, TIME_DELAY); in RemoveP2pConflictGroup()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_pro/
H A Dwifi_pro_state_machine.cpp640 pWifiProStateMachine_->MessageExecutedLater(EVENT_REQUEST_SCAN_DELAY, hasSwitchRecord, DEFAULT_SCAN_INTERVAL); in HandleReuqestScanInHasNet()
675 pWifiProStateMachine_->MessageExecutedLater(EVENT_REQUEST_SCAN_DELAY, hasSwitchRecord, scanInterval); in TryStartScan()
682 pWifiProStateMachine_->MessageExecutedLater(EVENT_REQUEST_SCAN_DELAY, hasSwitchRecord, scanInterval); in TryStartScan()
765 pWifiProStateMachine_->MessageExecutedLater(EVENT_REMOVE_BLOCK_LIST, bssid, BLOCKLIST_VALID_TIME); in HandleConnectStateChangedInHasNet()
781 pWifiProStateMachine_->MessageExecutedLater(EVENT_REMOVE_BLOCK_LIST, pWifiProStateMachine_->badBssid_, in HandleWifi2WifiSucsess()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_toggler_manager.cpp92 pWifiControllerMachine->MessageExecutedLater(CMD_WIFI_TOGGLED_TIMEOUT, WIFI_OPEN_TIMEOUT); in StartWifiToggledTimer()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state.cpp486 m_ApStateMachine.MessageExecutedLater(static_cast<int>(ApStatemachineEvent::CMD_STATION_JOIN), in ProcessCmdAssociatedStaChanged()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp116 pScanStateMachine->MessageExecutedLater(static_cast<int>(CMD_SCAN_PREPARE), delayMs); in InitScanService()

Completed in 17 milliseconds