Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/notificationsubscribeInfo_fuzzer/
H A DnotificationsubscribeInfo_fuzzer.cpp23 Notification::NotificationSubscribeInfo sotificationSubscribeInfo; in DoSomethingInterestingWithMyAPI() local
24 sotificationSubscribeInfo.AddAppName(stringData); in DoSomethingInterestingWithMyAPI()
27 sotificationSubscribeInfo.AddAppNames(appNames); in DoSomethingInterestingWithMyAPI()
28 sotificationSubscribeInfo.GetAppNames(); in DoSomethingInterestingWithMyAPI()
30 sotificationSubscribeInfo.AddAppUserId(userId); in DoSomethingInterestingWithMyAPI()
31 sotificationSubscribeInfo.GetAppUserId(); in DoSomethingInterestingWithMyAPI()
32 sotificationSubscribeInfo.Dump(); in DoSomethingInterestingWithMyAPI()
34 return sotificationSubscribeInfo.Marshalling(parcel); in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds