Searched refs:PublishPreparedNotification (Results 1 - 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
H A D | advancednotificationservice_fuzzer.cpp | 284 service->PublishPreparedNotification(request, bundleOption, fuzzData.GenerateRandomBool()); in DoTestForAdvancedNotificationService()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager.cpp | 846 advancedNotificationService_->PublishPreparedNotification(notificationRequest, bundleOption); in TerminateAlerting() 1097 ErrCode errCode = advancedNotificationService_->PublishPreparedNotification(notificationRequest, bundleOption); in ShowReminder() 1181 advancedNotificationService_->PublishPreparedNotification(notificationRequest, bundleOption); in SnoozeReminderImpl()
|
H A D | advanced_notification_service.cpp | 617 ErrCode AdvancedNotificationService::PublishPreparedNotification(const sptr<NotificationRequest> &request, in PublishPreparedNotification() function in OHOS::Notification::AdvancedNotificationService 621 ANS_LOGI("PublishPreparedNotification"); in PublishPreparedNotification()
|
H A D | advanced_notification_publish_service.cpp | 163 result = PublishPreparedNotification(request, bundleOption, isUpdateByOwnerAllowed); in Publish()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 950 ErrCode PublishPreparedNotification(const sptr<NotificationRequest> &request,
|
/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/ |
H A D | advanced_notification_service_publish_test.cpp | 1367 * @tc.desc : Test PublishPreparedNotification function. 1379 ASSERT_EQ(advancedNotificationService_->PublishPreparedNotification(req, bundleOption), ERR_ANS_INVALID_PARAM); in HWTEST_F()
|
Completed in 15 milliseconds