Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request_calendar.h275 bool IsNeedNotification() override;
H A Dreminder_request.h807 virtual bool IsNeedNotification() in IsNeedNotification() function
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_calendar_test.cpp1528 EXPECT_EQ(rrc->IsNeedNotification(), true);
1532 EXPECT_EQ(rrc->IsNeedNotification(), false);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_calendar.cpp346 bool ReminderRequestCalendar::IsNeedNotification() in IsNeedNotification() function in OHOS::Notification::ReminderRequestCalendar
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp976 if (!(*it)->IsNeedNotification()) { in ShowActiveReminderExtendLocked()