Searched refs:oldLiveContent (Results 1 – 2 of 2) sorted by relevance
663 auto oldLiveContent = std::make_shared<NotificationLiveViewContent>(); in HWTEST_F() local690 auto oldLiveContent = std::make_shared<NotificationLiveViewContent>(); in HWTEST_F() local718 auto oldLiveContent = std::make_shared<NotificationLiveViewContent>(); in HWTEST_F() local720 oldLiveContent->SetVersion(1); in HWTEST_F()749 oldLiveContent->SetVersion(1); in HWTEST_F()806 oldLiveContent->SetVersion(NotificationLiveViewContent::MAX_VERSION); in HWTEST_F()889 oldLiveContent->SetExtraInfo(oldExtraInfo); in HWTEST_F()892 oldLiveContent->SetPicture(pictureMap); in HWTEST_F()923 oldLiveContent->SetPicture(pictureMap); in HWTEST_F()929 EXPECT_EQ(oldLiveContent->GetExtraInfo(), nullptr); in HWTEST_F()[all …]
215 auto oldLiveContent = std::make_shared<NotificationLiveViewContent>(); variable216 auto oldContent = std::make_shared<NotificationContent>(oldLiveContent);219 oldLiveContent->SetLockScreenPicture(pixelMap);