Searched refs:isSysTimeChanged (Results 1 – 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/services/ans/include/ |
D | reminder_data_manager.h | 284 … HandleImmediatelyShow(std::vector<sptr<ReminderRequest>> &showImmediately, bool isSysTimeChanged); 383 … const bool &isNeedToStartNext, const bool &isSysTimeChanged, const bool &needScheduleTimeout);
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | reminder_data_manager.cpp | 733 const bool &isNeedToStartNext, const bool &isSysTimeChanged, const bool &needScheduleTimeout) in ShowReminder() argument 746 reminder->OnShow(false, isSysTimeChanged, false); in ShowReminder() 752 reminder->OnShow(false, isSysTimeChanged, false); in ShowReminder() 757 reminder->OnShow(toPlaySound, isSysTimeChanged, true); in ShowReminder() 974 std::vector<sptr<ReminderRequest>> &showImmediately, bool isSysTimeChanged) in HandleImmediatelyShow() argument 979 ShowReminder((*it), true, false, isSysTimeChanged, false); in HandleImmediatelyShow() 982 ShowReminder((*it), false, false, isSysTimeChanged, false); in HandleImmediatelyShow()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request.h | 388 void OnShow(bool isPlaySoundOrVibration, bool isSysTimeChanged, bool allowToNotify);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request.cpp | 355 void ReminderRequest::OnShow(bool isPlaySoundOrVibration, bool isSysTimeChanged, bool allowToNotify) in OnShow() argument 360 if (isSysTimeChanged) { in OnShow()
|