Searched refs:OnShow (Results 1 – 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_request_test.cpp | 65 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/ |
D | reminderrequest_fuzzer.cpp | 61 reminderRequest.OnShow(enabled, enabled, enabled); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request.h | 359 void OnShow(bool isPlaySoundOrVibration, bool isSysTimeChanged, bool allowToNotify);
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | reminder_data_manager.cpp | 700 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/ |
D | reminder_request.cpp | 329 void ReminderRequest::OnShow(bool isPlaySoundOrVibration, bool isSysTimeChanged, bool allowToNotify) in OnShow() function in OHOS::Notification::ReminderRequest
|