/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_helper.cpp | 50 ErrCode ReminderHelper::AddNotificationSlot(const NotificationSlot &slot) in AddNotificationSlot() function in OHOS::Notification::ReminderHelper 53 return DelayedSingleton<AnsNotification>::GetInstance()->AddNotificationSlot(slot); in AddNotificationSlot()
|
D | notification_helper.cpp | 22 ErrCode NotificationHelper::AddNotificationSlot(const NotificationSlot &slot) in AddNotificationSlot() function in OHOS::Notification::NotificationHelper 24 return DelayedSingleton<AnsNotification>::GetInstance()->AddNotificationSlot(slot); in AddNotificationSlot()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_helper.h | 90 static ErrCode AddNotificationSlot(const NotificationSlot &slot);
|
D | notification_helper.h | 44 static ErrCode AddNotificationSlot(const NotificationSlot &slot);
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_slot_test.cpp | 91 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 137 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 183 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 228 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 275 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 391 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
|
D | ans_innerkits_module_publish_test.cpp | 563 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 642 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 704 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 757 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 808 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 847 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 886 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 927 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 971 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); 1019 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot)); [all …]
|
D | ans_fw_module_test.cpp | 1128 EXPECT_EQ(NotificationHelper::AddNotificationSlot(slot1), (int)ERR_OK); 1172 EXPECT_EQ(NotificationHelper::AddNotificationSlot(slot1), (int)ERR_OK);
|
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/ |
D | addnotificationslot_fuzzer.cpp | 51 return Notification::NotificationHelper::AddNotificationSlot(slot) == ERR_OK; in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/ |
D | reminderhelper_fuzzer.cpp | 45 Notification::ReminderHelper::AddNotificationSlot(notificationSlot); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_helper_test.cpp | 103 ErrCode ret = reminderHelper.AddNotificationSlot(slot);
|
D | notification_helper_test.cpp | 71 ErrCode ret = notificationHelper.AddNotificationSlot(slot);
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
D | ans_notification.h | 42 ErrCode AddNotificationSlot(const NotificationSlot &slot);
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 29 ErrCode AnsNotification::AddNotificationSlot(const NotificationSlot &slot) in AddNotificationSlot() function in OHOS::Notification::AnsNotification
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
D | napi_slot.cpp | 59 NotificationHelper::AddNotificationSlot(asynccallbackinfo->slot); in NapiAddSlot()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | slot.cpp | 514 NotificationHelper::AddNotificationSlot(asynccallbackinfo->slot); in AddSlot()
|