Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/
Dnotificationslot_fuzzer.cpp29 Notification::NotificationSlot notificationSlot; in DoSomethingInterestingWithMyAPI() local
31 notificationSlot.CanEnableLight(); in DoSomethingInterestingWithMyAPI()
32 notificationSlot.CanVibrate(); in DoSomethingInterestingWithMyAPI()
33 notificationSlot.GetDescription(); in DoSomethingInterestingWithMyAPI()
34 notificationSlot.GetId(); in DoSomethingInterestingWithMyAPI()
35 notificationSlot.GetLedLightColor(); in DoSomethingInterestingWithMyAPI()
36 notificationSlot.GetLevel(); in DoSomethingInterestingWithMyAPI()
37 notificationSlot.GetType(); in DoSomethingInterestingWithMyAPI()
38 notificationSlot.GetLockScreenVisibleness(); in DoSomethingInterestingWithMyAPI()
39 notificationSlot.GetName(); in DoSomethingInterestingWithMyAPI()
[all …]
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
Dreminderhelper_fuzzer.cpp41 Notification::NotificationSlot notificationSlot; in DoSomethingInterestingWithMyAPI() local
43 notificationSlot.SetEnableLight(enabled); in DoSomethingInterestingWithMyAPI()
44 notificationSlot.SetEnableVibration(enabled); in DoSomethingInterestingWithMyAPI()
45 Notification::ReminderHelper::AddNotificationSlot(notificationSlot); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_slot_filter_test.cpp52 NotificationSlot notificationSlot(type);
53 auto result = notificationSlot.Marshalling(p);
70 NotificationSlot notificationSlot(type);
71 auto result = notificationSlot.ReadFromParcel(p);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_slot.cpp340 …NotificationSlot *notificationSlot = new (std::nothrow) NotificationSlot(NotificationConstant::Slo… in Unmarshalling() local
342 if (notificationSlot && !notificationSlot->ReadFromParcel(parcel)) { in Unmarshalling()
343 delete notificationSlot; in Unmarshalling()
344 notificationSlot = nullptr; in Unmarshalling()
347 return notificationSlot; in Unmarshalling()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp178 NotificationSlot notificationSlot; variable
179 nslots.emplace_back(notificationSlot);