Home
last modified time | relevance | path

Searched refs:SysEventStat (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsys_event_stat.cpp30 SysEventStat::SysEventStat(): inValidNum_(0), validNum_(0) in SysEventStat() function in OHOS::HiviewDFX::SysEventStat
33 SysEventStat::~SysEventStat() in ~SysEventStat()
39 void SysEventStat::AccumulateEvent(bool isValid) in AccumulateEvent()
48 void SysEventStat::AddValidEvent(const std::string &domain, const std::string &eventName) in AddValidEvent()
68 void SysEventStat::AddInValidEvent(const std::string &domain, const std::string &eventName) in AddInValidEvent()
87 void SysEventStat::AccumulateEvent(const std::string &domain, const std::string &eventName, bool isValid) in AccumulateEvent()
98 void SysEventStat::StatSummary(int fd) in StatSummary()
105 void SysEventStat
[all...]
H A Dsysevent_source.cpp128 sysEventStat_ = std::make_unique<SysEventStat>(); in OnLoad()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dsys_event_stat.h26 class SysEventStat { class
28 SysEventStat();
29 ~SysEventStat();
49 }; // SysEventStat
H A Dsysevent_source.h72 std::unique_ptr<SysEventStat> sysEventStat_ = nullptr;
/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H A Dsys_event_stat_test.cpp67 SysEventStat sysEventStat_; in HWTEST_F()

Completed in 2 milliseconds