Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.cpp178 std::shared_ptr<Notification::NotificationNormalContent> nfcContent, const std::string &name, int balance) in SetTitleAndTextForOtherNotificationId()
184 nfcContent->SetTitle(g_resourceMap[KEY_TAG_DEFAULT_NTF_TITLE]); in SetTitleAndTextForOtherNotificationId()
185 nfcContent->SetText(g_resourceMap[KEY_TAG_DEFAULT_NTF_TEXT]); in SetTitleAndTextForOtherNotificationId()
191 nfcContent->SetTitle(g_resourceMap[KEY_TAG_DEFAULT_NTF_TITLE]); in SetTitleAndTextForOtherNotificationId()
192 nfcContent->SetText(g_resourceMap[NFC_OPEN_LINK_TEXT_HEAD] + name); in SetTitleAndTextForOtherNotificationId()
198 nfcContent->SetTitle(g_resourceMap[KEY_HCE_AID_CONFLICTED_TITLE]); in SetTitleAndTextForOtherNotificationId()
199 nfcContent->SetText(g_resourceMap[KEY_HCE_AID_CONFLICTED_TEXT]); in SetTitleAndTextForOtherNotificationId()
205 nfcContent->SetTitle(g_resourceMap[KEY_NO_HAP_TITLE]); in SetTitleAndTextForOtherNotificationId()
206 nfcContent->SetText(g_resourceMap[KEY_NO_HAP_TEXT]); in SetTitleAndTextForOtherNotificationId()
217 std::shared_ptr<Notification::NotificationNormalContent> nfcContent, cons in SetTitleAndText()
177 SetTitleAndTextForOtherNotificationId(int notificationId, std::shared_ptr<Notification::NotificationNormalContent> nfcContent, const std::string &name, int balance) SetTitleAndTextForOtherNotificationId() argument
216 SetTitleAndText(int notificationId, std::shared_ptr<Notification::NotificationNormalContent> nfcContent, const std::string &name, int balance) SetTitleAndText() argument
391 std::shared_ptr<Notification::NotificationNormalContent> nfcContent = PublishNfcNotification() local
[all...]

Completed in 2 milliseconds