Home
last modified time | relevance | path

Searched defs:dates (Results 1 – 15 of 15) 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()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
H A Dreminderhelper_fuzzer.cpp52 std::vector<uint64_t> dates; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_helper_test.cpp159 std::vector<uint64_t> dates; variable
H A Dreminder_request_calendar_test.cpp1265 auto dates = calendar->GetExcludeDates(); variable
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/
H A Dreminderdatamanager_fuzzer.cpp46 std::vector<uint64_t> dates; in DoSomethingInterestingWithManager() local
/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()
H A Dans_manager_stub_invalid.cpp505 ErrCode AnsManagerStub::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates()
H A Dans_notification.cpp1449 ErrCode AnsNotification::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates()
H A Dans_manager_stub.cpp2057 std::vector<uint64_t> dates; in HandleGetExcludeDates() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp229 …dvancedNotificationService::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates()
H A Dreminder_data_manager.cpp206 const sptr<NotificationBundleOption> &bundleOption, std::vector<uint64_t>& dates) in GetExcludeDates()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp715 std::vector<uint64_t> dates; in HWTEST_F() local
/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()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dpublish.cpp1334 void GetExcludeDatesInner(napi_env env, const std::vector<uint64_t>& dates, napi_value& arr) in GetExcludeDatesInner()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp4695 std::vector<uint64_t> dates; variable