Searched refs:notificationMediaContent (Results 1 – 2 of 2) sorted by relevance
26 Notification::NotificationMediaContent notificationMediaContent; in DoSomethingInterestingWithMyAPI() local29 notificationMediaContent.SetAVToken(avToken); in DoSomethingInterestingWithMyAPI()32 notificationMediaContent.SetShownActions(actions); in DoSomethingInterestingWithMyAPI()34 notificationMediaContent.GetAVToken(); in DoSomethingInterestingWithMyAPI()36 notificationMediaContent.GetShownActions(); in DoSomethingInterestingWithMyAPI()38 notificationMediaContent.Dump(); in DoSomethingInterestingWithMyAPI()41 notificationMediaContent.Unmarshalling(parcel); in DoSomethingInterestingWithMyAPI()42 notificationMediaContent.ReadFromParcel(parcel); in DoSomethingInterestingWithMyAPI()43 return notificationMediaContent.Marshalling(parcel); in DoSomethingInterestingWithMyAPI()
214 std::shared_ptr<NotificationMediaContent> notificationMediaContent = in CheckCaseOneResult() local216 if (notificationMediaContent != nullptr) { in CheckCaseOneResult()217 EXPECT_EQ(nullptr, notificationMediaContent->GetAVToken()); in CheckCaseOneResult()218 for (auto it : notificationMediaContent->GetShownActions()) { in CheckCaseOneResult()