Home
last modified time | relevance | path

Searched refs:RemoveNotificationSlot (Results 1 - 19 of 19) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_helper.cpp56 ErrCode ReminderHelper::RemoveNotificationSlot(const NotificationConstant::SlotType &slotType) in RemoveNotificationSlot() function in OHOS::Notification::ReminderHelper
58 ANSR_LOGI("RemoveNotificationSlot start"); in RemoveNotificationSlot()
59 return DelayedSingleton<AnsNotification>::GetInstance()->RemoveNotificationSlot(slotType); in RemoveNotificationSlot()
H A Dnotification_helper.cpp37 ErrCode NotificationHelper::RemoveNotificationSlot(const NotificationConstant::SlotType &slotType) in RemoveNotificationSlot() function in OHOS::Notification::NotificationHelper
39 return DelayedSingleton<AnsNotification>::GetInstance()->RemoveNotificationSlot(slotType); in RemoveNotificationSlot()
/base/notification/distributed_notification_service/test/fuzztest/removenotificationslot_fuzzer/
H A Dremovenotificationslot_fuzzer.cpp28 // test RemoveNotificationSlot function in DoSomethingInterestingWithMyAPI()
29 Notification::NotificationHelper::RemoveNotificationSlot(slotType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_helper.h98 static ErrCode RemoveNotificationSlot(const NotificationConstant::SlotType &slotType);
H A Dnotification_helper.h74 static ErrCode RemoveNotificationSlot(const NotificationConstant::SlotType &slotType);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp122 EXPECT_EQ(0, NotificationHelper::RemoveNotificationSlot(NotificationConstant::SOCIAL_COMMUNICATION)); in HWTEST_F()
167 EXPECT_EQ(0, NotificationHelper::RemoveNotificationSlot(NotificationConstant::SERVICE_REMINDER)); in HWTEST_F()
213 EXPECT_EQ(0, NotificationHelper::RemoveNotificationSlot(NotificationConstant::CONTENT_INFORMATION)); in HWTEST_F()
258 EXPECT_EQ(0, NotificationHelper::RemoveNotificationSlot(NotificationConstant::OTHER)); in HWTEST_F()
307 EXPECT_EQ(0, NotificationHelper::RemoveNotificationSlot(NotificationConstant::OTHER)); in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
H A Dreminderhelper_fuzzer.cpp48 Notification::ReminderHelper::RemoveNotificationSlot(slotType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_helper_test.cpp109 * @tc.desc: Test RemoveNotificationSlot parameters.
117 ErrCode ret = reminderHelper.RemoveNotificationSlot(slotType); in HWTEST_F()
H A Dnotification_helper_test.cpp112 * @tc.desc: Test RemoveNotificationSlot parameters.
120 ErrCode ret = notificationHelper.RemoveNotificationSlot(slotType); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp176 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationSlot( in HWTEST_F()
188 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationSlot( in HWTEST_F()
202 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationSlot( in HWTEST_F()
216 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationSlot( in HWTEST_F()
229 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationSlot( in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h64 ErrCode RemoveNotificationSlot(
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp667 NotificationPreferences::GetInstance()->RemoveNotificationSlot(bundleOption, slotType); in RemoveSlotByType()
771 NotificationPreferences::GetInstance()->RemoveNotificationSlot(bundle, slotType); in SetEnabledForBundleSlotInner()
H A Dnotification_preferences.cpp120 ErrCode NotificationPreferences::RemoveNotificationSlot( in RemoveNotificationSlot() function in OHOS::Notification::NotificationPreferences
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp157 int code = NotificationHelper::RemoveNotificationSlot(slot); in RemoveSlot()
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h73 ErrCode RemoveNotificationSlot(const NotificationConstant::SlotType &slotType);
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp650 NotificationHelper::RemoveNotificationSlot(asynccallbackinfo->outType); in NapiRemoveSlot()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp145 ErrCode ret3 = ans_->RemoveNotificationSlot(slotType); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp87 ErrCode AnsNotification::RemoveNotificationSlot(const NotificationConstant::SlotType &slotType) in RemoveNotificationSlot() function in OHOS::Notification::AnsNotification
89 ANS_LOGI("enter RemoveNotificationSlot,slotType:%{public}d", slotType); in RemoveNotificationSlot()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp1269 NotificationHelper::RemoveNotificationSlot(asynccallbackinfo->outType); in RemoveSlot()

Completed in 47 milliseconds