Home
last modified time | relevance | path

Searched refs:GetRepeatDay (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request_calendar.h124 uint32_t GetRepeatDay() const in GetRepeatDay() function
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_calendar_test.cpp687 uint32_t ret = calendar->GetRepeatDay();
771 uint32_t ret = calendar->GetRepeatDay();
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp492 repeatDay = calendar->GetRepeatDay(); in AppendValuesBucket()