Searched defs:NotificationReceiveDataWorker (Results 1 – 1 of 1) sorted by relevance
55 struct NotificationReceiveDataWorker { struct56 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 …]