Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp307 return CancelPreparedNotification(notificationId, label, bundleOption, in Cancel()
427 return CancelPreparedNotification(notificationId, "", bundle, reason); in CancelAsBundle()
494 return CancelPreparedNotification(id, "", bundle, reason); in CancelAsBundleWithAgent()
H A Dadvanced_notification_service.cpp370 ErrCode AdvancedNotificationService::CancelPreparedNotification(int32_t notificationId, in CancelPreparedNotification() function in OHOS::Notification::AdvancedNotificationService
H A Dreminder_data_manager.cpp324 advancedNotificationService_->CancelPreparedNotification(notification->GetNotificationId(), in CancelNotification()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h945 ErrCode CancelPreparedNotification(int32_t notificationId, const std::string &label,
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1251 * @tc.desc : Test CancelPreparedNotification function.
1261 ASSERT_EQ(advancedNotificationService_->CancelPreparedNotification(notificationId, label, bundleOption, 8), in HWTEST_F()
3281 auto ret = advancedNotificationService_->CancelPreparedNotification(1, "label", bundle, 8); in HWTEST_F()

Completed in 18 milliseconds