Searched refs:GetReminderId (Results 1 – 10 of 10) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
D | reminder_data_manager.cpp | 111 int32_t reminderId = (*it)->GetReminderId(); in GetValidReminders() 138 int32_t reminderId = (*vit)->GetReminderId(); in CancelRemindersImplLocked() 171 auto mit = notificationBundleOptionMap_.find(reminder->GetReminderId()); in IsMatched() 173 … ANS_LOGE("Failed to get bundle information. reminderId=%{public}d", reminder->GetReminderId()); in IsMatched() 204 …r<NotificationBundleOption> bundleOption = FindNotificationBundleOption(reminder->GetReminderId()); in CancelNotification() 223 auto mit = notificationBundleOptionMap_.find((*it)->GetReminderId()); in CheckReminderLimitExceededLocked() 225 … ANSR_LOGE("Error occur when get bundle option, reminderId=%{public}d", (*it)->GetReminderId()); in CheckReminderLimitExceededLocked() 245 if (reminder->GetReminderId() == (*it)->GetReminderId()) { in AddToShowedReminders() 250 ANSR_LOGD("Containers(shownVector) add. reminderId=%{public}d", reminder->GetReminderId()); in AddToShowedReminders() 290 int32_t reminderId = (*it)->GetReminderId(); in OnProcessDiedLocked() [all …]
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_store.cpp | 211 result, reminder->GetReminderId()); in Insert() 214 ANSR_LOGD("Insert successfully, reminderId=%{public}d.", reminder->GetReminderId()); in Insert() 229 + " = " + std::to_string(reminder->GetReminderId()); in Update() 234 result, changedRows, reminder->GetReminderId()); in Update() 238 changedRows, reminder->GetReminderId()); in Update() 245 … absRdbPredicates.EqualTo(ReminderRequest::REMINDER_ID, std::to_string(reminder->GetReminderId())); in IsReminderExist()
|
D | reminder_request.cpp | 783 int32_t ReminderRequest::GetReminderId() const in GetReminderId() function in OHOS::Notification::ReminderRequest 1733 values.PutInt(REMINDER_ID, reminder->GetReminderId()); in AppendValuesBucket()
|
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/ |
D | reminderrequestannex_fuzzer.cpp | 45 reminderRequest.GetReminderId(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request.h | 236 int32_t GetReminderId() const;
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_request_test.cpp | 215 int32_t reminderIdBefore = rrc->GetReminderId(); 217 int32_t reminderIdAfter = rrc->GetReminderId(); 1269 int32_t result = rrc->GetReminderId();
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | publish.cpp | 783 … ANSR_LOGD("Return reminderId=%{public}d", asynccallbackinfo->reminder->GetReminderId()); in PublishReminderInner() 794 …napi_create_int32(env, asynccallbackinfo->reminder->GetReminderId(), &(asynccallbackinfo->result)); in PublishReminderInner()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 911 reminder.SetReminderId(tarReminder->GetReminderId()); in PublishReminder()
|
D | ans_manager_proxy.cpp | 1965 ANSR_LOGD("ReminderId=%{public}d", reminder->GetReminderId()); in PublishReminder()
|
D | ans_manager_stub.cpp | 1404 if (!reply.WriteInt32(reminder->GetReminderId())) { in HandlePublishReminder()
|