Home
last modified time | relevance | path

Searched refs:oldLiveContent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp663 auto oldLiveContent = std::make_shared<NotificationLiveViewContent>(); in HWTEST_F() local
690 auto oldLiveContent = std::make_shared<NotificationLiveViewContent>(); in HWTEST_F() local
718 auto oldLiveContent = std::make_shared<NotificationLiveViewContent>(); in HWTEST_F() local
720 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 …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp215 auto oldLiveContent = std::make_shared<NotificationLiveViewContent>(); variable
216 auto oldContent = std::make_shared<NotificationContent>(oldLiveContent);
219 oldLiveContent->SetLockScreenPicture(pixelMap);