/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getnotificationslotsforbundle_fuzzer/ |
H A D | getnotificationslotsforbundle_fuzzer.cpp | 32 Notification::NotificationHelper::UpdateNotificationSlots(bundleOption, slots); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_test.cpp | 297 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->UpdateNotificationSlots(bundleOption_, slot… 310 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->UpdateNotificationSlots(bundleEmptyOption_,… 322 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->UpdateNotificationSlots(bundleOption_, slot… 337 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->UpdateNotificationSlots(noExsitbundleOption… 352 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->UpdateNotificationSlots(noExsitbundleOption… 366 ASSERT_EQ((int)NotificationPreferences::GetInstance()->UpdateNotificationSlots(nullptr, slots),
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/ |
H A D | ans_notification_annex_test.cpp | 213 ErrCode ret3 = ans_->UpdateNotificationSlots(bundleOption, slots);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 90 ErrCode UpdateNotificationSlots(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 314 ErrCode NotificationHelper::UpdateNotificationSlots( in UpdateNotificationSlots() function in OHOS::Notification::NotificationHelper 317 …return DelayedSingleton<AnsNotification>::GetInstance()->UpdateNotificationSlots(bundleOption, slo… in UpdateNotificationSlots()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_slot_service.cpp | 234 result = NotificationPreferences::GetInstance()->UpdateNotificationSlots(bundle, slots); in UpdateSlots() 532 ret = NotificationPreferences::GetInstance()->UpdateNotificationSlots(bundle, slots); in UpdateSlotReminderModeBySlotFlags()
|
H A D | notification_preferences.cpp | 218 ErrCode NotificationPreferences::UpdateNotificationSlots( in UpdateNotificationSlots() function in OHOS::Notification::NotificationPreferences
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 621 static ErrCode UpdateNotificationSlots(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 622 ErrCode UpdateNotificationSlots(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 571 ErrCode ret = notificationHelper.UpdateNotificationSlots(bundleOption, slots);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_slot.cpp | 181 asynccallbackinfo->info.errorCode = NotificationHelper::UpdateNotificationSlots( in NapiSetSlotByBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_notification.cpp | 928 ErrCode AnsNotification::UpdateNotificationSlots( in UpdateNotificationSlots() 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 | 739 ErrCode ret2 = ans_->UpdateNotificationSlots(bundleOption, slots);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | slot.cpp | 873 asynccallbackinfo->info.errorCode = NotificationHelper::UpdateNotificationSlots( in SetSlotByBundle()
|