Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
Dreminderrequest_fuzzer.cpp63 reminderRequest.OnSnooze(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp425 EXPECT_EQ(rrc->OnSnooze(), true);
685 EXPECT_EQ(rrc->OnSnooze(), true);
699 EXPECT_EQ(rrc->OnSnooze(), true);
713 EXPECT_EQ(rrc->OnSnooze(), true);
731 EXPECT_EQ(rrc->OnSnooze(), false);
750 EXPECT_EQ(rrc->OnSnooze(), true);
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h402 bool OnSnooze();
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp828 reminder->OnSnooze(); in SnoozeReminderImpl()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp384 bool ReminderRequest::OnSnooze() in OnSnooze() function in OHOS::Notification::ReminderRequest