Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H A Dreminderrequest_fuzzer.cpp62 reminderRequest.OnSnooze(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp427 EXPECT_EQ(rrc->OnSnooze(), true);
686 EXPECT_EQ(rrc->OnSnooze(), true);
700 EXPECT_EQ(rrc->OnSnooze(), true);
714 EXPECT_EQ(rrc->OnSnooze(), true);
732 EXPECT_EQ(rrc->OnSnooze(), false);
751 EXPECT_EQ(rrc->OnSnooze(), true);
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h597 bool OnSnooze();
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp412 bool ReminderRequest::OnSnooze() in OnSnooze() function in OHOS::Notification::ReminderRequest
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp1153 reminder->OnSnooze(); in SnoozeReminderImpl()