Home
last modified time | relevance | path

Searched defs:GetExcludeDates (Results 1 – 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/frameworks/reminder/src/
Dreminder_helper.cpp78 ErrCode ReminderHelper::GetExcludeDates(const int32_t reminderId, std::vector<int64_t>& dates) in GetExcludeDates() function in OHOS::Notification::ReminderHelper
Dreminder_request_client.cpp145 ErrCode ReminderRequestClient::GetExcludeDates(const int32_t reminderId, std::vector<int64_t>& date… in GetExcludeDates() function in OHOS::Notification::ReminderRequestClient
Dreminder_request_calendar.cpp93 std::vector<int64_t> ReminderRequestCalendar::GetExcludeDates() const in GetExcludeDates() function in OHOS::Notification::ReminderRequestCalendar
/base/notification/distributed_notification_service/services/reminder/test/unittest/mock/
Dmock_reminder_data_manager.cpp130 ErrCode ReminderDataManager::GetExcludeDates(const int32_t reminderId, const int32_t callingUid, in GetExcludeDates() function in OHOS::Notification::ReminderDataManager
/base/notification/distributed_notification_service/services/reminder/src/
Dreminder_agent_service.cpp221 ErrCode ReminderAgentService::GetExcludeDates(const int32_t reminderId, std::vector<int64_t>& dates) in GetExcludeDates() function in OHOS::Notification::ReminderAgentService
Dreminder_data_manager.cpp215 ErrCode ReminderDataManager::GetExcludeDates(const int32_t reminderId, in GetExcludeDates() function in OHOS::Notification::ReminderDataManager
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp1355 napi_value GetExcludeDates(napi_env env, napi_callback_info info) in GetExcludeDates() function