Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/include/
H A Dinfc_service.h73 MSG_VENDOR_EVENT, enumerator
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_event_handler_test.cpp356 AppExecFwk::InnerEvent::Get(static_cast<uint32_t>(NfcCommonEvent::MSG_VENDOR_EVENT),
379 AppExecFwk::InnerEvent::Get(static_cast<uint32_t>(NfcCommonEvent::MSG_VENDOR_EVENT),
402 AppExecFwk::InnerEvent::Get(static_cast<uint32_t>(NfcCommonEvent::MSG_VENDOR_EVENT), 0);
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp420 case NfcCommonEvent::MSG_VENDOR_EVENT: { in ProcessEvent()
H A Dnfc_service.cpp184 eventHandler_->SendEvent(static_cast<uint32_t>(NfcCommonEvent::MSG_VENDOR_EVENT), eventType, 0); in OnVendorEvent()