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.cpp55 struct NotificationReceiveDataWorker { struct
56 napi_env env = nullptr;
57 napi_ref ref = nullptr;
58 std::shared_ptr<OHOS::Notification::Notification> request;
59 std::vector<std::shared_ptr<OHOS::Notification::Notification>> requestList;
60 std::shared_ptr<NotificationSortingMap> sortingMap;
61 NotificationDoNotDisturbDate date;
62 EnabledNotificationCallbackData callbackData;
63 BadgeNumberCallbackData badge;
64 int32_t deleteReason = 0;
[all …]