Searched refs:notificationPictureContent (Results 1 – 4 of 4) sorted by relevance
23 Notification::NotificationPictureContent notificationPictureContent; in DoSomethingInterestingWithMyAPI() local24 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()
26 Notification::NotificationPictureContent notificationPictureContent; in DoSomethingInterestingWithMyAPI() local28 notificationPictureContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()29 notificationPictureContent.FromJson(jsonObject); in DoSomethingInterestingWithMyAPI()31 notificationPictureContent.Unmarshalling(parcel); in DoSomethingInterestingWithMyAPI()32 notificationPictureContent.ReadFromParcel(parcel); in DoSomethingInterestingWithMyAPI()
34 Notification::NotificationContent notificationPictureContent(pictureContent); in DoSomethingInterestingWithMyAPI() local
307 std::shared_ptr<NotificationPictureContent> notificationPictureContent = in CheckCaseSixResult() local309 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()