Home
last modified time | relevance | path

Searched refs:missingAcceptableNames (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dbuildjson.cpp40 std::vector<std::string> missingAcceptableNames; in from_json() local
57 findMissingAcceptable->get_to(missingAcceptableNames); in from_json()
61 spliceInputs(inputNames, inputTempToMargin, missingAcceptableNames); in from_json()
/openbmc/phosphor-pid-control/
H A Dutil.cpp107 const std::vector<std::string>& missingAcceptableNames) in spliceInputs() argument
139 for (const auto& name : missingAcceptableNames) in spliceInputs()
H A Dutil.hpp50 const std::vector<std::string>& missingAcceptableNames);