Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_helper.cpp74 ErrCode ReminderHelper::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates() function in OHOS::Notification::ReminderHelper
H A Dreminder_request_calendar.cpp93 std::vector<uint64_t> ReminderRequestCalendar::GetExcludeDates() const in GetExcludeDates() function in OHOS::Notification::ReminderRequestCalendar
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_reminder.cpp220 ErrCode AnsManagerProxy::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub_invalid.cpp505 ErrCode AnsManagerStub::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1449 ErrCode AnsNotification::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates() function in OHOS::Notification::AnsNotification
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp229 ErrCode AdvancedNotificationService::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t… in GetExcludeDates() function in OHOS::Notification::AdvancedNotificationService
H A Dreminder_data_manager.cpp205 ErrCode ReminderDataManager::GetExcludeDates(const int32_t reminderId, in GetExcludeDates() function in OHOS::Notification::ReminderDataManager
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp436 ErrCode GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) override in GetExcludeDates() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dpublish.cpp1347 napi_value GetExcludeDates(napi_env env, napi_callback_info info) in GetExcludeDates() function