Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.h93 class NfcNotification { class
95 static NfcNotification& GetInstance(void);
101 NfcNotification();
102 ~NfcNotification();
103 NfcNotification(const NfcNotification&) = delete;
104 NfcNotification& operator=(const NfcNotification&) = delete;
H A Dnfc_notification.cpp333 void NfcNotification::GetPixelMap(const std::string &path) in GetPixelMap()
359 NfcNotification& NfcNotification::GetInstance() in GetInstance()
361 static NfcNotification instance; in GetInstance()
365 NfcNotification::NfcNotification() in NfcNotification() function in OHOS::NFC::TAG::NfcNotification
367 InfoLog("NfcNotification constructor enter."); in NfcNotification()
379 NfcNotification::~NfcNotification() in ~NfcNotification()
381 InfoLog("NfcNotification destructo in ~NfcNotification()
[all...]

Completed in 2 milliseconds