Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
Djson_parser.h39 static void ParseStringVec(const Json::Value& value, std::vector<std::string>& vec);
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Djson_parser.cpp84 void JsonParser::ParseStringVec(const Json::Value& root, std::vector<std::string>& vec) in ParseStringVec() function in OHOS::HiviewDFX::JsonParser
107 ParseStringVec(root[KEY_OF_TOP_K_EVENT], topKEvents); in ParsePluginStatsEvent()