Lines Matching refs:NfcNotification
333 void NfcNotification::GetPixelMap(const std::string &path)
359 NfcNotification& NfcNotification::GetInstance()
361 static NfcNotification instance;
365 NfcNotification::NfcNotification()
367 InfoLog("NfcNotification constructor enter.");
379 NfcNotification::~NfcNotification()
381 InfoLog("NfcNotification destructor enter.");
385 void NfcNotification::PublishNfcNotification(int notificationId, const std::string &name, int balance)
441 void NfcNotification::RegNotificationCallback(NfcNtfCallback callback)
452 OHOS::NFC::TAG::NfcNotification::GetInstance().RegNotificationCallback(callback);
458 OHOS::NFC::TAG::NfcNotification::GetInstance().PublishNfcNotification(notificationId, name, balance);