Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dinterface_system_event.h36 std::function<void()> onBootSystemCompleted; member
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dsystem_event_observer.cpp178 if (callbacks_.onBootSystemCompleted != nullptr) { in OnBootSystemCompletedEventInner()
179 callbacks_.onBootSystemCompleted(); in OnBootSystemCompletedEventInner()