Home
last modified time | relevance | path

Searched refs:GetParam2 (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_controller_state_machine.cpp129 int id = msg->GetParam2(); in ExecuteStateMsg()
142 if (msg->GetParam2() == INSTID_WLAN1) { in ExecuteStateMsg()
145 } else if (msg->GetParam2() == INSTID_WLAN0) { in ExecuteStateMsg()
513 cbMsg.id = msg->GetParam2(); in ShouldDisableWifi()
518 return !ShouldEnableWifi(msg->GetParam2()); in ShouldDisableWifi()
774 if (msg->GetParam2() == INSTID_WLAN1 && msg->GetParam1() == 0) { in HandleWifiToggleChangeInEnabledState()
791 if (pWifiControllerMachine->ConcreteIdExist(msg->GetParam2())) { in HandleWifiToggleChangeInEnabledState()
828 int id = msg->GetParam2(); in HandleSoftapToggleChangeInEnabledState()
891 pWifiControllerMachine->StopConcreteManager(msg->GetParam2()); in HandleStaRemoved()
896 pWifiControllerMachine->StopMultiStaManager(msg->GetParam2()); in HandleWifi2Removed()
[all …]
H A Dmulti_sta_state_machine.cpp171 mid = msg->GetParam2(); in HandleStartInIdleState()
H A Dsoftap_manager_state_machine.cpp171 mid = msg->GetParam2(); in HandleStartInIdleState()
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dinternal_message.cpp98 int InternalMessage::GetParam2() const in GetParam2() function in OHOS::Wifi::InternalMessage
219 m->SetParam2(orig->GetParam2()); in CreateMessage()
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/include/
H A Dinternal_message.h112 int GetParam2() const;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_state_machine.cpp108 m->SetParam2(orig->GetParam2()); in CreateMessage()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dgroup_formed_state.cpp362 size_t interval = static_cast<size_t>(msg->GetParam2()); in ProcessCmdStartListen()
H A Dp2p_enabled_state.cpp158 size_t interval = static_cast<size_t>(msg->GetParam2()); in ProcessCmdStartListen()
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_server_test.cpp522 HWTEST_F(CooperateServerTest, GetParam2, TestSize.Level0)
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dcooperate_server_test.cpp529 HWTEST_F(CooperateServerTest, GetParam2, TestSize.Level0)
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp505 if (!pSelfCureStateMachine->staticIpCureSuccess && msg->GetParam2() == 1) { in HandleInternetFailedDetected()
1866 isForceHttpCheck_ = msg->GetParam2(); in ExecuteStateMsg()
1872 isForceHttpCheck_ = msg->GetParam2(); in ExecuteStateMsg()
2692 … MessageExecutedLater(WIFI_CURE_CMD_WIFI6_SELFCURE, arg, msg->GetParam2(), SELF_CURE_DELAYED_MS); in ShouldTransToWifi6SelfCure()
2698 …MessageExecutedLater(WIFI_CURE_CMD_WIFI6_BACKOFF_SELFCURE, arg, msg->GetParam2(), SELF_CURE_DELAYE… in ShouldTransToWifi6SelfCure()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp1166 int connTriggerMode = msg->GetParam2(); in DealConnectToUserSelectedNetwork()
3101 int ipType = msg->GetParam2(); in ExecuteStateMsg()
3670 int ipType = msg->GetParam2(); in DhcpResultNotify()