Home
last modified time | relevance | path

Searched refs:DISABLE_NOTIFICATION_REASON_DELETE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h70 DISABLE_NOTIFICATION_REASON_DELETE = 13, enumerator
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h213 static const int32_t DISABLE_NOTIFICATION_REASON_DELETE = 13; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp264 case NotificationConstant::DISABLE_NOTIFICATION_REASON_DELETE: in ReasonCToJS()
265 outType = static_cast<int32_t>(RemoveReason::DISABLE_NOTIFICATION_REASON_DELETE); in ReasonCToJS()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_extension_wrapper.cpp197 case NotificationConstant::DISABLE_NOTIFICATION_REASON_DELETE: in convertToDelType()
H A Dadvanced_notification_publish_service.cpp1618 …emoveAllNotificationsInner(bundleOption, NotificationConstant::DISABLE_NOTIFICATION_REASON_DELETE); in RemoveAllNotificationsForDisable()
2260 … RemoveNotificationBySlot(bundle, slot, NotificationConstant::DISABLE_NOTIFICATION_REASON_DELETE); in SetEnabledForBundleSlot()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp336 inType = NotificationConstant::DISABLE_NOTIFICATION_REASON_DELETE;
338 …outType, static_cast<int32_t>(NotificationNapi::RemoveReason::DISABLE_NOTIFICATION_REASON_DELETE));