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.cpp32 std::vector<std::string> missingAcceptableNames; in from_json() local
49 findMissingAcceptable->get_to(missingAcceptableNames); in from_json()
53 spliceInputs(inputNames, inputTempToMargin, missingAcceptableNames); in from_json()
/openbmc/phosphor-pid-control/
H A Dutil.hpp43 const std::vector<std::string>& missingAcceptableNames);
H A Dutil.cpp112 const std::vector<std::string>& missingAcceptableNames) in spliceInputs() argument
144 for (const auto& name : missingAcceptableNames) in spliceInputs()