/base/notification/distributed_notification_service/services/ans/src/ |
D | reminder_data_manager.cpp | 65 ANSR_LOGD("Cancel active reminder, id=%{public}d", reminderId); in CancelReminder() 82 ANSR_LOGD("CancelAllReminders, userId=%{public}d, pkgName=%{public}s", in CancelAllReminders() 110 ANSR_LOGD("CancelAllReminders, userId=%{public}d", userId); in CancelAllReminders() 120 ANSR_LOGD("Stop active reminder, reminderId=%{public}d", activeReminderId_); in CancelRemindersImplLocked() 136 ANSR_LOGD("Containers(vector/map) remove. reminderId=%{public}d", reminderId); in CancelRemindersImplLocked() 176 ANSR_LOGD("No need to cancel notification"); in CancelNotification() 184 ANSR_LOGD("Cancel notification"); in CancelNotification() 229 ANSR_LOGD("Showed reminder is already exist"); in AddToShowedReminders() 233 ANSR_LOGD("Containers(shownVector) add. reminderId=%{public}d", reminder->GetReminderId()); in AddToShowedReminders() 239 ANSR_LOGD("Remove user id: %{public}d", userId); in OnUserRemove() [all …]
|
D | reminder_event_manager.cpp | 63 ANSR_LOGD("SubscribeCommonEvent ok"); in init() 65 ANSR_LOGD("SubscribeCommonEvent fail"); in init() 77 ANSR_LOGD("samgrProxy is null"); in init() 191 …ANSR_LOGD("bundleName=%{public}s, userId=%{public}d, uid=%{public}d", bundleName.c_str(), userId, … in GetBundleOption() 208 ANSR_LOGD("OnAddSystemAbilityInner"); in OnAddSystemAbility() 215 ANSR_LOGD("OnRemoveSystemAbilityInner"); in OnRemoveSystemAbility()
|
D | advanced_notification_service.cpp | 1863 ANSR_LOGD("Valid reminders size=%{public}zu", reminders.size()); in GetValidReminders()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_store.cpp | 44 ANSR_LOGD("Create table."); in OnCreate() 47 ANSR_LOGD("CreateTable:%{public}s", CREATE_REMINDER_TABLE.c_str()); in OnCreate() 59 ANSR_LOGD("Reminder store init."); in Init() 90 ANSR_LOGD("Reminder data init."); in InitData() 102 ANSR_LOGD("Change status to inactive, changed rows: %{public}d.", statusChangedRows); in InitData() 115 ANSR_LOGD("Change status isActive to false, changed rows: %{public}d.", activeChangedRows); in InitData() 128 …ANSR_LOGD("Change status has_ScheduledTimeout to false, changed rows: %{public}d.", scheduledChang… in InitData() 169 ANSR_LOGD("Delete operation done, deleteConditon: %{public}s," \ in Delete() 214 ANSR_LOGD("Insert successfully, reminderId=%{public}d.", reminder->GetReminderId()); in Insert() 237 ANSR_LOGD("Update successfully, updated rows: %{public}d, reminderId=%{public}d.", in Update() [all …]
|
D | reminder_request_timer.cpp | 61 ANSR_LOGD("countdown time not support PreGetNextTriggerTimeIgnoreSnooze"); in PreGetNextTriggerTimeIgnoreSnooze() 79 ANSR_LOGD("countdown time not support repeat reminder, no need to update next triggerTime"); in UpdateNextReminder() 97 ANSR_LOGD("%{public}s, update countdown time trigger time", description.c_str()); in UpdateTimeInfo()
|
D | reminder_request_alarm.cpp | 53 …ANSR_LOGD("hour_=%{public}d, minute_=%{public}d, repeatDays_=%{public}d", hour_, minute_, repeatDa… in ReminderRequestAlarm() 113 ANSR_LOGD("Now: year=%{public}d, mon=%{public}d, day=%{public}d, hour=%{public}d, " in GetNextTriggerTime() 223 ANSR_LOGD("UpdateNextReminder alarm time"); in UpdateNextReminder() 249 ANSR_LOGD("Single time reminder, not need to update next trigger time"); in UpdateNextReminder() 278 ANSR_LOGD("New alarm"); in Unmarshalling() 308 …ANSR_LOGD("hour_=%{public}d, minute_=%{public}d, repeatDays_=%{public}d", hour_, minute_, repeatDa… in ReadFromParcel()
|
D | reminder_request_calendar.cpp | 168 ANSR_LOGD("Now time is: %{public}s", GetDateTimeInfo(now).c_str()); in GetNextTriggerTime() 170 ANSR_LOGD("tarTime: %{public}d-%{public}d-%{public}d %{public}d:%{public}d:%{public}d", in GetNextTriggerTime() 178 ANSR_LOGD("Next calendar time:%{public}s", GetDateTimeInfo(target).c_str()); in GetNextTriggerTime() 211 …ANSR_LOGD("Next calendar time:%{public}hu/%{public}hhu/%{public}hhu %{public}hhu:%{public}hhu:%{pu… in GetNextTriggerTimeAsRepeatReminder() 229 ANSR_LOGD("tar: %{public}d-%{public}d-%{public}d %{public}d:%{public}d:%{public}d", in GetTimeInstantMilli() 359 ANSR_LOGD("UpdateNextReminder calendar time"); in UpdateNextReminder() 455 ANSR_LOGD("New calendar"); in Unmarshalling()
|
D | reminder_request.cpp | 294 ANSR_LOGD("Handle timezone change, oldZoneTriggerTime:%{public}" PRIu64 "\ in HandleTimeZoneChange() 442 ANSR_LOGD("ColumnType not support."); in RecoverInt64FromDb() 586 ANSR_LOGD("pkg=%{public}s, ability=%{public}s", info.at(0).c_str(), info.at(1).c_str()); in RecoverWantAgent() 1262 ANSR_LOGD("Add action button, type is close"); in AddActionButtons() 1267 ANSR_LOGD("Add action button, type is snooze"); in AddActionButtons() 1269 ANSR_LOGD("Not add action button, type is snooze, as includeSnooze is false"); in AddActionButtons() 1437 ANSR_LOGD("ownerBundleName=%{public}s, bundleName_=%{public}s", in UpdateNotificationBundleInfo() 1482 ANSR_LOGD("Display content=%{public}s", displayContent_.c_str()); in UpdateNotificationContent() 1487 ANSR_LOGD("UpdateNotification content and buttons"); in UpdateNotificationStateForAlert() 1494 ANSR_LOGD("UpdateNotification content and buttons"); in UpdateNotificationStateForSnooze() [all …]
|
/base/notification/distributed_notification_service/frameworks/core/common/include/ |
D | ans_log_wrapper.h | 108 #define ANSR_LOGD(fmt, ...) PRINT_REMINDER_LOG(DEBUG, Debug, fmt, ##__VA_ARGS__) macro
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | publish.cpp | 376 ANSR_LOGD("CancelAll napi_create_async_work complete start"); in CancelAllRemindersInner() 382 ANSR_LOGD("CancelAll napi_create_async_work complete end"); in CancelAllRemindersInner() 760 … ANSR_LOGD("Return reminderId=%{public}d", asynccallbackinfo->reminder->GetReminderId()); in PublishReminderInner() 849 ANSR_LOGD("AddSlot napi_create_async_work complete end."); in AddSlotInner()
|
D | reminder_common.cpp | 84 ANSR_LOGD("button title=%{public}s, type=%{public}d", title.c_str(), buttonType); in GenActionButtons()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_manager_proxy.cpp | 2065 ANSR_LOGD("ReminderId=%{public}d", reminder->GetReminderId()); in PublishReminder() 2144 ANSR_LOGD("[GetValidReminders] count=%{public}hhu", count); in GetValidReminders() 2151 ANSR_LOGD("[GetValidReminders], size=%{public}zu", reminders.size()); in GetValidReminders() 2172 ANSR_LOGD("[GetValidReminders] alarm"); in ReadReminders() 2175 ANSR_LOGD("[GetValidReminders] timer"); in ReadReminders() 2178 ANSR_LOGD("[GetValidReminders] calendar"); in ReadReminders()
|
D | ans_manager_stub.cpp | 1428 ANSR_LOGD("Publish alarm"); in HandlePublishReminder() 1431 ANSR_LOGD("Publish timer"); in HandlePublishReminder() 1434 ANSR_LOGD("Publish calendar"); in HandlePublishReminder() 1491 ANSR_LOGD("Write back size=%{public}zu", validReminders.size()); in HandleGetValidReminders() 1500 ANSR_LOGD("ReminderType=%{public}d", reminderType); in HandleGetValidReminders()
|