Home
last modified time | relevance | path

Searched refs:NfcNotificationPublisher (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_notification_publisher.cpp25 NfcNotificationPublisher& NfcNotificationPublisher::GetInstance() in GetInstance()
27 static NfcNotificationPublisher instance; in GetInstance()
31 NfcNotificationPublisher::NfcNotificationPublisher() in NfcNotificationPublisher() function in OHOS::NFC::TAG::NfcNotificationPublisher
33 InfoLog("NfcNotificationPublisher constructor enter."); in NfcNotificationPublisher()
39 NfcNotificationPublisher::~NfcNotificationPublisher() in ~NfcNotificationPublisher()
41 InfoLog("NfcNotificationPublisher destructor enter."); in ~NfcNotificationPublisher()
47 NfcNotificationPublisher in NfcNotificationCallback()
[all...]
H A Dnfc_notification_publisher.h48 class NfcNotificationPublisher { class
50 static NfcNotificationPublisher& GetInstance(void);
57 NfcNotificationPublisher();
58 ~NfcNotificationPublisher();
59 NfcNotificationPublisher(const NfcNotificationPublisher&) = delete;
60 NfcNotificationPublisher& operator=(const NfcNotificationPublisher&) = delete;
H A Dexternal_deps_proxy.cpp260 TAG::NfcNotificationPublisher::GetInstance().PublishNfcNotification(notificationId, name, balance); in PublishNfcNotification()
265 TAG::NfcNotificationPublisher::GetInstance().RegNotificationCallback(nfcService); in RegNotificationCallback()

Completed in 3 milliseconds