Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h76 APP_REMOVE_ALL_REASON_DELETE = 19, enumerator
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h243 static const int32_t APP_REMOVE_ALL_REASON_DELETE = 19; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp282 case NotificationConstant::APP_REMOVE_ALL_REASON_DELETE: in ReasonCToJS()
283 outType = static_cast<int32_t>(RemoveReason::APP_REMOVE_ALL_REASON_DELETE); in ReasonCToJS()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp1623 …turn RemoveAllNotificationsInner(bundleOption, NotificationConstant::APP_REMOVE_ALL_REASON_DELETE); in RemoveAllNotifications()