Home
last modified time | relevance | path

Searched refs:notificationLongTextContent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/
H A Dnotificationlongtextcontent_fuzzer.cpp23 Notification::NotificationLongTextContent notificationLongTextContent(stringData); in DoSomethingInterestingWithMyAPI() local
24 notificationLongTextContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()
25 notificationLongTextContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()
26 notificationLongTextContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI()
27 notificationLongTextContent.GetBriefText(); in DoSomethingInterestingWithMyAPI()
28 notificationLongTextContent.SetLongText(stringData); in DoSomethingInterestingWithMyAPI()
29 notificationLongTextContent.GetLongText(); in DoSomethingInterestingWithMyAPI()
30 notificationLongTextContent.Dump(); in DoSomethingInterestingWithMyAPI()
32 return notificationLongTextContent.Marshalling(parcel); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontentannex_fuzzer/
H A Dnotificationlongtextcontentannex_fuzzer.cpp27 Notification::NotificationLongTextContent notificationLongTextContent(stringData); in DoSomethingInterestingWithMyAPI() local
29 notificationLongTextContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
30 notificationLongTextContent.FromJson(jsonObject); in DoSomethingInterestingWithMyAPI()
32 notificationLongTextContent.Unmarshalling(parcel); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationcontent_fuzzer/
H A Dnotificationcontent_fuzzer.cpp33 Notification::NotificationContent notificationLongTextContent(longTextContent); in DoSomethingInterestingWithMyAPI() local