Searched refs:PublishPreparedNotification (Results 1 – 5 of 5) sorted by relevance
949 ErrCode PublishPreparedNotification(const sptr<NotificationRequest> &request,
1344 …ASSERT_EQ(advancedNotificationService_->PublishPreparedNotification(req, bundleOption), ERR_ANS_IN…
623 ErrCode AdvancedNotificationService::PublishPreparedNotification(const sptr<NotificationRequest> &r… in PublishPreparedNotification() function in OHOS::Notification::AdvancedNotificationService
2128 return advancedNotificationService_->PublishPreparedNotification(newRequest, bundleOption); in PublishNotificationRequest()
162 result = PublishPreparedNotification(request, bundleOption, isUpdateByOwnerAllowed); in Publish()