Home
last modified time | relevance | path

Searched refs:preserve_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/
H A Dsys_event_store.cpp107 if (sysEvent != nullptr && sysEvent->preserve_) { in OnEvent()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h127 bool preserve_; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp330 event->preserve_ = baseInfo.preserve; in DecorateSysEvent()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp106 : PipelineEvent(sender, handler), eventType_(0), preserve_(true), log_(0), seq_(seq) in SysEvent()