Searched refs:SetRepeatDaysOfWeek (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestalarm_fuzzer/ |
H A D | reminderrequestalarm_fuzzer.cpp | 40 rrc->SetRepeatDaysOfWeek(enabled, daysOfWeek); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestcalendar_fuzzer/ |
H A D | reminderrequestcalendar_fuzzer.cpp | 59 reminderRequestCalendar.SetRepeatDaysOfWeek(enabled, daysOfWeek); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request_alarm.cpp | 32 SetRepeatDaysOfWeek(true, daysOfWeek); in ReminderRequestAlarm()
|
H A D | reminder_request.cpp | 897 void ReminderRequest::SetRepeatDaysOfWeek(const uint8_t repeatDaysOfWeek) in SetRepeatDaysOfWeek() function in OHOS::Notification::ReminderRequest 1851 void ReminderRequest::SetRepeatDaysOfWeek(bool set, const std::vector<uint8_t> &daysOfWeek) in SetRepeatDaysOfWeek() function in OHOS::Notification::ReminderRequest
|
H A D | reminder_request_calendar.cpp | 37 SetRepeatDaysOfWeek(true, daysOfWeek); in ReminderRequestCalendar()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_calendar_test.cpp | 674 calendar->SetRepeatDaysOfWeek(isSet, repeatDaysOfWeek); 759 calendar->SetRepeatDaysOfWeek(isSet, daysOfWeek); 806 calendar->SetRepeatDaysOfWeek(isSet, daysOfWeek); 851 calendar->SetRepeatDaysOfWeek(isSet1, daysOfWeek); 898 calendar->SetRepeatDaysOfWeek(isSet1, daysOfWeek);
|
H A D | reminder_request_alarm_test.cpp | 456 rrc->SetRepeatDaysOfWeek(set, daysOfWeek); 474 rrc->SetRepeatDaysOfWeek(set, daysOfWeek);
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 457 void SetRepeatDaysOfWeek(const uint8_t repeatDaysOfWeek); 1042 void SetRepeatDaysOfWeek(bool set, const std::vector<uint8_t> &daysOfWeek);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store_strategy.cpp | 208 reminder->SetRepeatDaysOfWeek(repeatDaysOfWeek); in RecoverFromOldVersion() 471 alarm->SetRepeatDaysOfWeek(repeatDaysOfWeek); in RecoverFromDb() 637 calendar->SetRepeatDaysOfWeek(repeatDaysOfWeek); in RecoverFromDb()
|