/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/ |
H A D | ndk_app_event_watcher.h | 30 void OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) override;
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/ |
H A D | app_event_processor_proxy.h | 32 void OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) override;
|
H A D | app_event_observer.h | 55 virtual void OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) = 0;
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
H A D | napi_app_event_watcher.h | 58 void OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) override;
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/ |
H A D | appevent_watcher_impl.h | 72 … void OnEvents(const std::vector<std::shared_ptr<OHOS::HiviewDFX::AppEventPack>>& events) override;
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_processor_proxy.cpp | 48 void AppEventProcessorProxy::OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) in OnEvents() function in OHOS::HiviewDFX::HiAppEvent::AppEventProcessorProxy
|
H A D | app_event_observer.cpp | 222 OnEvents(events); in OnTrigger()
|
H A D | app_event_observer_mgr.cpp | 81 observer->OnEvents(realTimeEvents); in SendEventsToObserver()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
H A D | ndk_app_event_watcher.cpp | 70 void NdkAppEventWatcher::OnEvents(const std::vector<std::shared_ptr<AppEventPack>> &events) in OnEvents() function in OHOS::HiviewDFX::NdkAppEventWatcher
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_app_event_watcher.cpp | 275 void NapiAppEventWatcher::OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) in OnEvents() function in OHOS::HiviewDFX::NapiAppEventWatcher
|
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_watcher_test.cpp | 84 void OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) override in OnEvents() function in __anon1a025f880110::AppEventWatcherTest
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | appevent_watcher_impl.cpp | 400 void AppEventWatcherImpl::OnEvents(const std::vector<std::shared_ptr<OHOS::HiviewDFX::AppEventPack>… in OnEvents() function in OHOS::CJSystemapi::HiAppEvent::AppEventWatcherImpl
|