Home
last modified time | relevance | path

Searched defs:repeatDaysOfWeek (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp206 uint8_t repeatDaysOfWeek = 0; in RecoverFromOldVersion() local
417 uint8_t repeatDaysOfWeek = 0; in AppendValuesBucket() local
469 uint8_t repeatDaysOfWeek = 0; in RecoverFromDb() local
484 uint8_t repeatDaysOfWeek = 0; in AppendValuesBucket() local
635 uint8_t repeatDaysOfWeek = 0; in RecoverFromDb() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_calendar_test.cpp672 std::vector<uint8_t> repeatDaysOfWeek; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp897 void ReminderRequest::SetRepeatDaysOfWeek(const uint8_t repeatDaysOfWeek) in SetRepeatDaysOfWeek()