Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/rule/
Dextract_rule.cpp106 fsets.startSegVec = GetJsonArray(value, L2_SEGMENT_START); in ParseRule()
107 fsets.segStackVec = GetJsonArray(value, L2_SEGMENT_STACK); in ParseRule()
133 std::vector<std::string> ExtractRule::GetJsonArray(const Json::Value& json, const string& param) in GetJsonArray() function in OHOS::HiviewDFX::ExtractRule
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Dextract_rule.h49 std::vector<std::string> GetJsonArray(const Json::Value& json, const std::string& param);