/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_helper.cpp | 56 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 D | notification_helper.cpp | 38 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 D | ans_innerkits_module_slot_test.cpp | 122 …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 D | removenotificationslot_fuzzer.cpp | 29 Notification::NotificationHelper::RemoveNotificationSlot(slotType); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_helper.h | 98 static ErrCode RemoveNotificationSlot(const NotificationConstant::SlotType &slotType);
|
H A D | notification_helper.h | 75 static ErrCode RemoveNotificationSlot(const NotificationConstant::SlotType &slotType);
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/ |
H A D | reminderhelper_fuzzer.cpp | 48 Notification::ReminderHelper::RemoveNotificationSlot(slotType); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_helper_test.cpp | 117 ErrCode ret = reminderHelper.RemoveNotificationSlot(slotType);
|
H A D | notification_helper_test.cpp | 120 ErrCode ret = notificationHelper.RemoveNotificationSlot(slotType);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_test.cpp | 176 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 D | notification_preferences.h | 64 ErrCode RemoveNotificationSlot(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 75 ErrCode RemoveNotificationSlot(const NotificationConstant::SlotType &slotType);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_slot_service.cpp | 680 NotificationPreferences::GetInstance()->RemoveNotificationSlot(bundleOption, slotType); in RemoveSlotByType()
|
H A D | notification_preferences.cpp | 120 ErrCode NotificationPreferences::RemoveNotificationSlot( in RemoveNotificationSlot() function in OHOS::Notification::NotificationPreferences
|
H A D | advanced_notification_publish_service.cpp | 2231 NotificationPreferences::GetInstance()->RemoveNotificationSlot(bundle, slotType); in SetEnabledForBundleSlot()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_slot.cpp | 650 NotificationHelper::RemoveNotificationSlot(asynccallbackinfo->outType); in NapiRemoveSlot()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_notification.cpp | 89 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 D | ans_notification_unit_test.cpp | 145 ErrCode ret3 = ans_->RemoveNotificationSlot(slotType);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | slot.cpp | 1269 NotificationHelper::RemoveNotificationSlot(asynccallbackinfo->outType); in RemoveSlot()
|