Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Djson_parser.cpp83 void JsonParser::ParseStringVec(const Json::Value& root, std::vector<std::string>& vec) in ParseStringVec() function in OHOS::HiviewDFX::JsonParser
106 ParseStringVec(root[KEY_OF_TOP_K_EVENT], topKEvents); in ParsePluginStatsEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Djson_parser.h39 static void ParseStringVec(const Json::Value& value, std::vector<std::string>& vec);
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
H A Dfold_app_usage_test.cpp312 JsonParser::ParseStringVec(object, fields);