Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_constant.h167 static const int32_t APP_CANCEL_REASON_DELETE = 8; variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp445 int32_t reason = NotificationConstant::APP_CANCEL_REASON_DELETE; in CancelPreparedNotification()
1992 int32_t reason = NotificationConstant::APP_CANCEL_REASON_DELETE; in CancelContinuousTaskNotification()
2785 int32_t reason = NotificationConstant::APP_CANCEL_REASON_DELETE; in CancelGroup()
2795 currNotificationList, nullptr, NotificationConstant::APP_CANCEL_REASON_DELETE); in CancelGroup()
2802 notifications, nullptr, NotificationConstant::APP_CANCEL_REASON_DELETE); in CancelGroup()
4653 int32_t reason = NotificationConstant::APP_CANCEL_REASON_DELETE; in TriggerAutoDelete()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp68 constexpr int APP_CANCEL_REASON_DELETE = 8; variable
1002 EXPECT_EQ(eventParser.GetOnCanceledWithSortingMapDelRea()[0], APP_CANCEL_REASON_DELETE);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4482 case NotificationConstant::APP_CANCEL_REASON_DELETE: in ReasonCToJS()