Searched refs:APP_CANCEL_REASON_DELETE (Results 1 – 4 of 4) sorted by relevance
167 static const int32_t APP_CANCEL_REASON_DELETE = 8; variable
445 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()
68 constexpr int APP_CANCEL_REASON_DELETE = 8; variable1002 EXPECT_EQ(eventParser.GetOnCanceledWithSortingMapDelRea()[0], APP_CANCEL_REASON_DELETE);
4482 case NotificationConstant::APP_CANCEL_REASON_DELETE: in ReasonCToJS()