Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_hotspot_manager.cpp92 cbMsg.msgCode = WIFI_CBK_MSG_HOTSPOT_STATE_CHANGE; in CloseApService()
122 cbMsg.msgCode = WIFI_CBK_MSG_HOTSPOT_STATE_CHANGE; in DealApStateChanged()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Ddefine.h34 #define WIFI_CBK_MSG_HOTSPOT_STATE_CHANGE 0x3001 macro
/ohos5.0/foundation/communication/wifi/wifi/utils/inc/
H A Dwifi_common_util.h65 { EVENT_HOTSPOT_STATE_CHANGE, WIFI_CBK_MSG_HOTSPOT_STATE_CHANGE },
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.cpp56 { WIFI_CBK_MSG_HOTSPOT_STATE_CHANGE,
516 } else if (msg.msgCode >= WIFI_CBK_MSG_HOTSPOT_STATE_CHANGE && in Run()
762 case WIFI_CBK_MSG_HOTSPOT_STATE_CHANGE: in InvokeHotspotCallbacks()
786 case WIFI_CBK_MSG_HOTSPOT_STATE_CHANGE: in DealHotspotCallbackMsg()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_internal_event_dispatcher_test.cpp42 msg.msgCode = WIFI_CBK_MSG_HOTSPOT_STATE_CHANGE;