Home
last modified time | relevance | path

Searched refs:OnEvents (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/
H A Dndk_app_event_watcher.h30 void OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) override;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H A Dapp_event_processor_proxy.h32 void OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) override;
H A Dapp_event_observer.h55 virtual void OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) = 0;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_app_event_watcher.h58 void OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) override;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dappevent_watcher_impl.h72 … void OnEvents(const std::vector<std::shared_ptr<OHOS::HiviewDFX::AppEventPack>>& events) override;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_processor_proxy.cpp48 void AppEventProcessorProxy::OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) in OnEvents() function in OHOS::HiviewDFX::HiAppEvent::AppEventProcessorProxy
H A Dapp_event_observer.cpp222 OnEvents(events); in OnTrigger()
H A Dapp_event_observer_mgr.cpp81 observer->OnEvents(realTimeEvents); in SendEventsToObserver()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher.cpp70 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 Dnapi_app_event_watcher.cpp275 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 Dhiappevent_watcher_test.cpp84 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 Dappevent_watcher_impl.cpp400 void AppEventWatcherImpl::OnEvents(const std::vector<std::shared_ptr<OHOS::HiviewDFX::AppEventPack>… in OnEvents() function in OHOS::CJSystemapi::HiAppEvent::AppEventWatcherImpl