Home
last modified time | relevance | path

Searched refs:GetNotificationSlotsForBundle (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getnotificationslotsforbundle_fuzzer/
H A Dgetnotificationslotsforbundle_fuzzer.cpp34 Notification::NotificationHelper::GetNotificationSlotsForBundle(bundleOption, slots); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
H A Dans_notification_annex_test.cpp197 ErrCode ret3 = ans_->GetNotificationSlotsForBundle(bundleOption, slots);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp301 ErrCode NotificationHelper::GetNotificationSlotsForBundle( in GetNotificationSlotsForBundle() function in OHOS::Notification::NotificationHelper
304 …return DelayedSingleton<AnsNotification>::GetInstance()->GetNotificationSlotsForBundle(bundleOptio… in GetNotificationSlotsForBundle()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h599 static ErrCode GetNotificationSlotsForBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h600 ErrCode GetNotificationSlotsForBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp556 ErrCode ret = notificationHelper.GetNotificationSlotsForBundle(bundleOption, slots);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp523 … asynccallbackinfo->info.errorCode = NotificationHelper::GetNotificationSlotsForBundle( in NapiGetSlotsByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp891 ErrCode AnsNotification::GetNotificationSlotsForBundle( in GetNotificationSlotsForBundle() 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.cpp737 ErrCode ret1 = ans_->GetNotificationSlotsForBundle(bundleOption, slots);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp1222 asynccallbackinfo->info.errorCode = NotificationHelper::GetNotificationSlotsForBundle( in GetSlotsByBundle()