Home
last modified time | relevance | path

Searched refs:MSG_WIFI_ENABLE_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dwifi_connection_manager.cpp156 RemoveMsgFromEvtHandler(NfcCommonEvent::MSG_WIFI_ENABLE_TIMEOUT); in OnFinish()
203 SendMsgToEvtHandler(NfcCommonEvent::MSG_WIFI_ENABLE_TIMEOUT, ENABLE_WIFI_TIMEOUT); in HandleEnableWifi()
241 RemoveMsgFromEvtHandler(NfcCommonEvent::MSG_WIFI_ENABLE_TIMEOUT); in TryConnectWifi()
301 RemoveMsgFromEvtHandler(NfcCommonEvent::MSG_WIFI_ENABLE_TIMEOUT); in OnWifiEnabled()
/ohos5.0/foundation/communication/nfc/services/include/
H A Dinfc_service.h77 MSG_WIFI_ENABLE_TIMEOUT, enumerator
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp429 case NfcCommonEvent::MSG_WIFI_ENABLE_TIMEOUT: { in ProcessEvent()
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_event_handler_test.cpp420 … AppExecFwk::InnerEvent::Get(static_cast<uint32_t>(NfcCommonEvent::MSG_WIFI_ENABLE_TIMEOUT), 0);