Home
last modified time | relevance | path

Searched refs:createStepwiseController (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-pid-control/test/
H A Dpid_stepwisecontroller_unittest.cpp38 StepwiseController::createStepwiseController(&z, "foo", inputs, in TEST()
74 StepwiseController::createStepwiseController(&z, "foo", inputs, in TEST()
/openbmc/phosphor-pid-control/pid/
H A Dstepwisecontroller.hpp20 createStepwiseController(ZoneInterface* owner, const std::string& id,
H A Dstepwisecontroller.cpp70 std::unique_ptr<Controller> StepwiseController::createStepwiseController( in createStepwiseController() function in pid_control::StepwiseController
H A Dbuilder.cpp134 auto stepwise = StepwiseController::createStepwiseController( in buildZones()