Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/notificationflags_fuzzer/
Dnotificationflags_fuzzer.cpp26 Notification::NotificationFlags notificationFlags; in DoSomethingInterestingWithMyAPI() local
28 notificationFlags.IsSoundEnabled(); in DoSomethingInterestingWithMyAPI()
30 notificationFlags.IsVibrationEnabled(); in DoSomethingInterestingWithMyAPI()
32 notificationFlags.Dump(); in DoSomethingInterestingWithMyAPI()
38 notificationFlags.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
39 notificationFlags.FromJson(jsonObject); in DoSomethingInterestingWithMyAPI()
42 notificationFlags.Unmarshalling(parcel); in DoSomethingInterestingWithMyAPI()
43 notificationFlags.ReadFromParcel(parcel); in DoSomethingInterestingWithMyAPI()