Searched refs:GetNotificationSlots (Results 1 – 9 of 9) sorted by relevance
32 Notification::NotificationHelper::GetNotificationSlots(slots); in DoSomethingInterestingWithMyAPI()
54 ErrCode NotificationHelper::GetNotificationSlots(std::vector<sptr<NotificationSlot>> &slots) in GetNotificationSlots() function in OHOS::Notification::NotificationHelper56 return DelayedSingleton<AnsNotification>::GetInstance()->GetNotificationSlots(slots); in GetNotificationSlots()
99 static ErrCode GetNotificationSlots(std::vector<sptr<NotificationSlot>> &slots);
100 ErrCode GetNotificationSlots(std::vector<sptr<NotificationSlot>> &slots);
162 ErrCode ret = notificationHelper.GetNotificationSlots(slots);
430 …asynccallbackinfo->info.errorCode = NotificationHelper::GetNotificationSlots(asynccallbackinfo->sl… in NapiGetSlots()
121 ErrCode AnsNotification::GetNotificationSlots(std::vector<sptr<NotificationSlot>> &slots) in GetNotificationSlots() function in OHOS::Notification::AnsNotification
187 ErrCode ret2 = ans_->GetNotificationSlots(slots);
1127 …asynccallbackinfo->info.errorCode = NotificationHelper::GetNotificationSlots(asynccallbackinfo->sl… in GetSlots()