Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dinterface_system_event.h34 std::function<void(const sptr<NotificationBundleOption> &)> onBundleAdd; member
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dsystem_event_observer.cpp158 if (callbacks_.onBundleAdd != nullptr) { in OnBundleAddEventInner()
161 callbacks_.onBundleAdd(bundleOption); in OnBundleAddEventInner()