Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.hpp769 std::unique_ptr<SetDeviceAction> parseSetDevice(const nlohmann::json& element);
H A Dconfig_file_parser.cpp156 action = parseSetDevice(element["set_device"]); in parseAction()
1194 std::unique_ptr<SetDeviceAction> parseSetDevice(const json& element) in parseSetDevice() function
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp5154 std::unique_ptr<SetDeviceAction> action = parseSetDevice(element); in TEST()
5162 parseSetDevice(element); in TEST()
5174 parseSetDevice(element); in TEST()