Home
last modified time | relevance | path

Searched refs:APP_CANCEL_ALL_REASON_DELETE (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_constant.h172 static const int32_t APP_CANCEL_ALL_REASON_DELETE = 9; variable
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp69 constexpr int APP_CANCEL_ALL_REASON_DELETE = 9; variable
1097 EXPECT_EQ(eventParser.GetOnCanceledWithSortingMapDelRea()[0], APP_CANCEL_ALL_REASON_DELETE);
1109 EXPECT_EQ(eventParser.GetOnCanceledWithSortingMapDelRea()[1], APP_CANCEL_ALL_REASON_DELETE);
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp759 NotificationConstant::APP_CANCEL_ALL_REASON_DELETE); in CancelAll()
765 int32_t reason = NotificationConstant::APP_CANCEL_ALL_REASON_DELETE; in CancelAll()
775 … currNotificationList, nullptr, NotificationConstant::APP_CANCEL_ALL_REASON_DELETE); in CancelAll()
782 notifications, nullptr, NotificationConstant::APP_CANCEL_ALL_REASON_DELETE); in CancelAll()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4485 case NotificationConstant::APP_CANCEL_ALL_REASON_DELETE: in ReasonCToJS()