Searched refs:CancelPreparedNotification (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 312 return CancelPreparedNotification(notificationId, label, bundleOption, in Cancel() 432 return CancelPreparedNotification(notificationId, "", bundle, reason); in CancelAsBundle() 499 return CancelPreparedNotification(id, "", bundle, reason); in CancelAsBundleWithAgent()
|
H A D | advanced_notification_service.cpp | 378 ErrCode AdvancedNotificationService::CancelPreparedNotification(int32_t notificationId, in CancelPreparedNotification() function in OHOS::Notification::AdvancedNotificationService
|
H A D | reminder_data_manager.cpp | 326 advancedNotificationService_->CancelPreparedNotification(notification->GetNotificationId(), in CancelNotification()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 944 ErrCode CancelPreparedNotification(int32_t notificationId, const std::string &label,
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 1259 …ASSERT_EQ(advancedNotificationService_->CancelPreparedNotification(notificationId, label, bundleOp… 3278 auto ret = advancedNotificationService_->CancelPreparedNotification(1, "label", bundle, 8);
|