Home
last modified time | relevance | path

Searched refs:Convert2SysEvent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/sys_dispatcher/
H A Dsys_dispatcher.cpp53 std::shared_ptr<SysEvent> SysEventDispatcher::Convert2SysEvent(std::shared_ptr<Event>& event) in Convert2SysEvent() function in OHOS::HiviewDFX::SysEventDispatcher
72 auto sysEvent = Convert2SysEvent(event); in OnEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/
H A Dsys_event_store.cpp82 std::shared_ptr<SysEvent> SysEventStore::Convert2SysEvent(std::shared_ptr<Event>& event) in Convert2SysEvent() function in OHOS::HiviewDFX::SysEventStore
106 std::shared_ptr<SysEvent> sysEvent = Convert2SysEvent(event); in OnEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/sys_dispatcher/include/
H A Dsys_dispatcher.h32 std::shared_ptr<SysEvent> Convert2SysEvent(std::shared_ptr<Event>& event);
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/include/
H A Dsys_event_store.h35 std::shared_ptr<SysEvent> Convert2SysEvent(std::shared_ptr<Event>& event);
/ohos5.0/base/hiviewdfx/hiview/plugins/crash_validator/
H A Dcrash_validator.cpp75 std::shared_ptr<SysEvent> CrashValidator::Convert2SysEvent(std::shared_ptr<Event>& event) in Convert2SysEvent() function in OHOS::HiviewDFX::CrashValidator
183 std::shared_ptr<SysEvent> sysEvent = Convert2SysEvent(event); in OnEvent()
H A Dcrash_validator.h45 std::shared_ptr<SysEvent> Convert2SysEvent(std::shared_ptr<Event>& event);
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dsysevent_source.h65 std::shared_ptr<SysEvent> Convert2SysEvent(std::shared_ptr<Event>& event);
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp211 std::shared_ptr<SysEvent> sysEvent = Convert2SysEvent(event); in CheckEvent()
236 std::shared_ptr<SysEvent> SysEventSource::Convert2SysEvent(std::shared_ptr<Event>& event) in Convert2SysEvent() function in OHOS::HiviewDFX::SysEventSource