Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_helper.cpp50 ErrCode ReminderHelper::AddNotificationSlot(const NotificationSlot &slot) in AddNotificationSlot() function in OHOS::Notification::ReminderHelper
53 return DelayedSingleton<AnsNotification>::GetInstance()->AddNotificationSlot(slot); in AddNotificationSlot()
Dnotification_helper.cpp22 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/
Dreminder_helper.h90 static ErrCode AddNotificationSlot(const NotificationSlot &slot);
Dnotification_helper.h44 static ErrCode AddNotificationSlot(const NotificationSlot &slot);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_slot_test.cpp91 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));
Dans_innerkits_module_publish_test.cpp563 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 …]
Dans_fw_module_test.cpp1128 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/
Daddnotificationslot_fuzzer.cpp51 return Notification::NotificationHelper::AddNotificationSlot(slot) == ERR_OK; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
Dreminderhelper_fuzzer.cpp45 Notification::ReminderHelper::AddNotificationSlot(notificationSlot); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_helper_test.cpp103 ErrCode ret = reminderHelper.AddNotificationSlot(slot);
Dnotification_helper_test.cpp71 ErrCode ret = notificationHelper.AddNotificationSlot(slot);
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_notification.h42 ErrCode AddNotificationSlot(const NotificationSlot &slot);
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp29 ErrCode AnsNotification::AddNotificationSlot(const NotificationSlot &slot) in AddNotificationSlot() function in OHOS::Notification::AnsNotification
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_slot.cpp59 NotificationHelper::AddNotificationSlot(asynccallbackinfo->slot); in NapiAddSlot()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dslot.cpp514 NotificationHelper::AddNotificationSlot(asynccallbackinfo->slot); in AddSlot()