Searched refs:PACKAGE_CHANGED_REASON_DELETE (Results 1 – 3 of 3) sorted by relevance
152 static const int32_t PACKAGE_CHANGED_REASON_DELETE = 5; variable
2397 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()
4476 case NotificationConstant::PACKAGE_CHANGED_REASON_DELETE: in ReasonCToJS()