Home
last modified time | relevance | path

Searched refs:OnNotificationButtonClicked (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_notification_publisher.cpp47 NfcNotificationPublisher::GetInstance().OnNotificationButtonClicked(notificationId); in NfcNotificationCallback()
109 void NfcNotificationPublisher::OnNotificationButtonClicked(int notificationId) in OnNotificationButtonClicked() function in OHOS::NFC::TAG::NfcNotificationPublisher
121 tagDispatcher.lock()->OnNotificationButtonClicked(notificationId); in OnNotificationButtonClicked()
H A Dnfc_notification_publisher.h54 void OnNotificationButtonClicked(int notificationId);
/ohos5.0/foundation/communication/nfc/services/include/
H A Dtag_dispatcher.h44 void OnNotificationButtonClicked(int notificationId);
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/tagdispatcher_test/tagdispatcher/tagdispatcher_fuzzer/
H A Dtagdispatcher_fuzzer.cpp68 tagDispatcher->OnNotificationButtonClicked(timeOutArray[0]); in FuzzOnNotificationButtonClicked()
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dtag_dispatcher.cpp258 void TagDispatcher::OnNotificationButtonClicked(int notificationId) in OnNotificationButtonClicked() function in OHOS::NFC::TAG::TagDispatcher