Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp34 const string FeatureAnalysis::COMPOSE_COLON = ":"; member in OHOS::HiviewDFX::FeatureAnalysis
341 (eventInfo_[param.first] + COMPOSE_COLON + result) : result; in Compose()
385 } else if (param.find(COMPOSE_COLON) != string::npos) { in ComposeParam()
386 tag = COMPOSE_COLON; in ComposeParam()
401 } else if (param.find(COMPOSE_COLON) != string::npos) { in SplitParam()
402 StringUtil::SplitStr(param, COMPOSE_COLON, params, false, false); in SplitParam()
412 info[PARAMETER_REASON].substr(0, 1) == COMPOSE_COLON) { // 1: first char in ProcessReason()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dfeature_analysis.h89 static const std::string COMPOSE_COLON; variable