Searched refs:CANCEL_REASON_DELETE (Results 1 – 8 of 8) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/removenotification_fuzzer/ |
D | removenotification_fuzzer.cpp | 25 Notification::NotificationConstant::CANCEL_REASON_DELETE); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_constant.h | 137 static const int32_t CANCEL_REASON_DELETE = 2; variable
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
D | remove.h | 34 int32_t removeReason = NotificationConstant::CANCEL_REASON_DELETE;
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | advanced_notification_service.cpp | 984 …= RemoveFromNotificationList(key, notification, false, NotificationConstant::CANCEL_REASON_DELETE); in DeleteByBundle() 990 int32_t reason = NotificationConstant::CANCEL_REASON_DELETE; in DeleteByBundle() 2337 int32_t reason = NotificationConstant::CANCEL_REASON_DELETE; in RemoveAllNotifications() 2470 int32_t reason = NotificationConstant::CANCEL_REASON_DELETE; in RemoveGroupByBundle()
|
/base/notification/distributed_notification_service/services/test/moduletest/ |
D | ans_module_test.cpp | 1483 …_advancedNotificationService->Delete("_1_testLabel_0", NotificationConstant::CANCEL_REASON_DELETE); 1729 …dvancedNotificationService->Delete("_0_1_testLabel_0", NotificationConstant::CANCEL_REASON_DELETE); 1730 …dvancedNotificationService->Delete("_0_1_testLabel_1", NotificationConstant::CANCEL_REASON_DELETE);
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | advanced_notification_service_test.cpp | 596 …PECT_EQ((int)advancedNotificationService_->Delete(key, NotificationConstant::CANCEL_REASON_DELETE), 935 …PECT_EQ((int)advancedNotificationService_->Delete(key, NotificationConstant::CANCEL_REASON_DELETE), 1581 notificationId, label, NotificationConstant::CANCEL_REASON_DELETE);
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_fw_module_test.cpp | 67 constexpr int CANCEL_REASON_DELETE = 2; variable 731 EXPECT_EQ(eventParser.GetOnCanceledWithSortingMapDelRea()[0], CANCEL_REASON_DELETE);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 4388 case NotificationConstant::CANCEL_REASON_DELETE: in ReasonCToJS() 4422 reasonType == NotificationConstant::CANCEL_REASON_DELETE) { in IsValidRemoveReason()
|