Home
last modified time | relevance | path

Searched refs:PACKAGE_CHANGED_REASON_DELETE (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_constant.h152 static const int32_t PACKAGE_CHANGED_REASON_DELETE = 5; variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp2397 NotificationConstant::PACKAGE_CHANGED_REASON_DELETE); in OnBundleRemoved()
2403 int32_t reason = NotificationConstant::PACKAGE_CHANGED_REASON_DELETE; in OnBundleRemoved()
2419 notifications, nullptr, NotificationConstant::PACKAGE_CHANGED_REASON_DELETE); in OnBundleRemoved()
3984 NotificationConstant::PACKAGE_CHANGED_REASON_DELETE); in OnBundleDataCleared()
3990 int32_t reason = NotificationConstant::PACKAGE_CHANGED_REASON_DELETE; in OnBundleDataCleared()
4000 … currNotificationList, nullptr, NotificationConstant::PACKAGE_CHANGED_REASON_DELETE); in OnBundleDataCleared()
4007 notifications, nullptr, NotificationConstant::PACKAGE_CHANGED_REASON_DELETE); in OnBundleDataCleared()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4476 case NotificationConstant::PACKAGE_CHANGED_REASON_DELETE: in ReasonCToJS()