Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp77 NotificationHelper notificationHelper; variable
91 NotificationHelper notificationHelper; variable
105 NotificationHelper notificationHelper; variable
119 NotificationHelper notificationHelper; variable
132 NotificationHelper notificationHelper; variable
147 NotificationHelper notificationHelper; variable
161 NotificationHelper notificationHelper; variable
176 NotificationHelper notificationHelper; variable
190 NotificationHelper notificationHelper; variable
205 NotificationHelper notificationHelper; variable
[all …]
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/
H A Dnotificationhelper_fuzzer.cpp27 Notification::NotificationHelper notificationHelper; in DoSomethingInterestingWithMyAPI() local
36 notificationHelper.PublishNotificationAsBundle(representativeBundle, notification); in DoSomethingInterestingWithMyAPI()
37 notificationHelper.RemoveNotifications(); in DoSomethingInterestingWithMyAPI()
40 notificationHelper.SetNotificationsEnabledForAllBundles(intData, enabled); in DoSomethingInterestingWithMyAPI()
45 notificationHelper.GetNotificationSlotFlagsAsBundle(bundleOption, flag); in DoSomethingInterestingWithMyAPI()
46 notificationHelper.SetNotificationSlotFlagsAsBundle(bundleOption, intData); in DoSomethingInterestingWithMyAPI()
47 notificationHelper.CancelAsBundle(bundleOption, intData); in DoSomethingInterestingWithMyAPI()