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