Home
last modified time | relevance | path

Searched defs:ISystemEvent (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dinterface_system_event.h26 struct ISystemEvent { struct
27 std::function<void(const sptr<NotificationBundleOption> &)> onBundleRemoved;
29 std::function<void()> onScreenOn;
30 std::function<void()> onScreenOff;
32 std::function<void(int32_t userId)> onResourceRemove;
33 std::function<void(const sptr<NotificationBundleOption> &)> onBundleDataCleared;
34 std::function<void(const sptr<NotificationBundleOption> &)> onBundleAdd;
35 std::function<void(const sptr<NotificationBundleOption> &)> onBundleUpdate;
36 std::function<void()> onBootSystemCompleted;