Home
last modified time | relevance | path

Searched refs:ParseUInt64 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Djson_parser.cpp63 uint64_t JsonParser::ParseUInt64(const Json::Value& value) in ParseUInt64() function in OHOS::HiviewDFX::JsonParser
113 event->Update(KEY_OF_TOTAL_TIME, ParseUInt64(root[KEY_OF_TOTAL_TIME])); in ParsePluginStatsEvent()
124 event->Update(KEY_OF_START, ParseUInt64(root[KEY_OF_START])); in ParseSysUsageEvent()
125 event->Update(KEY_OF_END, ParseUInt64(root[KEY_OF_END])); in ParseSysUsageEvent()
126 event->Update(KEY_OF_POWER, ParseUInt64(root[KEY_OF_POWER])); in ParseSysUsageEvent()
127 event->Update(KEY_OF_RUNNING, ParseUInt64(root[KEY_OF_RUNNING])); in ParseSysUsageEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Djson_parser.h36 static uint64_t ParseUInt64(const Json::Value& value);