Home
last modified time | relevance | path

Searched defs:dates (Results 1 – 13 of 13) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
Dreminderhelper_fuzzer.cpp38 std::vector<int64_t> dates; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/reminder/src/
Dreminder_helper.cpp72 ErrCode ReminderHelper::GetExcludeDates(const int32_t reminderId, std::vector<int64_t>& dates) in GetExcludeDates()
Dreminder_request_client.cpp134 …rCode ReminderRequestClient::GetExcludeDates(const int32_t reminderId, std::vector<int64_t>& dates) in GetExcludeDates()
/base/notification/distributed_notification_service/services/reminder/test/unittest/
Dreminder_agent_service_test.cpp258 std::vector<int64_t> dates; variable
Dreminder_data_manager_test.cpp737 std::vector<int64_t> dates; in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/reminder/test/unittest/
Dreminder_helper_test.cpp178 std::vector<int64_t> dates; variable
Dreminder_agent_proxy_test.cpp204 std::vector<int64_t> dates; variable
Dreminder_request_calendar_test.cpp1246 auto dates = calendar->GetExcludeDates(); variable
/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/
Dreminderdatamanager_fuzzer.cpp47 std::vector<int64_t> dates; in DoSomethingInterestingWithManager() local
/base/notification/distributed_notification_service/services/reminder/test/unittest/mock/
Dmock_reminder_data_manager.cpp119 std::vector<int64_t>& dates) in GetExcludeDates()
/base/notification/distributed_notification_service/services/reminder/src/
Dreminder_agent_service.cpp198 ErrCode ReminderAgentService::GetExcludeDates(const int32_t reminderId, std::vector<int64_t>& dates) in GetExcludeDates()
Dreminder_data_manager.cpp211 const int32_t callingUid, std::vector<int64_t>& dates) in GetExcludeDates()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp1336 void GetExcludeDatesInner(napi_env env, const std::vector<int64_t>& dates, napi_value& arr) in GetExcludeDatesInner()