Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Djson_parser.cpp58 uint32_t JsonParser::ParseUInt32(const Json::Value& value) in ParseUInt32() function in OHOS::HiviewDFX::JsonParser
79 vec.push_back(ParseUInt32(root[static_cast<int>(i)])); in ParseUInt32Vec()
110 event->Update(KEY_OF_TOTAL, ParseUInt32(root[KEY_OF_TOTAL])); in ParsePluginStatsEvent()
112 event->Update(KEY_OF_PROC_TIME, ParseUInt32(root[KEY_OF_PROC_TIME])); in ParsePluginStatsEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Djson_parser.h35 static uint32_t ParseUInt32(const Json::Value& value);