/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A 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()
|
H A D | notification_helper.cpp | 23 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 D | ans_innerkits_module_slot_test.cpp | 99 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 D | ans_innerkits_module_publish_test.cpp | 638 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 D | ans_fw_module_test.cpp | 1135 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 D | reminder_helper.h | 90 static ErrCode AddNotificationSlot(const NotificationSlot &slot);
|
H A D | notification_helper.h | 50 static ErrCode AddNotificationSlot(const NotificationSlot &slot);
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/ |
H A D | addnotificationslot_fuzzer.cpp | 54 return Notification::NotificationHelper::AddNotificationSlot(slot) == ERR_OK; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/ |
H A D | reminderhelper_fuzzer.cpp | 45 Notification::ReminderHelper::AddNotificationSlot(notificationSlot); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_helper_test.cpp | 103 ErrCode ret = reminderHelper.AddNotificationSlot(slot);
|
H A D | notification_helper_test.cpp | 78 ErrCode ret = notificationHelper.AddNotificationSlot(slot);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 50 ErrCode AddNotificationSlot(const NotificationSlot &slot);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_impl.cpp | 667 int code = NotificationHelper::AddNotificationSlot(slot); in AddSlot()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_slot.cpp | 60 NotificationHelper::AddNotificationSlot(asynccallbackinfo->slot); in NapiAddSlot()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_notification.cpp | 46 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 D | slot.cpp | 753 NotificationHelper::AddNotificationSlot(asynccallbackinfo->slot); in AddSlot()
|