Home
last modified time | relevance | path

Searched refs:notificationTemplate (Results 1 - 1 of 1) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationtemplate_fuzzer/
H A Dnotificationtemplate_fuzzer.cpp23 Notification::NotificationTemplate notificationTemplate; in DoSomethingInterestingWithMyAPI() local
24 notificationTemplate.SetTemplateName(stringData); in DoSomethingInterestingWithMyAPI()
25 notificationTemplate.GetTemplateName(); in DoSomethingInterestingWithMyAPI()
27 notificationTemplate.SetTemplateData(datas); in DoSomethingInterestingWithMyAPI()
28 notificationTemplate.GetTemplateData(); in DoSomethingInterestingWithMyAPI()
29 notificationTemplate.Dump(); in DoSomethingInterestingWithMyAPI()
31 return notificationTemplate.Marshalling(parcel); in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds