Home
last modified time | relevance | path

Searched defs:reminderId (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_helper.cpp32 ErrCode ReminderHelper::CancelReminder(const int32_t reminderId) in CancelReminder()
62 ErrCode ReminderHelper::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate()
68 ErrCode ReminderHelper::DelExcludeDates(const int32_t reminderId) in DelExcludeDates()
74 ErrCode ReminderHelper::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_helper_test.cpp60 int32_t reminderId = 10; variable
129 int32_t reminderId = 1; variable
144 int32_t reminderId = 1; variable
158 int32_t reminderId = 1; variable
H A Dreminder_store_test.cpp111 int32_t reminderId = 1; variable
239 int32_t reminderId = 0; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_reminder.cpp61 int32_t reminderId = -1; in PublishReminder() local
75 ErrCode AnsManagerProxy::CancelReminder(const int32_t reminderId) in CancelReminder()
162 ErrCode AnsManagerProxy::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate()
193 ErrCode AnsManagerProxy::DelExcludeDates(const int32_t reminderId) in DelExcludeDates()
220 ErrCode AnsManagerProxy::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates()
H A Dans_manager_stub_invalid.cpp475 ErrCode AnsManagerStub::CancelReminder(const int32_t reminderId) in CancelReminder()
493 ErrCode AnsManagerStub::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate()
499 ErrCode AnsManagerStub::DelExcludeDates(const int32_t reminderId) in DelExcludeDates()
505 ErrCode AnsManagerStub::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates()
H A Dans_notification.cpp1399 ErrCode AnsNotification::CancelReminder(const int32_t reminderId) in CancelReminder()
1429 ErrCode AnsNotification::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate()
1439 ErrCode AnsNotification::DelExcludeDates(const int32_t reminderId) in DelExcludeDates()
1449 ErrCode AnsNotification::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) in GetExcludeDates()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp114 ErrCode AdvancedNotificationService::CancelReminder(const int32_t reminderId) in CancelReminder()
183 ErrCode AdvancedNotificationService::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate()
206 ErrCode AdvancedNotificationService::DelExcludeDates(const int32_t reminderId) in DelExcludeDates()
229 ErrCode AdvancedNotificationService::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t… in GetExcludeDates()
H A Dreminder_data_manager.cpp188 ErrCode ReminderDataManager::DelExcludeDates(const int32_t reminderId, in DelExcludeDates()
205 ErrCode ReminderDataManager::GetExcludeDates(const int32_t reminderId, in GetExcludeDates()
491 const int32_t &reminderId, const std::string &pkgName) in FindReminderRequestLocked()
546 int32_t reminderId = reminder->GetReminderId(); in CloseRemindersByGroupId() local
563 int32_t reminderId = reminder->GetReminderId(); in CloseReminder() local
805 int32_t reminderId = reminder->GetReminderId(); in TerminateAlerting() local
857 int32_t reminderId = reminder->GetReminderId(); in ShouldAlert() local
1055 int32_t reminderId = reminder->GetReminderId(); in ShowReminder() local
1138 int32_t reminderId = reminder->GetReminderId(); in SnoozeReminderImpl() local
1283 int32_t reminderId = (*it)->GetReminderId(); in GetRecentReminderLocked() local
[all …]
H A Dreminder_store.cpp172 int32_t reminderId; in GetOldReminders() local
304 __attribute__((no_sanitize("cfi"))) int32_t ReminderStore::Delete(const int32_t reminderId) in Delete()
748 int32_t reminderId; in BuildReminder() local
788 const int32_t reminderId) in Query()
H A Dreminder_data_manager_inner.cpp141 void ReminderDataManager::CloseCustomRingFileDesc(const int32_t reminderId, const std::string& cust… in CloseCustomRingFileDesc()
H A Dreminder_store_strategy.cpp109 int32_t reminderId = 0; in RecoverIdFromOldVersion() local
258 int32_t reminderId = 0; in RecoverIdFromDb() local
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request_timer.h42 explicit ReminderRequestTimer(int32_t reminderId) : ReminderRequest(reminderId) {}; in ReminderRequestTimer()
H A Dreminder_request_alarm.h49 explicit ReminderRequestAlarm(int32_t reminderId) : ReminderRequest(reminderId) {}; in ReminderRequestAlarm()
H A Dreminder_request_calendar.h61 explicit ReminderRequestCalendar(int32_t reminderId) : ReminderRequest(reminderId) {}; in ReminderRequestCalendar()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestcontinuate_fuzzer/
H A Dreminderrequestcontinuate_fuzzer.cpp27 int32_t reminderId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/
H A Dreminderdatamanager_fuzzer.cpp26 int32_t reminderId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithManager() local
79 int32_t reminderId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithReminder() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannexthree_fuzzer/
H A Dreminderrequestannexthree_fuzzer.cpp26 int32_t reminderId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
H A Dreminderrequestannex_fuzzer.cpp27 int32_t reminderId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
H A Dreminderhelper_fuzzer.cpp35 int32_t reminderId = static_cast<int32_t>(*data); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H A Dreminderrequest_fuzzer.cpp32 int32_t reminderId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A DReminderHelperTest.js66 function reminderCallback(err, reminderId){ argument
140 function reminderCallback(err, reminderId){ argument
222 function reminderCallback(err, reminderId){ argument
770 function reminderCallback(err, reminderId) { argument
1348 function reminderCallback(err, reminderId) { argument
1645 function reminderCallback(err, reminderId) { argument
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp399 int32_t reminderId = fuzzData.GetData<int32_t>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dpublish.cpp55 int32_t reminderId = -1; member
67 int32_t reminderId = -1; member
207 int32_t reminderId = -1; in ParseCanCelParameter() local
843 napi_value reminderId = nullptr; in GetAllValidRemindersInner() local
1161 int32_t reminderId = -1; in ParseAddExcludeDateParameter() local
1262 int32_t reminderId = -1; in ParseReminderIdParameter() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp1311 int32_t reminderId = 1; variable
1359 int32_t reminderId = 1; variable
1378 int32_t reminderId = 1; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp411 ErrCode CancelReminder(const int32_t reminderId) override in CancelReminder()
426 ErrCode AddExcludeDate(const int32_t reminderId, const uint64_t date) override in AddExcludeDate()
431 ErrCode DelExcludeDates(const int32_t reminderId) override in DelExcludeDates()
436 ErrCode GetExcludeDates(const int32_t reminderId, std::vector<uint64_t>& dates) override in GetExcludeDates()

12