Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/include/
H A Dinfc_service.h62 MSG_NOTIFY_FIELD_OFF, enumerator
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp485 …e_.lock()->eventHandler_->RemoveEvent(static_cast<uint32_t>(NfcCommonEvent::MSG_NOTIFY_FIELD_OFF)); in HandleFieldActivated()
510 …e_.lock()->eventHandler_->RemoveEvent(static_cast<uint32_t>(NfcCommonEvent::MSG_NOTIFY_FIELD_OFF)); in HandleFieldDeactivated()
520 …vice_.lock()->eventHandler_->SendEvent(static_cast<uint32_t>(NfcCommonEvent::MSG_NOTIFY_FIELD_OFF), in HandleFieldDeactivated()
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp354 if (eventId != NfcCommonEvent::MSG_NOTIFY_FIELD_OFF && in ProcessEvent()
403 case NfcCommonEvent::MSG_NOTIFY_FIELD_OFF: { in ProcessEvent()
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_event_handler_test.cpp267 AppExecFwk::InnerEvent::Get(static_cast<uint32_t>(NfcCommonEvent::MSG_NOTIFY_FIELD_OFF), 0);