Home
last modified time | relevance | path

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

/ohos5.0/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
59 return DelayedSingleton<AnsNotification>::GetInstance()->RemoveNotificationSlot(slotType); in RemoveNotificationSlot()
H A Dnotification_helper.cpp38 ErrCode NotificationHelper::RemoveNotificationSlot(const NotificationConstant::SlotType &slotType) in RemoveNotificationSlot() function in OHOS::Notification::NotificationHelper
40 return DelayedSingleton<AnsNotification>::GetInstance()->RemoveNotificationSlot(slotType); in RemoveNotificationSlot()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp122 …EXPECT_EQ(0, NotificationHelper::RemoveNotificationSlot(NotificationConstant::SOCIAL_COMMUNICATION…
167 … EXPECT_EQ(0, NotificationHelper::RemoveNotificationSlot(NotificationConstant::SERVICE_REMINDER));
213 …EXPECT_EQ(0, NotificationHelper::RemoveNotificationSlot(NotificationConstant::CONTENT_INFORMATION)…
258 EXPECT_EQ(0, NotificationHelper::RemoveNotificationSlot(NotificationConstant::OTHER));
307 EXPECT_EQ(0, NotificationHelper::RemoveNotificationSlot(NotificationConstant::OTHER));
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/removenotificationslot_fuzzer/
H A Dremovenotificationslot_fuzzer.cpp29 Notification::NotificationHelper::RemoveNotificationSlot(slotType); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_helper.h98 static ErrCode RemoveNotificationSlot(const NotificationConstant::SlotType &slotType);
H A Dnotification_helper.h75 static ErrCode RemoveNotificationSlot(const NotificationConstant::SlotType &slotType);
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
H A Dreminderhelper_fuzzer.cpp48 Notification::ReminderHelper::RemoveNotificationSlot(slotType); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_helper_test.cpp117 ErrCode ret = reminderHelper.RemoveNotificationSlot(slotType);
H A Dnotification_helper_test.cpp120 ErrCode ret = notificationHelper.RemoveNotificationSlot(slotType);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp176 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationSlot(
188 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationSlot(
202 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationSlot(
216 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationSlot(
229 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationSlot(
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h64 ErrCode RemoveNotificationSlot(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h75 ErrCode RemoveNotificationSlot(const NotificationConstant::SlotType &slotType);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp680 NotificationPreferences::GetInstance()->RemoveNotificationSlot(bundleOption, slotType); in RemoveSlotByType()
H A Dnotification_preferences.cpp120 ErrCode NotificationPreferences::RemoveNotificationSlot( in RemoveNotificationSlot() function in OHOS::Notification::NotificationPreferences
H A Dadvanced_notification_publish_service.cpp2231 NotificationPreferences::GetInstance()->RemoveNotificationSlot(bundle, slotType); in SetEnabledForBundleSlot()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp650 NotificationHelper::RemoveNotificationSlot(asynccallbackinfo->outType); in NapiRemoveSlot()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp89 ErrCode AnsNotification::RemoveNotificationSlot(const NotificationConstant::SlotType &slotType) in RemoveNotificationSlot() function in OHOS::Notification::AnsNotification
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp145 ErrCode ret3 = ans_->RemoveNotificationSlot(slotType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp1269 NotificationHelper::RemoveNotificationSlot(asynccallbackinfo->outType); in RemoveSlot()