Searched defs:NotificationReceiveDataWorker (Results 1 – 1 of 1) sorted by relevance
35 struct NotificationReceiveDataWorker { struct36 napi_env env = nullptr;37 napi_ref ref = nullptr;38 std::shared_ptr<OHOS::Notification::Notification> request;39 std::shared_ptr<NotificationSortingMap> sortingMap;40 NotificationDoNotDisturbDate date;41 EnabledNotificationCallbackData callbackData;42 int32_t deleteReason = 0;43 int32_t result = 0;44 int32_t disturbMode = 0;[all …]