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