Home
last modified time | relevance | path

Searched refs:KEY_OF_END (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/event/
H A Dsys_usage_event.cpp29 {KEY_OF_START, DEFAULT_UINT64}, {KEY_OF_END, DEFAULT_UINT64}, in SysUsageEvent()
44 KEY_OF_END, this->paramMap_[KEY_OF_END].GetUint64(), in ReportDFX()
56 KEY_OF_END, this->paramMap_[KEY_OF_END].GetUint64(), in ReportDFXUE()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/
H A Dusage_event_report_service.cpp84 cacheUsage->Update(KEY_OF_START, cacheUsage->GetValue(KEY_OF_END).GetUint64()); in ReportSysUsage()
102 cacheUsage->Update(KEY_OF_END, nowUsage->GetValue(KEY_OF_END).GetUint64()); in UpdateCacheSysUsage()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Djson_parser.cpp34 SysUsageEventSpace::KEY_OF_END,
125 event->Update(KEY_OF_END, ParseUInt64(root[KEY_OF_END])); in ParseSysUsageEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
H A Dsys_usage_event_factory.cpp38 event->Update(KEY_OF_END, TimeUtil::GetMilliseconds()); in Create()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/include/
H A Dusage_event_common.h51 const std::string KEY_OF_END = "END"; variable