Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Daction_environment_tests.cpp173 env.setDeviceID("regulator2"); in TEST()
196 env.setDeviceID("regulator1"); in TEST()
335 env.setDeviceID("regulator2"); in TEST()
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Dset_device_action.hpp63 environment.setDeviceID(deviceID); in execute()
H A Daction_environment.hpp232 void setDeviceID(const std::string& id) in setDeviceID() function in phosphor::power::regulators::ActionEnvironment