Searched refs:deleteTime (Results 1 – 3 of 3) sorted by relevance
540 auto deleteTime = record->request->GetAutoDeletedTime(); in StartArchiveTimer() local541 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() local2148 return deleteTime != NotificationConstant::NO_DELAY_DELETE_TIME; in IsNeedNotifyConsumed()
415 stream << "\tDeleteTime: " << TimeToString(recentNotification->deleteTime) << "\n"; in RecentNotificationDump()
67 int64_t deleteTime = 0; member