Searched defs:NotificationReceiveDataWorker (Results 1 – 1 of 1) sorted by relevance
58 struct NotificationReceiveDataWorker { struct59 std::shared_ptr<OHOS::Notification::Notification> request;60 std::vector<std::shared_ptr<OHOS::Notification::Notification>> requestList;61 std::shared_ptr<NotificationSortingMap> sortingMap;62 NotificationDoNotDisturbDate date;63 EnabledNotificationCallbackData callbackData;64 BadgeNumberCallbackData badge;65 int32_t deleteReason = 0;66 int32_t result = 0;67 int32_t disturbMode = 0;[all …]