Home
last modified time | relevance | path

Searched refs:notificationPictureContent (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/
Dnotificationpicturecontent_fuzzer.cpp23 Notification::NotificationPictureContent notificationPictureContent; in DoSomethingInterestingWithMyAPI() local
24 notificationPictureContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()
25 notificationPictureContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()
26 notificationPictureContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI()
27 notificationPictureContent.GetBriefText(); in DoSomethingInterestingWithMyAPI()
28 notificationPictureContent.SetBigPicture(nullptr); in DoSomethingInterestingWithMyAPI()
29 notificationPictureContent.GetBigPicture(); in DoSomethingInterestingWithMyAPI()
30 notificationPictureContent.Dump(); in DoSomethingInterestingWithMyAPI()
32 return notificationPictureContent.Marshalling(parcel); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontentannex_fuzzer/
Dnotificationpicturecontentannex_fuzzer.cpp26 Notification::NotificationPictureContent notificationPictureContent; in DoSomethingInterestingWithMyAPI() local
28 notificationPictureContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
29 notificationPictureContent.FromJson(jsonObject); in DoSomethingInterestingWithMyAPI()
31 notificationPictureContent.Unmarshalling(parcel); in DoSomethingInterestingWithMyAPI()
32 notificationPictureContent.ReadFromParcel(parcel); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationcontent_fuzzer/
Dnotificationcontent_fuzzer.cpp34 Notification::NotificationContent notificationPictureContent(pictureContent); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp307 std::shared_ptr<NotificationPictureContent> notificationPictureContent = in CheckCaseSixResult() local
309 if (notificationPictureContent != nullptr) { in CheckCaseSixResult()
310 EXPECT_EQ("expendedtitle", notificationPictureContent->GetExpandedTitle()); in CheckCaseSixResult()
311 EXPECT_EQ("brieftext", notificationPictureContent->GetBriefText()); in CheckCaseSixResult()
312 EXPECT_EQ(nullptr, notificationPictureContent->GetBigPicture()); in CheckCaseSixResult()