Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp540 auto deleteTime = record->request->GetAutoDeletedTime(); in StartArchiveTimer() local
541 if (deleteTime == NotificationConstant::NO_DELAY_DELETE_TIME) { in StartArchiveTimer()
546 if (deleteTime <= NotificationConstant::INVALID_AUTO_DELETE_TIME) { in StartArchiveTimer()
547 deleteTime = NotificationConstant::DEFAULT_AUTO_DELETE_TIME; in StartArchiveTimer()
550 NotificationConstant::SECOND_TO_MS * deleteTime; in StartArchiveTimer()
2147 auto deleteTime = request->GetAutoDeletedTime(); in IsNeedNotifyConsumed() local
2148 return deleteTime != NotificationConstant::NO_DELAY_DELETE_TIME; in IsNeedNotifyConsumed()
H A Dadvanced_notification_utils.cpp415 stream << "\tDeleteTime: " << TimeToString(recentNotification->deleteTime) << "\n"; in RecentNotificationDump()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h67 int64_t deleteTime = 0; member