Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp3529 * @tc.name : IsNeedNotifyConsumed
3530 * @tc.desc : Test IsNeedNotifyConsumed function.
3537 ASSERT_EQ(advancedNotificationService_->IsNeedNotifyConsumed(request), true); in HWTEST_F()
3543 * @tc.name : IsNeedNotifyConsumed
3544 * @tc.desc : Test IsNeedNotifyConsumed function.
3555 ASSERT_EQ(advancedNotificationService_->IsNeedNotifyConsumed(request), true); in HWTEST_F()
3577 * @tc.name : IsNeedNotifyConsumed
3578 * @tc.desc : Test IsNeedNotifyConsumed function.
3590 ASSERT_EQ(advancedNotificationService_->IsNeedNotifyConsumed(request), false); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1381 bool IsNeedNotifyConsumed(const sptr<NotificationRequest> &request);
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp677 if (IsNeedNotifyConsumed(record->request)) { in PublishPreparedNotification()
2214 bool AdvancedNotificationService::IsNeedNotifyConsumed(const sptr<NotificationRequest> &request) in IsNeedNotifyConsumed() function in OHOS::Notification::AdvancedNotificationService

Completed in 15 milliseconds