Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp197 RemoveMsgFromEvtHandler(NfcCommonEvent::MSG_BT_ENABLE_TIMEOUT); in OnFinish()
250 SendMsgToEvtHandler(NfcCommonEvent::MSG_BT_ENABLE_TIMEOUT, BT_ENABLE_TIMEOUT); in HandleEnableBt()
710 RemoveMsgFromEvtHandler(NfcCommonEvent::MSG_BT_ENABLE_TIMEOUT); in TryPairBt()
742 RemoveMsgFromEvtHandler(NfcCommonEvent::MSG_BT_ENABLE_TIMEOUT); in OnBtEnabled()
/ohos5.0/foundation/communication/nfc/services/include/
H A Dinfc_service.h85 MSG_BT_ENABLE_TIMEOUT, enumerator
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp451 case NfcCommonEvent::MSG_BT_ENABLE_TIMEOUT: { in ProcessEvent()
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_event_handler_test.cpp495 … AppExecFwk::InnerEvent::Get(static_cast<uint32_t>(NfcCommonEvent::MSG_BT_ENABLE_TIMEOUT), 0);