Searched refs:COMPOSE_COLON (Results 1 – 2 of 2) sorted by relevance
34 const string FeatureAnalysis::COMPOSE_COLON = ":"; member in OHOS::HiviewDFX::FeatureAnalysis341 (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()
89 static const std::string COMPOSE_COLON; variable