Home
last modified time | relevance | path

Searched refs:GetIntFromMessage (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_state_machine.cpp825 int hiddenSize = interMessage->GetIntFromMessage(); in GetCommonScanConfig()
836 int freqSize = interMessage->GetIntFromMessage(); in GetCommonScanConfig()
838 int freq = interMessage->GetIntFromMessage(); in GetCommonScanConfig()
847 scanConfig.backScanPeriod = interMessage->GetIntFromMessage(); in GetCommonScanConfig()
849 scanConfig.maxScansCache = interMessage->GetIntFromMessage(); in GetCommonScanConfig()
851 scanConfig.scanStyle = interMessage->GetIntFromMessage(); in GetCommonScanConfig()
1491 pnoScanConfig.minRssi5Ghz = interMessage->GetIntFromMessage(); in GetPnoScanConfig()
1494 int hiddenSize = interMessage->GetIntFromMessage(); in GetPnoScanConfig()
1505 int iSavedSize = interMessage->GetIntFromMessage(); in GetPnoScanConfig()
1515 int freqsSize = interMessage->GetIntFromMessage(); in GetPnoScanConfig()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state.cpp303 KeyMgmt securityType = static_cast<KeyMgmt>(msg->GetIntFromMessage()); in ProcessCmdSetHotspotConfig()
310 m_hotspotConfig.SetBand(static_cast<BandType>(msg->GetIntFromMessage())); in ProcessCmdSetHotspotConfig()
311 m_hotspotConfig.SetChannel(msg->GetIntFromMessage()); in ProcessCmdSetHotspotConfig()
312 m_hotspotConfig.SetBandWidth(msg->GetIntFromMessage()); in ProcessCmdSetHotspotConfig()
313 m_hotspotConfig.SetMaxConn(msg->GetIntFromMessage()); in ProcessCmdSetHotspotConfig()
315 m_hotspotConfig.SetLeaseTime(msg->GetIntFromMessage()); in ProcessCmdSetHotspotConfig()
418 int mTimeoutDelay = msg->GetIntFromMessage(); in ProcessCmdSetHotspotIdleTimeout()
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/include/
H A Dinternal_message.h119 int GetIntFromMessage();
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dinternal_message.cpp103 int InternalMessage::GetIntFromMessage() in GetIntFromMessage() function in OHOS::Wifi::InternalMessage
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp1431 int reason = msg->GetIntFromMessage(); in DealWpaLinkFailEvent()