Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
Dadvancednotificationservice_fuzzer.cpp29 Notification::AdvancedNotificationService advancedNotificationService; variable
35 advancedNotificationService.Publish(stringData, notification); in DoSomethingInterestingWithMyAPI()
37 advancedNotificationService.Cancel(notificationId, stringData); in DoSomethingInterestingWithMyAPI()
38 advancedNotificationService.CancelAll(); in DoSomethingInterestingWithMyAPI()
40 advancedNotificationService.CancelAsBundle(notificationId, stringData, userId); in DoSomethingInterestingWithMyAPI()
43 advancedNotificationService.AddSlotByType(slotType); in DoSomethingInterestingWithMyAPI()
45 advancedNotificationService.AddSlots(slots); in DoSomethingInterestingWithMyAPI()
46 advancedNotificationService.RemoveSlotByType(slotType); in DoSomethingInterestingWithMyAPI()
47 advancedNotificationService.RemoveAllSlots(); in DoSomethingInterestingWithMyAPI()
49 advancedNotificationService.GetSlotByType(slotType, slot); in DoSomethingInterestingWithMyAPI()
[all …]
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp178 AdvancedNotificationService advancedNotificationService; variable
182 advancedNotificationService.notificationList_.push_back(record);
183 EXPECT_EQ(advancedNotificationService.ActiveNotificationDump(bundle, userId, dumpInfo), ERR_OK);
196 AdvancedNotificationService advancedNotificationService; variable
200 advancedNotificationService.notificationList_.push_back(record);
202 EXPECT_EQ(advancedNotificationService.ActiveNotificationDump(bundle, userId, dumpInfo), ERR_OK);
215 AdvancedNotificationService advancedNotificationService; variable
219 advancedNotificationService.notificationList_.push_back(record);
222 EXPECT_EQ(advancedNotificationService.ActiveNotificationDump(bundle, userId, dumpInfo), ERR_OK);
235 AdvancedNotificationService advancedNotificationService; variable
[all …]
/base/notification/distributed_notification_service/services/ans/include/
Dreminder_data_manager.h83 const sptr<AdvancedNotificationService> &advancedNotificationService);
138 void SetService(AdvancedNotificationService *advancedNotificationService);
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp506 const sptr<AdvancedNotificationService> &advancedNotificationService) in InitInstance() argument
510 REMINDER_DATA_MANAGER->advancedNotificationService_ = advancedNotificationService; in InitInstance()
601 void ReminderDataManager::SetService(AdvancedNotificationService *advancedNotificationService) in SetService() argument
603 advancedNotificationService_ = advancedNotificationService; in SetService()