Home
last modified time | relevance | path

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

12

/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp454 int32_t notificationId = 1; variable
810 int32_t notificationId = 1; variable
831 int32_t notificationId = 0; variable
874 int32_t notificationId = 0; variable
912 int32_t notificationId = 0; variable
967 int32_t notificationId = 0; variable
1104 int32_t notificationId = 0; variable
1141 int32_t notificationId = 0; variable
1270 int32_t notificationId = 0; variable
1311 int32_t notificationId = 0; variable
[all …]
/base/notification/distributed_notification_service/test/fuzztest/cancelnotification_fuzzer/
Dcancelnotification_fuzzer.cpp24 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/cancelasbundle_fuzzer/
Dcancelasbundle_fuzzer.cpp24 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/notificationrequestannex_fuzzer/
Dnotificationrequestannex_fuzzer.cpp26 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
Dsetprogressbar_fuzzer.cpp27 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
Dsettemplate_fuzzer.cpp31 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
Dnotificationrequest_fuzzer.cpp32 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
Dansmanagerstubannexthree_fuzzer.cpp33 int notificationId = 1; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp73 ErrCode NotificationHelper::CancelNotification(int32_t notificationId) in CancelNotification()
78 ErrCode NotificationHelper::CancelNotification(const std::string &label, int32_t notificationId) in CancelNotification()
89 int32_t notificationId, const std::string &representativeBundle, int32_t userId) in CancelAsBundle()
190 const int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
337 …ificationHelper::CancelContinuousTaskNotification(const std::string &label, int32_t notificationId) in CancelContinuousTaskNotification()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_branch_test.cpp196 int32_t notificationId = 1; variable
215 int32_t notificationId = 1; variable
684 int32_t notificationId = 1; variable
Dadvanced_notification_service_test.cpp716 int32_t notificationId = 0; variable
743 int32_t notificationId = 2; variable
1559 int32_t notificationId = 1; variable
1678 int32_t notificationId = 1; variable
2150 int32_t notificationId = 0; variable
2202 int32_t notificationId = 1; variable
2222 int32_t notificationId = 1; variable
2418 int32_t notificationId = 1; variable
3677 int32_t notificationId = 1; variable
3712 int32_t notificationId = 1; variable
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
Dansmanagerstubannextwo_fuzzer.cpp39 int notificationId = 1; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/services/ans/include/
Devent_report.h46 int32_t notificationId = 0; member
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp211 int32_t notificationId = 10; variable
226 int32_t notificationId = 10; variable
253 int32_t notificationId = 10; variable
469 int32_t notificationId = 10; variable
846 int32_t notificationId = 10; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp56 ErrCode Cancel(int notificationId, const std::string &label) override in Cancel()
67 int32_t notificationId, const std::string &representativeBundle, int32_t userId) override in CancelAsBundle()
169 … ErrCode RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, int notificationId, in RemoveNotification()
331 …ErrCode CancelContinuousTaskNotification(const std::string &label, int32_t notificationId) override in CancelContinuousTaskNotification()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp166 ErrCode AnsNotification::CancelNotification(int32_t notificationId) in CancelNotification()
171 ErrCode AnsNotification::CancelNotification(const std::string &label, int32_t notificationId) in CancelNotification()
191 int32_t notificationId, const std::string &representativeBundle, int32_t userId) in CancelAsBundle()
458 const int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
797 …AnsNotification::CancelContinuousTaskNotification(const std::string &label, int32_t notificationId) in CancelContinuousTaskNotification()
Dans_manager_stub.cpp316 int32_t notificationId = 0; in HandleCancel() local
348 int32_t notificationId = 0; in HandleCancelAsBundle() local
718 int32_t notificationId = 0; in HandleCancelContinuousTaskNotification() local
756 int32_t notificationId = 0; in HandleRemoveNotification() local
1805 ErrCode AnsManagerStub::Cancel(int notificationId, const std::string &label) in Cancel()
1817 ErrCode AnsManagerStub::CancelAsBundle(int32_t notificationId, const std::string &representativeBun… in CancelAsBundle()
1934 int notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
2132 … AnsManagerStub::CancelContinuousTaskNotification(const std::string &label, int32_t notificationId) in CancelContinuousTaskNotification()
Dans_manager_proxy.cpp77 ErrCode AnsManagerProxy::Cancel(int32_t notificationId, const std::string &label) in Cancel()
136 int32_t notificationId, const std::string &representativeBundle, int32_t userId) in CancelAsBundle()
743 int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
1898 …AnsManagerProxy::CancelContinuousTaskNotification(const std::string &label, int32_t notificationId) in CancelContinuousTaskNotification()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp108 int notificationId = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
Dadvancednotificationservice_fuzzer.cpp36 int notificationId = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
Dans_notification_annex_test.cpp146 int32_t notificationId = 2; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp161 int32_t notificationId = 3; variable
205 int32_t notificationId = 3; variable
245 int32_t notificationId = 3; variable
295 int32_t notificationId = 3; variable
319 int32_t notificationId = 3; variable
868 int32_t notificationId = 3; variable
891 int32_t notificationId = 3; variable
955 int32_t notificationId = 1; variable
982 int32_t notificationId = 1; variable
1035 int32_t notificationId = 1; variable
[all …]
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp227 int32_t notificationId = 10; variable
409 int32_t notificationId = 2; variable
549 int32_t notificationId = 3; variable
/base/notification/distributed_notification_service/frameworks/test/moduletest/
DReminderHelperTest.js1405 notificationId:100, property
1492 notificationId:100, property
1579 notificationId:100, property
1641 notificationId:100, property
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp429int32_t notificationId, const std::string &label, const sptr<NotificationBundleOption> &bundleOpti… in CancelPreparedNotification()
729 ErrCode AdvancedNotificationService::Cancel(int32_t notificationId, const std::string &label) in Cancel()
796 int32_t notificationId, const std::string &representativeBundle, int32_t userId) in CancelAsBundle()
1377 … const std::string &label, int32_t notificationId, sptr<Notification> &notification, bool isCancel) in RemoveFromNotificationList()
1969 …ficationService::CancelContinuousTaskNotification(const std::string &label, int32_t notificationId) in CancelContinuousTaskNotification()
2520 int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
4284 void AdvancedNotificationService::SendCancelHiSysEvent(int32_t notificationId, const std::string &l… in SendCancelHiSysEvent()
4299 void AdvancedNotificationService::SendRemoveHiSysEvent(int32_t notificationId, const std::string &l… in SendRemoveHiSysEvent()

12