Home
last modified time | relevance | path

Searched refs:UpdateNotificationSlots (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getnotificationslotsforbundle_fuzzer/
H A Dgetnotificationslotsforbundle_fuzzer.cpp32 Notification::NotificationHelper::UpdateNotificationSlots(bundleOption, slots); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp297 …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 Dans_notification_annex_test.cpp213 ErrCode ret3 = ans_->UpdateNotificationSlots(bundleOption, slots);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h90 ErrCode UpdateNotificationSlots(
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp314 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 Dadvanced_notification_slot_service.cpp234 result = NotificationPreferences::GetInstance()->UpdateNotificationSlots(bundle, slots); in UpdateSlots()
532 ret = NotificationPreferences::GetInstance()->UpdateNotificationSlots(bundle, slots); in UpdateSlotReminderModeBySlotFlags()
H A Dnotification_preferences.cpp218 ErrCode NotificationPreferences::UpdateNotificationSlots( in UpdateNotificationSlots() function in OHOS::Notification::NotificationPreferences
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h621 static ErrCode UpdateNotificationSlots(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h622 ErrCode UpdateNotificationSlots(
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp571 ErrCode ret = notificationHelper.UpdateNotificationSlots(bundleOption, slots);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp181 asynccallbackinfo->info.errorCode = NotificationHelper::UpdateNotificationSlots( in NapiSetSlotByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp928 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 Dans_notification_unit_test.cpp739 ErrCode ret2 = ans_->UpdateNotificationSlots(bundleOption, slots);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp873 asynccallbackinfo->info.errorCode = NotificationHelper::UpdateNotificationSlots( in SetSlotByBundle()