/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_helper.cpp | 74 ErrCode ReminderHelper::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates() function in OHOS::Notification::ReminderHelper 77 return DelayedSingleton<AnsNotification>::GetInstance()->GetExcludeDates(reminderId, dates); in GetExcludeDates()
|
H A D | reminder_request_calendar.cpp | 93 std::vector<uint64_t> ReminderRequestCalendar::GetExcludeDates() const in GetExcludeDates() function in OHOS::Notification::ReminderRequestCalendar
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_helper.h | 124 static ErrCode GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates);
|
H A D | reminder_request_calendar.h | 73 std::vector<uint64_t> GetExcludeDates() const;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | publish.h | 155 napi_value GetExcludeDates(napi_env env, napi_callback_info info);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_reminder_service.cpp | 229 ErrCode AdvancedNotificationService::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t… in GetExcludeDates() function in OHOS::Notification::AdvancedNotificationService 249 return rdm->GetExcludeDates(reminderId, bundleOption, dates); in GetExcludeDates()
|
H A D | reminder_data_manager.cpp | 205 ErrCode ReminderDataManager::GetExcludeDates(const int32_t reminderId, in GetExcludeDates() function in OHOS::Notification::ReminderDataManager 216 dates = calendar->GetExcludeDates(); in GetExcludeDates()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/ |
H A D | reminderhelper_fuzzer.cpp | 53 Notification::ReminderHelper::GetExcludeDates(reminderId, dates); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | native_module_manager.cpp | 39 DECLARE_NAPI_FUNCTION("getExcludeDates", GetExcludeDates), in ReminderAgentManagerInit()
|
H A D | publish.cpp | 1347 napi_value GetExcludeDates(napi_env env, napi_callback_info info) in GetExcludeDates() function 1380 … asynccallbackinfo->info.errorCode = ReminderHelper::GetExcludeDates(asynccallbackinfo->reminderId, in GetExcludeDates()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_helper_test.cpp | 161 ErrCode ret = reminderHelper.GetExcludeDates(reminderId, dates);
|
H A D | reminder_request_calendar_test.cpp | 1265 auto dates = calendar->GetExcludeDates(); 1270 dates = calendar->GetExcludeDates();
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/ |
H A D | reminderdatamanager_fuzzer.cpp | 47 manager->GetExcludeDates(reminderId, option, dates); in DoSomethingInterestingWithManager()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_proxy_reminder.cpp | 220 ErrCode AnsManagerProxy::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub_invalid.cpp | 505 ErrCode AnsManagerStub::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1449 ErrCode AnsNotification::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates() function in OHOS::Notification::AnsNotification 1456 return proxy->GetExcludeDates(reminderId, dates); in GetExcludeDates()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | reminder_data_manager_test.cpp | 725 ret = manager->GetExcludeDates(9999, nullptr, dates); in HWTEST_F() 756 ret = manager->GetExcludeDates(100, option, dates); in HWTEST_F()
|
H A D | advanced_notification_service_test.cpp | 3755 …ASSERT_EQ(advancedNotificationService_->GetExcludeDates(reminderId, times), (int)ERR_REMINDER_PERM… 3758 …ASSERT_EQ(advancedNotificationService_->GetExcludeDates(reminderId, times), (int)ERR_ANS_INVALID_B… 3760 ASSERT_EQ(advancedNotificationService_->GetExcludeDates(reminderId, times), (int)ERR_NO_INIT);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 954 ErrCode GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates);
|
H A D | ans_manager_interface.h | 728 virtual ErrCode GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) = 0;
|
H A D | ans_manager_proxy.h | 725 ErrCode GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) override;
|
H A D | ans_manager_stub.h | 718 … virtual ErrCode GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) override;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_data_manager.h | 99 …ErrCode GetExcludeDates(const int32_t reminderId, const sptr<NotificationBundleOption> &bundleOpti…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 436 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/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 408 ansManagerStub.GetExcludeDates(reminderId, excludeDates); in DoSomethingInterestingWithMyAPI()
|