Home
last modified time | relevance | path

Searched refs:PublishPreparedNotification (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h949 ErrCode PublishPreparedNotification(const sptr<NotificationRequest> &request,
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp1344 …ASSERT_EQ(advancedNotificationService_->PublishPreparedNotification(req, bundleOption), ERR_ANS_IN…
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp623 ErrCode AdvancedNotificationService::PublishPreparedNotification(const sptr<NotificationRequest> &r… in PublishPreparedNotification() function in OHOS::Notification::AdvancedNotificationService
H A Dreminder_data_manager.cpp2128 return advancedNotificationService_->PublishPreparedNotification(newRequest, bundleOption); in PublishNotificationRequest()
H A Dadvanced_notification_publish_service.cpp162 result = PublishPreparedNotification(request, bundleOption, isUpdateByOwnerAllowed); in Publish()