Home
last modified time | relevance | path

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

/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;
/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;
/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;
/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;
/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()
/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
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_watcher_test.cpp84 void OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) override
86 std::cout << GetName() << " OnEvents size=" << events.size() << std::endl;
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_watcher.cpp236 void NapiAppEventWatcher::OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) in OnEvents() function in OHOS::HiviewDFX::NapiAppEventWatcher
/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>>& events) in OnEvents() function in OHOS::CJSystemapi::HiAppEvent::AppEventWatcherImpl

Completed in 5 milliseconds