Home
last modified time | relevance | path

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

/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp59 static constexpr auto nameDelimiter = "_"; in getPath() local
61 name.find_last_of(nameDelimiter) + 1, name.length()); in getPath()
H A Dhealth_metric_config.cpp173 static constexpr auto nameDelimiter = "_"; in getHealthMetricConfigs() local
174 std::string typeStr = name.substr(0, name.find_first_of(nameDelimiter)); in getHealthMetricConfigs()