Home
last modified time | relevance | path

Searched refs:AP_STATE_CLOSING (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_ap_msg.h47 AP_STATE_CLOSING, enumerator
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_state_machine_test.cpp140 BroadState = ApState::AP_STATE_CLOSING; in TEST_F()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_state_machine.cpp75 state == ApState::AP_STATE_CLOSING) { in OnApStateChange()
H A Dap_started_state.cpp72 m_ApStateMachine.OnApStateChange(ApState::AP_STATE_CLOSING); in GoOutState()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/
H A Dwifi_manager_service_test.cpp151 cbk.OnApStateChangedEvent(ApState::AP_STATE_CLOSING, 0);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_country_code_manager_test.cpp265 WifiCountryCodeManager::GetInstance().DealApStateChanged(ApState::AP_STATE_CLOSING, 0);
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_tracker_test.cpp561 EXPECT_EQ(NetworkShareTracker::GetInstance().curWifiState_, Wifi::ApState::AP_STATE_CLOSING);
648 NetworkShareTracker::GetInstance().curWifiState_ = Wifi::ApState::AP_STATE_CLOSING;
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp287 case Wifi::ApState::AP_STATE_CLOSING: in OnWifiHotspotStateChanged()
1099 : curWifiState_ == Wifi::ApState::AP_STATE_CLOSING; in IsHandleNetlinkEvent()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_event.cpp369 … { static_cast<int>(ApState::AP_STATE_CLOSING), static_cast<int>(JsLayerApState::DISABLING) },