Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dsubscribe.cpp58 struct NotificationReceiveDataWorker { struct
59 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 …]