| /base/notification/distributed_notification_service/services/ans/src/advanced_notification_manager/ |
| D | advanced_notification_cancel.cpp | 306 int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification() 354 int32_t notificationId, const std::string &label, int32_t &removeReason) in ExcuteRemoveNotification() 409 bool AdvancedNotificationService::IsReasonClickDelete(const int32_t removeReason) in IsReasonClickDelete() 547 const std::vector<std::string> &keys, int32_t removeReason) in RemoveNotifications() 571 …ationService::ExcuteRemoveNotifications(const std::vector<std::string> &keys, int32_t removeReason) in ExcuteRemoveNotifications() 720 ErrCode AdvancedNotificationService::Delete(const std::string &key, int32_t removeReason) in Delete() 751 …rCode AdvancedNotificationService::ExcuteDelete(const std::string &key, const int32_t removeReason) in ExcuteDelete() 924 const int32_t deleteTypeInt, const int32_t removeReason, const std::string& deviceId) in RemoveDistributedNotifications() 964 const std::string& deviceId, const int32_t removeReason) in RemoveDistributedNotificationsByDeviceId() 1014 const std::vector<std::string>& hashcodes, const int32_t removeReason) in RemoveDistributedNotifications() [all …]
|
| /base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice/serviceremovenotifications_fuzzer/ |
| D | service_removenotifications_fuzzer.cpp | 30 int32_t removeReason = fuzzData->ConsumeIntegral<int32_t>(); in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice/serviceremovenotification_fuzzer/ |
| D | service_removenotification_fuzzer.cpp | 30 int32_t removeReason = fuzzData->ConsumeIntegral<int32_t>(); in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/frameworks/js/napi/include/ |
| D | remove.h | 35 int32_t removeReason = NotificationConstant::CANCEL_REASON_DELETE; member
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
| D | ans_notification_branch_test.cpp | 174 ErrCode Delete(const std::string &key, int32_t removeReason) override in Delete() 180 const std::string &label, int32_t removeReason) override in RemoveNotification() 190 …ErrCode RemoveNotifications(const std::vector<std::string> &hashcodes, int32_t removeReason) overr… in RemoveNotifications() 197 const int32_t removeReason, const std::string& deviceId) override in RemoveDistributedNotifications() 801 int32_t removeReason = 1; variable 820 int32_t removeReason = 1; variable 839 int32_t removeReason = 1; variable
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/ |
| D | ans_notification_annex_test.cpp | 142 int32_t removeReason = 10; variable
|
| /base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
| D | ansmanagerstubannexthree_fuzzer.cpp | 62 int32_t removeReason = fuzzData->ConsumeIntegral<int32_t>(); in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/ |
| D | ansmanagerstubannex_fuzzer.cpp | 59 int32_t removeReason = fuzzData->ConsumeIntegral<int32_t>(); in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
| D | ansmanagerstub_fuzzer.cpp | 90 int32_t removeReason = fuzzData->ConsumeIntegral<int32_t>(); in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
| D | notification_subscriber_manager_branch_test.cpp | 485 int32_t removeReason = 1; variable 788 int32_t removeReason = 1; variable 807 int32_t removeReason = 1; variable
|
| /base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
| D | advancednotificationservice_fuzzer.cpp | 88 int32_t removeReason = fuzzData->ConsumeIntegral<int32_t>(); in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_helper.cpp | 279 ErrCode NotificationHelper::RemoveNotification(const std::string &key, int32_t removeReason) in RemoveNotification() 285 const int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification() 296 …ficationHelper::RemoveNotifications(const std::vector<std::string> hashcodes, int32_t removeReason) in RemoveNotifications() 314 const int32_t removeReason, const std::string& deviceId) in RemoveDistributedNotifications()
|
| /base/notification/distributed_notification_service/tools/test/mock/ |
| D | mock_ans_manager_stub.h | 165 ErrCode Delete(const std::string& key, int32_t removeReason) override in Delete() 171 const std::string& label, int32_t removeReason) override in RemoveNotification() 188 …ErrCode RemoveNotifications(const std::vector<std::string>& hashcodes, int32_t removeReason) overr… in RemoveNotifications()
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | remove.cpp | 41 int32_t removeReason = 0; in ParseRemoveReason() local
|
| /base/notification/distributed_notification_service/frameworks/core/src/ |
| D | ans_notification.cpp | 847 ErrCode AnsNotification::RemoveNotification(const std::string &key, int32_t removeReason) in RemoveNotification() 865 const int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification() 911 …nsNotification::RemoveNotifications(const std::vector<std::string> hashcodes, int32_t removeReason) in RemoveNotifications() 931 const int32_t removeReason, const std::string& deviceId) in RemoveDistributedNotifications()
|
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| D | notification_helper_test.cpp | 453 int32_t removeReason = 2; variable 470 int32_t removeReason = 2; variable
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| D | advanced_notification_publish_service_test.cpp | 1193 int removeReason = 1; variable 1217 int removeReason = 1; variable
|
| D | advanced_notification_service_test.cpp | 1458 int32_t removeReason = 0; variable
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | advanced_notification_service.cpp | 1335 …NotificationKey notificationKey, sptr<Notification> ¬ification, int32_t removeReason, bool isCa… in RemoveFromNotificationList() 1383 const std::string &key, sptr<Notification> ¬ification, bool isCancel, int32_t removeReason) in RemoveFromNotificationList()
|
| D | advanced_notification_utils.cpp | 1144 int32_t removeReason, bool isThirdParty) in TriggerRemoveWantAgent() 1929 int32_t removeReason = NotificationConstant::RECOVER_LIVE_VIEW_DELETE; in OnRecoverLiveView() local
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
| D | ans_notification_unit_test.cpp | 751 int32_t removeReason = 10; variable
|