Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/reminder/src/
Dreminder_helper.cpp66 ErrCode ReminderHelper::AddExcludeDate(const int32_t reminderId, const int64_t date) in AddExcludeDate() function in OHOS::Notification::ReminderHelper
Dreminder_request_client.cpp125 ErrCode ReminderRequestClient::AddExcludeDate(const int32_t reminderId, const int64_t date) in AddExcludeDate() function in OHOS::Notification::ReminderRequestClient
Dreminder_request_calendar.cpp72 void ReminderRequestCalendar::AddExcludeDate(const int64_t date) in AddExcludeDate() function in OHOS::Notification::ReminderRequestCalendar
/base/notification/distributed_notification_service/services/reminder/test/unittest/mock/
Dmock_reminder_data_manager.cpp119 ErrCode ReminderDataManager::AddExcludeDate(const int32_t reminderId, const int64_t date, in AddExcludeDate() function in OHOS::Notification::ReminderDataManager
/base/notification/distributed_notification_service/services/reminder/src/
Dreminder_agent_service.cpp189 ErrCode ReminderAgentService::AddExcludeDate(const int32_t reminderId, const int64_t date) in AddExcludeDate() function in OHOS::Notification::ReminderAgentService
Dreminder_data_manager.cpp181 ErrCode ReminderDataManager::AddExcludeDate(const int32_t reminderId, const int64_t date, in AddExcludeDate() function in OHOS::Notification::ReminderDataManager
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp1198 napi_value AddExcludeDate(napi_env env, napi_callback_info info) in AddExcludeDate() function