Lines Matching refs:NfcCommonEvent
109 eventHandler_.lock()->SendEvent(static_cast<uint32_t>(NfcCommonEvent::MSG_SCREEN_CHANGED), in OnReceiveEvent()
148 eventHandler_.lock()->SendEvent(static_cast<uint32_t>(NfcCommonEvent::MSG_PACKAGE_UPDATED), in OnReceiveEvent()
184 eventHandler_.lock()->SendEvent(static_cast<uint32_t>(NfcCommonEvent::MSG_SHUTDOWN), in OnReceiveEvent()
221 eventHandler_.lock()->SendEvent(static_cast<uint32_t>(NfcCommonEvent::MSG_DATA_SHARE_READY), in OnReceiveEvent()
353 NfcCommonEvent eventId = static_cast<NfcCommonEvent>(event->GetInnerEventId()); in ProcessEvent()
354 if (eventId != NfcCommonEvent::MSG_NOTIFY_FIELD_OFF && in ProcessEvent()
355 eventId != NfcCommonEvent::MSG_NOTIFY_FIELD_ON) { in ProcessEvent()
361 case NfcCommonEvent::MSG_TAG_FOUND: in ProcessEvent()
364 case NfcCommonEvent::MSG_TAG_DEBOUNCE: in ProcessEvent()
367 case NfcCommonEvent::MSG_TAG_LOST: in ProcessEvent()
370 case NfcCommonEvent::MSG_SCREEN_CHANGED: { in ProcessEvent()
374 case NfcCommonEvent::MSG_PACKAGE_UPDATED: { in ProcessEvent()
382 case NfcCommonEvent::MSG_COMMIT_ROUTING: { in ProcessEvent()
386 case NfcCommonEvent::MSG_COMPUTE_ROUTING_PARAMS: { in ProcessEvent()
391 case NfcCommonEvent::MSG_FIELD_ACTIVATED: { in ProcessEvent()
395 case NfcCommonEvent::MSG_FIELD_DEACTIVATED: { in ProcessEvent()
399 case NfcCommonEvent::MSG_NOTIFY_FIELD_ON: { in ProcessEvent()
403 case NfcCommonEvent::MSG_NOTIFY_FIELD_OFF: { in ProcessEvent()
407 case NfcCommonEvent::MSG_NOTIFY_FIELD_OFF_TIMEOUT: { in ProcessEvent()
411 case NfcCommonEvent::MSG_SHUTDOWN: { in ProcessEvent()
415 case NfcCommonEvent::MSG_DATA_SHARE_READY: { in ProcessEvent()
420 case NfcCommonEvent::MSG_VENDOR_EVENT: { in ProcessEvent()
429 case NfcCommonEvent::MSG_WIFI_ENABLE_TIMEOUT: { in ProcessEvent()
433 case NfcCommonEvent::MSG_WIFI_CONNECT_TIMEOUT: { in ProcessEvent()
437 case NfcCommonEvent::MSG_WIFI_ENABLED: { in ProcessEvent()
441 case NfcCommonEvent::MSG_WIFI_CONNECTED: { in ProcessEvent()
445 case NfcCommonEvent::MSG_WIFI_NTF_CLICKED: { in ProcessEvent()
451 case NfcCommonEvent::MSG_BT_ENABLE_TIMEOUT: { in ProcessEvent()
455 case NfcCommonEvent::MSG_BT_PAIR_TIMEOUT: { in ProcessEvent()
459 case NfcCommonEvent::MSG_BT_CONNECT_TIMEOUT: { in ProcessEvent()
463 case NfcCommonEvent::MSG_BT_ENABLED: { in ProcessEvent()
467 case NfcCommonEvent::MSG_BT_PAIR_STATUS_CHANGED: { in ProcessEvent()
472 case NfcCommonEvent::MSG_BT_CONNECT_STATUS_CHANGED: { in ProcessEvent()
477 case NfcCommonEvent::MSG_BT_NTF_CLICKED: { in ProcessEvent()