Searched refs:isSysTimeChanged (Results 1 – 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/services/ans/include/ |
D | reminder_data_manager.h | 278 … HandleImmediatelyShow(std::vector<sptr<ReminderRequest>> &showImmediately, bool isSysTimeChanged); 377 … const bool &isNeedToStartNext, const bool &isSysTimeChanged, const bool &needScheduleTimeout);
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | reminder_data_manager.cpp | 687 const bool &isNeedToStartNext, const bool &isSysTimeChanged, const bool &needScheduleTimeout) in ShowReminder() argument 700 reminder->OnShow(false, isSysTimeChanged, false); in ShowReminder() 706 reminder->OnShow(false, isSysTimeChanged, false); in ShowReminder() 711 reminder->OnShow(toPlaySound, isSysTimeChanged, true); in ShowReminder() 922 std::vector<sptr<ReminderRequest>> &showImmediately, bool isSysTimeChanged) in HandleImmediatelyShow() argument 927 ShowReminder((*it), true, false, isSysTimeChanged, false); in HandleImmediatelyShow() 930 ShowReminder((*it), false, false, isSysTimeChanged, false); in HandleImmediatelyShow()
|
/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/frameworks/ans/src/ |
D | reminder_request.cpp | 329 void ReminderRequest::OnShow(bool isPlaySoundOrVibration, bool isSysTimeChanged, bool allowToNotify) in OnShow() argument 334 if (isSysTimeChanged) { in OnShow()
|