Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/
H A Dnotificationmultilinecontent_fuzzer.cpp23 Notification::NotificationMultiLineContent notificationMultiLineContent; in DoSomethingInterestingWithMyAPI() local
24 notificationMultiLineContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()
25 notificationMultiLineContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()
26 notificationMultiLineContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI()
27 notificationMultiLineContent.GetBriefText(); in DoSomethingInterestingWithMyAPI()
28 notificationMultiLineContent.AddSingleLine(stringData); in DoSomethingInterestingWithMyAPI()
29 notificationMultiLineContent.GetAllLines(); in DoSomethingInterestingWithMyAPI()
30 notificationMultiLineContent.Dump(); in DoSomethingInterestingWithMyAPI()
32 return notificationMultiLineContent.Marshalling(parcel); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontentannex_fuzzer/
H A Dnotificationmultilinecontentannex_fuzzer.cpp26 Notification::NotificationMultiLineContent notificationMultiLineContent; in DoSomethingInterestingWithMyAPI() local
28 notificationMultiLineContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
29 notificationMultiLineContent.FromJson(jsonObject); in DoSomethingInterestingWithMyAPI()
31 notificationMultiLineContent.Unmarshalling(parcel); in DoSomethingInterestingWithMyAPI()
32 notificationMultiLineContent.ReadFromParcel(parcel); in DoSomethingInterestingWithMyAPI()