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.cpp35 struct NotificationReceiveDataWorker { struct
36 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 …]