Home
last modified time | relevance | path

Searched refs:IsRealTimeEvent (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp143 bool EventConfig::IsRealTimeEvent(std::shared_ptr<AppEventPack> event) const in IsRealTimeEvent() function in OHOS::HiviewDFX::HiAppEvent::EventConfig
181 bool AppEventObserver::IsRealTimeEvent(std::shared_ptr<AppEventPack> event) in IsRealTimeEvent() function in OHOS::HiviewDFX::HiAppEvent::AppEventObserver
188 return config.IsRealTimeEvent(event); in IsRealTimeEvent()
H A Dapp_event_observer_mgr.cpp74 if (observer->IsRealTimeEvent(event)) { in SendEventsToObserver()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/
H A Dndk_app_event_watcher.h31 bool IsRealTimeEvent(std::shared_ptr<AppEventPack> event) override;
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/
H A Dbase_type.h67 bool IsRealTimeEvent(std::shared_ptr<AppEventPack> event) const;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_app_event_watcher.h59 bool IsRealTimeEvent(std::shared_ptr<AppEventPack> event) override;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dappevent_watcher_impl.h73 bool IsRealTimeEvent(std::shared_ptr<OHOS::HiviewDFX::AppEventPack> event) override;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H A Dapp_event_observer.h57 virtual bool IsRealTimeEvent(std::shared_ptr<AppEventPack> event);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher.cpp120 bool NdkAppEventWatcher::IsRealTimeEvent(std::shared_ptr<AppEventPack> event) in IsRealTimeEvent() function in OHOS::HiviewDFX::NdkAppEventWatcher
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_watcher.cpp300 bool NapiAppEventWatcher::IsRealTimeEvent(std::shared_ptr<AppEventPack> event) in IsRealTimeEvent() function in OHOS::HiviewDFX::NapiAppEventWatcher
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp436 bool AppEventWatcherImpl::IsRealTimeEvent(std::shared_ptr<OHOS::HiviewDFX::AppEventPack> event) in IsRealTimeEvent() function in OHOS::CJSystemapi::HiAppEvent::AppEventWatcherImpl