Searched refs:APP_REMOVE_ALL_REASON_DELETE (Results 1 – 4 of 4) sorted by relevance
76 APP_REMOVE_ALL_REASON_DELETE = 19, enumerator
243 static const int32_t APP_REMOVE_ALL_REASON_DELETE = 19; variable
282 case NotificationConstant::APP_REMOVE_ALL_REASON_DELETE: in ReasonCToJS()283 outType = static_cast<int32_t>(RemoveReason::APP_REMOVE_ALL_REASON_DELETE); in ReasonCToJS()
1623 …turn RemoveAllNotificationsInner(bundleOption, NotificationConstant::APP_REMOVE_ALL_REASON_DELETE); in RemoveAllNotifications()