Home
last modified time | relevance | path

Searched refs:NTF_COUNT_CONSTANT (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.h63 const int NTF_COUNT_CONSTANT = 1000000; // final notification id = 1000000 * count + NfcNotificationId member
H A Dnfc_notification.cpp61 g_ntfCallback(notificationId % OHOS::NFC::TAG::NTF_COUNT_CONSTANT); in OnCanceled()
399 int lastNtfId = (tagNtfCountVec_[notificationId - NFC_TAG_DEFAULT_NTF_ID]++) * NTF_COUNT_CONSTANT + notificationId; in PublishNfcNotification()
403 int currentNtfId = (tagNtfCountVec_[notificationId - NFC_TAG_DEFAULT_NTF_ID]) * NTF_COUNT_CONSTANT + notificationId; in PublishNfcNotification()

Completed in 3 milliseconds