Home
last modified time | relevance | path

Searched refs:OnShow (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H A Dreminderrequest_fuzzer.cpp60 reminderRequest.OnShow(enabled, enabled, enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp70 rrc->OnShow(false, false, true); in HWTEST_F()
83 rrc->OnShow(false, false, true); in HWTEST_F()
97 rrc->OnShow(false, false, true); in HWTEST_F()
163 rrc->OnShow(false, true, true); in HWTEST_F()
176 rrc->OnShow(false, false, true); in HWTEST_F()
190 rrc->OnShow(false, true, false); in HWTEST_F()
204 rrc->OnShow(false, false, false); in HWTEST_F()
685 rrc->OnShow(false, false, true); in HWTEST_F()
763 rrc->OnShow(false, false, true); in HWTEST_F()
1142 reminderRequestChild->OnShow(tru in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h583 void OnShow(bool isPlaySoundOrVibration, bool isSysTimeChanged, bool allowToNotify);
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp1076 reminder->OnShow(false, isSysTimeChanged, false); in ShowReminder()
1082 reminder->OnShow(false, isSysTimeChanged, false); in ShowReminder()
1088 reminder->OnShow(toPlaySound, isSysTimeChanged, true); in ShowReminder()
1090 UpdateNotification(reminder, false); // this should be called after OnShow in ShowReminder()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp381 void ReminderRequest::OnShow(bool isPlaySoundOrVibration, bool isSysTimeChanged, bool allowToNotify) in OnShow() function in OHOS::Notification::ReminderRequest
397 SetState(true, REMINDER_STATUS_SHOWING, "OnShow"); in OnShow()
399 SetState(true, REMINDER_STATUS_ALERTING, "OnShow"); in OnShow()

Completed in 11 milliseconds