Searched refs:oldLiveView (Results 1 – 1 of 1) sorted by relevance
2402 auto oldLiveView = std::static_pointer_cast<NotificationLiveViewContent>(oldContent); in CheckVersion() local2404 if (oldLiveView->GetVersion() == NotificationLiveViewContent::MAX_VERSION) { in CheckVersion()2410 GetNotificationId(), oldLiveView->GetVersion(), liveView->GetVersion()); in CheckVersion()2413 if (oldLiveView->GetVersion() >= liveView->GetVersion()) { in CheckVersion()2416 GetNotificationId(), oldLiveView->GetVersion(), liveView->GetVersion()); in CheckVersion()2459 auto oldLiveView = std::static_pointer_cast<NotificationLiveViewContent>(oldContent); in CheckNotificationRequest() local2460 auto oldStatus = oldLiveView->GetLiveViewStatus(); in CheckNotificationRequest()