Home
last modified time | relevance | path

Searched refs:CheckJsonValue (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Djson_parser.cpp48 bool JsonParser::CheckJsonValue(const Json::Value& eventJson, const std::vector<std::string>& fields) in CheckJsonValue() function in OHOS::HiviewDFX::JsonParser
97 if (!ParseJsonString(root, jsonStr) || !CheckJsonValue(root, PLUGIN_STATS_FIELDS)) { in ParsePluginStatsEvent()
121 if (!ParseJsonString(root, jsonStr) || !CheckJsonValue(root, SYS_USAGE_FIELDS)) { in ParseSysUsageEvent()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Djson_parser.h34 static bool CheckJsonValue(const Json::Value& value, const std::vector<std::string>& fields);
/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
H A Dfold_app_usage_test.cpp311 ASSERT_FALSE(JsonParser::CheckJsonValue(object, fields)); in HWTEST_F()

Completed in 3 milliseconds