Searched refs:DISABLE_NOTIFICATION_REASON_DELETE (Results 1 – 6 of 6) sorted by relevance
70 DISABLE_NOTIFICATION_REASON_DELETE = 13, enumerator
213 static const int32_t DISABLE_NOTIFICATION_REASON_DELETE = 13; variable
264 case NotificationConstant::DISABLE_NOTIFICATION_REASON_DELETE: in ReasonCToJS()265 outType = static_cast<int32_t>(RemoveReason::DISABLE_NOTIFICATION_REASON_DELETE); in ReasonCToJS()
197 case NotificationConstant::DISABLE_NOTIFICATION_REASON_DELETE: in convertToDelType()
1618 …emoveAllNotificationsInner(bundleOption, NotificationConstant::DISABLE_NOTIFICATION_REASON_DELETE); in RemoveAllNotificationsForDisable()2260 … RemoveNotificationBySlot(bundle, slot, NotificationConstant::DISABLE_NOTIFICATION_REASON_DELETE); in SetEnabledForBundleSlot()
336 inType = NotificationConstant::DISABLE_NOTIFICATION_REASON_DELETE;338 …outType, static_cast<int32_t>(NotificationNapi::RemoveReason::DISABLE_NOTIFICATION_REASON_DELETE));