Home
last modified time | relevance | path

Searched refs:CANCEL_REASON_DELETE (Results 1 – 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/removenotification_fuzzer/
Dremovenotification_fuzzer.cpp25 Notification::NotificationConstant::CANCEL_REASON_DELETE); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_constant.h137 static const int32_t CANCEL_REASON_DELETE = 2; variable
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dremove.h34 int32_t removeReason = NotificationConstant::CANCEL_REASON_DELETE;
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp984 …= 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/
Dans_module_test.cpp1483 …_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/
Dadvanced_notification_service_test.cpp596 …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/
Dans_fw_module_test.cpp67 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/
Dcommon.cpp4388 case NotificationConstant::CANCEL_REASON_DELETE: in ReasonCToJS()
4422 reasonType == NotificationConstant::CANCEL_REASON_DELETE) { in IsValidRemoveReason()