Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/rule/
Dextract_rule.cpp60 if (!json.isMember(L1_SEG_STATUS)) { in ParseSegStatusCfg()
61 HIVIEW_LOGE("failed to get json number %{public}s.", L1_SEG_STATUS.c_str()); in ParseSegStatusCfg()
65 Json::Value arrayObj = json[L1_SEG_STATUS]; in ParseSegStatusCfg()
192 HIVIEW_LOGE("failed to get json number %{public}s.", L1_SEG_STATUS.c_str()); in SplitFeatureId()
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Dsyntax_rules.h24 const std::string L1_SEG_STATUS = "segmentStatus"; variable