Home
last modified time | relevance | path

Searched refs:onBundleUpdate (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dinterface_system_event.h35 std::function<void(const sptr<NotificationBundleOption> &)> onBundleUpdate; member
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dsystem_event_observer.cpp168 if (callbacks_.onBundleUpdate != nullptr) { in OnBundleUpdateEventInner()
171 callbacks_.onBundleUpdate(bundleOption); in OnBundleUpdateEventInner()