Searched refs:isSysTimeChanged (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_data_manager.h | 208 * @param isSysTimeChanged Indicates it is triggered as dateTime changed by user or not. 436 void HandleImmediatelyShow(std::vector<sptr<ReminderRequest>> &showImmediately, bool isSysTimeChanged); 549 * @param isSysTimeChanged Indicates whether it is triggerred as system time changed by user. 553 const bool &isNeedToStartNext, const bool &isSysTimeChanged, const bool &needScheduleTimeout);
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager.cpp | 1063 const bool &isNeedToStartNext, const bool &isSysTimeChanged, const bool &needScheduleTimeout) in ShowReminder() 1076 reminder->OnShow(false, isSysTimeChanged, false); in ShowReminder() 1082 reminder->OnShow(false, isSysTimeChanged, false); in ShowReminder() 1088 reminder->OnShow(toPlaySound, isSysTimeChanged, true); in ShowReminder() 1301 std::vector<sptr<ReminderRequest>> &showImmediately, bool isSysTimeChanged) in HandleImmediatelyShow() 1310 ShowReminder((*it), true, false, isSysTimeChanged, true); in HandleImmediatelyShow() 1314 ShowReminder((*it), false, false, isSysTimeChanged, false); in HandleImmediatelyShow() 1062 ShowReminder(const sptr<ReminderRequest> &reminder, const bool &isNeedToPlaySound, const bool &isNeedToStartNext, const bool &isSysTimeChanged, const bool &needScheduleTimeout) ShowReminder() argument 1300 HandleImmediatelyShow( std::vector<sptr<ReminderRequest>> &showImmediately, bool isSysTimeChanged) HandleImmediatelyShow() argument
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 580 * @param isSysTimeChanged true means it is called when the system time is changed by user, otherwise false. 583 void OnShow(bool isPlaySoundOrVibration, bool isSysTimeChanged, bool allowToNotify);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 381 void ReminderRequest::OnShow(bool isPlaySoundOrVibration, bool isSysTimeChanged, bool allowToNotify) in OnShow() argument 386 if (isSysTimeChanged) { in OnShow()
|
Completed in 10 milliseconds