Searched refs:recentNotification (Results 1 – 2 of 2) sorted by relevance
287 auto recentNotification = std::make_shared<AdvancedNotificationService::RecentNotification>(); variable288 recentNotification->isActive = true;289 recentNotification->notification = notification;290 advancedNotificationService_->recentInfo_->list.emplace_front(recentNotification);
388 for (auto recentNotification : recentInfo_->list) { in RecentNotificationDump() local389 if (recentNotification->notification == nullptr) { in RecentNotificationDump()392 … const auto ¬ificationRequest = recentNotification->notification->GetNotificationRequest(); in RecentNotificationDump()396 …if (recvUserId != SUBSCRIBE_USER_INIT && recvUserId != recentNotification->notification->GetRecvUs… in RecentNotificationDump()399 if (!bundle.empty() && bundle != recentNotification->notification->GetBundleName()) { in RecentNotificationDump()406 stream << "\tBundleName: " << recentNotification->notification->GetBundleName() << "\n"; in RecentNotificationDump()414 if (!recentNotification->isActive) { in RecentNotificationDump()415 stream << "\tDeleteTime: " << TimeToString(recentNotification->deleteTime) << "\n"; in RecentNotificationDump()416 stream << "\tDeleteReason: " << recentNotification->deleteReason << "\n"; in RecentNotificationDump()419 stream << "\t\tId: " << recentNotification->notification->GetId() << "\n"; in RecentNotificationDump()[all …]