Home
last modified time | relevance | path

Searched refs:repeatDaysOfWeek (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp206 uint8_t repeatDaysOfWeek = 0; in RecoverFromOldVersion() local
207 ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderTable::REPEAT_DAYS_OF_WEEK, repeatDaysOfWeek); in RecoverFromOldVersion()
208 reminder->SetRepeatDaysOfWeek(repeatDaysOfWeek); in RecoverFromOldVersion()
417 uint8_t repeatDaysOfWeek = 0; in AppendValuesBucket() local
422 repeatDaysOfWeek = alarm->GetRepeatDaysOfWeek(); in AppendValuesBucket()
427 values.PutInt(ReminderAlarmTable::REPEAT_DAYS_OF_WEEK, repeatDaysOfWeek); in AppendValuesBucket()
469 uint8_t repeatDaysOfWeek = 0; in RecoverFromDb() local
470 ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderAlarmTable::REPEAT_DAYS_OF_WEEK, repeatDaysOfWeek); in RecoverFromDb()
471 alarm->SetRepeatDaysOfWeek(repeatDaysOfWeek); in RecoverFromDb()
484 uint8_t repeatDaysOfWeek in AppendValuesBucket() local
635 uint8_t repeatDaysOfWeek = 0; RecoverFromDb() local
[all...]
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h457 void SetRepeatDaysOfWeek(const uint8_t repeatDaysOfWeek);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_calendar_test.cpp672 std::vector<uint8_t> repeatDaysOfWeek; in HWTEST_F() local
673 repeatDaysOfWeek.push_back(1); in HWTEST_F()
674 calendar->SetRepeatDaysOfWeek(isSet, repeatDaysOfWeek); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp895 void ReminderRequest::SetRepeatDaysOfWeek(const uint8_t repeatDaysOfWeek) in SetRepeatDaysOfWeek() argument
897 repeatDaysOfWeek_ = repeatDaysOfWeek; in SetRepeatDaysOfWeek()

Completed in 9 milliseconds