Home
last modified time | relevance | path

Searched refs:GetNotificationSlots (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getnotificationslot_fuzzer/
H A Dgetnotificationslot_fuzzer.cpp32 Notification::NotificationHelper::GetNotificationSlots(slots); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp54 ErrCode NotificationHelper::GetNotificationSlots(std::vector<sptr<NotificationSlot>> &slots) in GetNotificationSlots() function in OHOS::Notification::NotificationHelper
56 return DelayedSingleton<AnsNotification>::GetInstance()->GetNotificationSlots(slots); in GetNotificationSlots()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h99 static ErrCode GetNotificationSlots(std::vector<sptr<NotificationSlot>> &slots);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h100 ErrCode GetNotificationSlots(std::vector<sptr<NotificationSlot>> &slots);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp162 ErrCode ret = notificationHelper.GetNotificationSlots(slots);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp430 …asynccallbackinfo->info.errorCode = NotificationHelper::GetNotificationSlots(asynccallbackinfo->sl… in NapiGetSlots()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp121 ErrCode AnsNotification::GetNotificationSlots(std::vector<sptr<NotificationSlot>> &slots) in GetNotificationSlots() 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.cpp187 ErrCode ret2 = ans_->GetNotificationSlots(slots);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp1127 …asynccallbackinfo->info.errorCode = NotificationHelper::GetNotificationSlots(asynccallbackinfo->sl… in GetSlots()