Home
last modified time | relevance | path

Searched refs:mHotspotState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.cpp60 mHotspotState.emplace(0, static_cast<int>(ApState::AP_STATE_CLOSED)); in WifiConfigCenter()
696 auto iter = mHotspotState.find(id); in GetHotspotState()
697 if (iter != mHotspotState.end()) { in GetHotspotState()
700 mHotspotState[id] = static_cast<int>(ApState::AP_STATE_CLOSED); in GetHotspotState()
701 return mHotspotState[id].load(); in GetHotspotState()
707 mHotspotState[id] = state; in SetHotspotState()
H A Dwifi_config_center.h376 std::map <int, std::atomic<int>> mHotspotState; variable