Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp312 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 Dadvanced_notification_service.cpp378 ErrCode AdvancedNotificationService::CancelPreparedNotification(int32_t notificationId, in CancelPreparedNotification() function in OHOS::Notification::AdvancedNotificationService
H A Dreminder_data_manager.cpp326 advancedNotificationService_->CancelPreparedNotification(notification->GetNotificationId(), in CancelNotification()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h944 ErrCode CancelPreparedNotification(int32_t notificationId, const std::string &label,
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1259 …ASSERT_EQ(advancedNotificationService_->CancelPreparedNotification(notificationId, label, bundleOp…
3278 auto ret = advancedNotificationService_->CancelPreparedNotification(1, "label", bundle, 8);