Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_notification_publisher.cpp52 if (nfcNtfInf_.publishNotification == nullptr) { in PublishNfcNotification()
59 nfcNtfInf_.publishNotification(notificationId, name, balance); in PublishNfcNotification()
99 nfcNtfInf_.publishNotification = reinterpret_cast<void (*)(int, const std::string &, int)> in InitNfcNtfLib()
101 if (nfcNtfInf_.regNtfCallback == nullptr || nfcNtfInf_.publishNotification == nullptr) { in InitNfcNtfLib()
H A Dnfc_notification_publisher.h40 void (*publishNotification)(int notificationId, const std::string &name, int balance); member

Completed in 1 milliseconds