Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp65 rrc->OnShow(false, false, true);
78 rrc->OnShow(false, false, true);
92 rrc->OnShow(false, false, true);
158 rrc->OnShow(false, true, true);
171 rrc->OnShow(false, false, true);
185 rrc->OnShow(false, true, false);
199 rrc->OnShow(false, false, false);
655 rrc->OnShow(false, false, true);
694 rrc->OnShow(false, false, true);
/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
Dreminderrequest_fuzzer.cpp61 reminderRequest.OnShow(enabled, enabled, enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h359 void OnShow(bool isPlaySoundOrVibration, bool isSysTimeChanged, bool allowToNotify);
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp700 reminder->OnShow(false, isSysTimeChanged, false); in ShowReminder()
706 reminder->OnShow(false, isSysTimeChanged, false); in ShowReminder()
711 reminder->OnShow(toPlaySound, isSysTimeChanged, true); in ShowReminder()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp329 void ReminderRequest::OnShow(bool isPlaySoundOrVibration, bool isSysTimeChanged, bool allowToNotify) in OnShow() function in OHOS::Notification::ReminderRequest