Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A 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()
H A Dnotification_helper.cpp23 ErrCode NotificationHelper::AddNotificationSlot(const NotificationSlot &slot) in AddNotificationSlot() function in OHOS::Notification::NotificationHelper
25 return DelayedSingleton<AnsNotification>::GetInstance()->AddNotificationSlot(slot); in AddNotificationSlot()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp99 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
145 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
191 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
236 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
283 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
399 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
H A Dans_innerkits_module_publish_test.cpp638 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
718 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
780 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
833 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
884 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
923 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
962 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
1003 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
1047 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
1095 EXPECT_EQ(0, NotificationHelper::AddNotificationSlot(slot));
[all …]
H A Dans_fw_module_test.cpp1135 EXPECT_EQ(NotificationHelper::AddNotificationSlot(slot1), (int)ERR_OK);
1179 EXPECT_EQ(NotificationHelper::AddNotificationSlot(slot1), (int)ERR_OK);
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_helper.h90 static ErrCode AddNotificationSlot(const NotificationSlot &slot);
H A Dnotification_helper.h50 static ErrCode AddNotificationSlot(const NotificationSlot &slot);
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/
H A Daddnotificationslot_fuzzer.cpp54 return Notification::NotificationHelper::AddNotificationSlot(slot) == ERR_OK; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
H A Dreminderhelper_fuzzer.cpp45 Notification::ReminderHelper::AddNotificationSlot(notificationSlot); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_helper_test.cpp103 ErrCode ret = reminderHelper.AddNotificationSlot(slot);
H A Dnotification_helper_test.cpp78 ErrCode ret = notificationHelper.AddNotificationSlot(slot);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h50 ErrCode AddNotificationSlot(const NotificationSlot &slot);
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp667 int code = NotificationHelper::AddNotificationSlot(slot); in AddSlot()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp60 NotificationHelper::AddNotificationSlot(asynccallbackinfo->slot); in NapiAddSlot()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp46 ErrCode AnsNotification::AddNotificationSlot(const NotificationSlot &slot) in AddNotificationSlot() function in OHOS::Notification::AnsNotification
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp753 NotificationHelper::AddNotificationSlot(asynccallbackinfo->slot); in AddSlot()