Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dwifi_connection_manager.cpp157 RemoveMsgFromEvtHandler(NfcCommonEvent::MSG_WIFI_CONNECT_TIMEOUT); in OnFinish()
242 RemoveMsgFromEvtHandler(NfcCommonEvent::MSG_WIFI_CONNECT_TIMEOUT); in TryConnectWifi()
276 SendMsgToEvtHandler(NfcCommonEvent::MSG_WIFI_CONNECT_TIMEOUT, CONNECT_WIFI_TIMEOUT); in HandleConnectWifi()
/ohos5.0/foundation/communication/nfc/services/include/
H A Dinfc_service.h78 MSG_WIFI_CONNECT_TIMEOUT, enumerator
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp433 case NfcCommonEvent::MSG_WIFI_CONNECT_TIMEOUT: { in ProcessEvent()
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_event_handler_test.cpp435 … AppExecFwk::InnerEvent::Get(static_cast<uint32_t>(NfcCommonEvent::MSG_WIFI_CONNECT_TIMEOUT), 0);