Home
last modified time | relevance | path

Searched defs:notificationId (Results 1 – 25 of 68) sorted by relevance

123

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp126 void AnsUtilsTest::TestAddNotification(int notificationId, const sptr<NotificationBundleOption> &bu… in TestAddNotification()
198 int notificationId = 1; variable
215 int notificationId = 1; variable
231 int notificationId = 1; variable
306 int notificationId = 1; variable
328 int notificationId = 1; variable
368 int notificationId = 1; variable
386 int notificationId = 1; variable
405 int notificationId = 1; variable
H A Dnotification_local_live_view_subscriber_manager_test.cpp46 … void OnResponse(int32_t notificationId, sptr<NotificationButtonOption> buttonOption) override in OnResponse()
H A Dadvanced_notification_service_branch_test.cpp205 int32_t notificationId = 1; variable
223 int32_t notificationId = 1; variable
674 int32_t notificationId = 1; variable
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_notification_publisher.cpp45 static void NfcNotificationCallback(int notificationId) in NfcNotificationCallback()
50 void NfcNotificationPublisher::PublishNfcNotification(int notificationId, const std::string &name, … in PublishNfcNotification()
109 void NfcNotificationPublisher::OnNotificationButtonClicked(int notificationId) in OnNotificationButtonClicked()
/ohos5.0/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.cpp55 int notificationId = request->GetId(); in OnCanceled() local
176 static bool SetTitleAndTextForOtherNotificationId(int notificationId, in SetTitleAndTextForOtherNotificationId()
215 static bool SetTitleAndText(int notificationId, in SetTitleAndText()
263 static std::string GetButtonName(int notificationId) in GetButtonName()
384 void NfcNotification::PublishNfcNotification(int notificationId, const std::string &name, int balan… in PublishNfcNotification()
454 void PublishNfcNotification(int notificationId, const std::string &name, int balance) in PublishNfcNotification()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp423 int32_t notificationId = 1; variable
758 int32_t notificationId = 1; variable
777 int32_t notificationId = 0; variable
814 int32_t notificationId = 0; variable
848 int32_t notificationId = 0; variable
897 int32_t notificationId = 0; variable
1020 int32_t notificationId = 0; variable
1053 int32_t notificationId = 0; variable
1170 int32_t notificationId = 0; variable
1207 int32_t notificationId = 0; variable
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_local_live_view_stub.cpp103 int32_t notificationId = 0; in HandleOnResponse() local
122 void AnsSubscriberLocalLiveViewStub::OnResponse(int32_t notificationId, sptr<NotificationButtonOpti… in OnResponse()
H A Dans_manager_stub_invalid.cpp41 ErrCode AnsManagerStub::Cancel(int notificationId, const std::string &label, int32_t instanceKey) in Cancel()
53 ErrCode AnsManagerStub::CancelAsBundle(int32_t notificationId, const std::string &representativeBun… in CancelAsBundle()
59 …gerStub::CancelAsBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId) in CancelAsBundle()
66 const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId, int32_t userId) in CancelAsBundle()
141 …const sptr<NotificationBundleOption> &bundleOption, const int32_t notificationId, const std::strin… in GetActiveNotificationByFilter()
204 const int32_t notificationId, const sptr<NotificationButtonOption> &buttonOption) in TriggerLocalLiveView()
211 int notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
463 … AnsManagerStub::CancelContinuousTaskNotification(const std::string &label, int32_t notificationId) in CancelContinuousTaskNotification()
H A Dans_subscriber_local_live_view_proxy.cpp92 void AnsSubscriberLocalLiveViewProxy::OnResponse(int32_t notificationId, sptr<NotificationButtonOpt… in OnResponse()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/cancelnotification_fuzzer/
H A Dcancelnotification_fuzzer.cpp24 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/cancelasbundle_fuzzer/
H A Dcancelasbundle_fuzzer.cpp24 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationrequestannex_fuzzer/
H A Dnotificationrequestannex_fuzzer.cpp26 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dlocal_live_view_subscribe.cpp30 int32_t notificationId; member
79 napi_value notificationId = nullptr; in UvQueueWorkOnResponse() local
102 void LocalLiveViewSubscriberInstance::OnResponse(int32_t notificationId, sptr<NotificationButtonOpt… in OnResponse()
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dtag_dispatcher.cpp258 void TagDispatcher::OnNotificationButtonClicked(int notificationId) in OnNotificationButtonClicked()
312 NfcNotificationId notificationId = NFC_TAG_DEFAULT_NOTIFICATION_ID; in PublishTagNotification() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_event_service.cpp101 void AdvancedNotificationService::SendCancelHiSysEvent(int32_t notificationId, const std::string &l… in SendCancelHiSysEvent()
117 void AdvancedNotificationService::SendRemoveHiSysEvent(int32_t notificationId, const std::string &l… in SendRemoveHiSysEvent()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
H A Dsetprogressbar_fuzzer.cpp27 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_notification_util.cpp40 void WifiNotificationUtil::PublishWifiNotification(WifiNotificationId notificationId, std::string& … in PublishWifiNotification()
55 void WifiNotificationUtil::CancelWifiNotification(WifiNotificationId notificationId) in CancelWifiNotification()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H A Dsettemplate_fuzzer.cpp31 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
H A Dnotificationrequest_fuzzer.cpp32 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_subscriber.cpp65 …otificationLocalLiveViewSubscriber::SubscriberLocalLiveViewImpl::OnResponse(int32_t notificationId, in OnResponse()
H A Dnotification_helper.cpp91 ErrCode NotificationHelper::CancelNotification(int32_t notificationId) in CancelNotification()
96 ErrCode NotificationHelper::CancelNotification(const std::string &label, int32_t notificationId) in CancelNotification()
107 int32_t notificationId, const std::string &representativeBundle, int32_t userId) in CancelAsBundle()
114 const NotificationBundleOption &bundleOption, int32_t notificationId) in CancelAsBundle()
263 const int32_t notificationId, const NotificationButtonOption &buttonOption) in TriggerLocalLiveView()
275 const int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
451 …ificationHelper::CancelContinuousTaskNotification(const std::string &label, int32_t notificationId) in CancelContinuousTaskNotification()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp34 int notificationId = 1; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp63 ErrCode Cancel(int notificationId, const std::string &label, int32_t instanceKey) override in Cancel()
74 int32_t notificationId, const std::string &representativeBundle, int32_t userId) override in CancelAsBundle()
80 const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId) override in CancelAsBundle()
86 …const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId, int32_t userId) overri… in CancelAsBundle()
188 … ErrCode RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, int notificationId, in RemoveNotification()
401 …ErrCode CancelContinuousTaskNotification(const std::string &label, int32_t notificationId) override in CancelContinuousTaskNotification()
536const int32_t notificationId, const std::string &label, std::vector<std::string> extraInfoKeys, in GetActiveNotificationByFilter()
543 const int32_t notificationId, const sptr<NotificationButtonOption> &buttonOption) override in TriggerLocalLiveView()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dlocal_live_view_subscribe.h82 int32_t notificationId; member
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp39 int notificationId = 1; in DoSomethingInterestingWithMyAPI() local

123