Home
last modified time | relevance | path

Searched refs:IsNeedNotifyConsumed (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp687 if (IsNeedNotifyConsumed(record->request)) { in PublishPreparedNotification()
2134 bool AdvancedNotificationService::IsNeedNotifyConsumed(const sptr<NotificationRequest> &request) in IsNeedNotifyConsumed() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp3534 ASSERT_EQ(advancedNotificationService_->IsNeedNotifyConsumed(request), true);
3552 ASSERT_EQ(advancedNotificationService_->IsNeedNotifyConsumed(request), true);
3587 ASSERT_EQ(advancedNotificationService_->IsNeedNotifyConsumed(request), false);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1395 bool IsNeedNotifyConsumed(const sptr<NotificationRequest> &request);