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 D | sys_usage_event.cpp | 29 {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 D | usage_event_report_service.cpp | 84 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 D | json_parser.cpp | 34 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 D | sys_usage_event_factory.cpp | 38 event->Update(KEY_OF_END, TimeUtil::GetMilliseconds()); in Create()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/include/ |
H A D | usage_event_common.h | 51 const std::string KEY_OF_END = "END"; variable
|