Searched defs:NotificationReceiveDataWorker (Results 1 – 1 of 1) sorted by relevance
57 struct NotificationReceiveDataWorker { struct58 napi_env env = nullptr;59 napi_ref ref = nullptr;62 std::shared_ptr<NotificationSortingMap> sortingMap;63 NotificationDoNotDisturbDate date;64 EnabledNotificationCallbackData callbackData;65 BadgeNumberCallbackData badge;66 int32_t deleteReason = 0;67 int32_t result = 0;68 int32_t disturbMode = 0;[all …]