Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationmediacontent_fuzzer/
H A Dnotificationmediacontent_fuzzer.cpp26 Notification::NotificationMediaContent notificationMediaContent; in DoSomethingInterestingWithMyAPI() local
29 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()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp214 std::shared_ptr<NotificationMediaContent> notificationMediaContent = in CheckCaseOneResult() local
216 if (notificationMediaContent != nullptr) { in CheckCaseOneResult()
217 EXPECT_EQ(nullptr, notificationMediaContent->GetAVToken()); in CheckCaseOneResult()
218 for (auto it : notificationMediaContent->GetShownActions()) { in CheckCaseOneResult()