Home
last modified time | relevance | path

Searched refs:CANCEL_ALL_REASON_DELETE (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_constant.h142 static const int32_t CANCEL_ALL_REASON_DELETE = 3; variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp1160 int32_t reason = NotificationConstant::CANCEL_ALL_REASON_DELETE; in DeleteAll()
1168 …endNotificationsOnCanceled(notifications, nullptr, NotificationConstant::CANCEL_ALL_REASON_DELETE); in DeleteAll()
3743 int32_t reason = NotificationConstant::CANCEL_ALL_REASON_DELETE; in DeleteAllByUser()
3751 …endNotificationsOnCanceled(notifications, nullptr, NotificationConstant::CANCEL_ALL_REASON_DELETE); in DeleteAllByUser()
3757 notifications, nullptr, NotificationConstant::CANCEL_ALL_REASON_DELETE); in DeleteAllByUser()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4470 case NotificationConstant::CANCEL_ALL_REASON_DELETE: in ReasonCToJS()