Home
last modified time | relevance | path

Searched refs:getCommand (Results 1 – 7 of 7) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dcommon_utility.hpp55 inline std::string getCommand() in getCommand() function
67 inline std::string getCommand(T i_arg1, Types... i_args) in getCommand() function
69 std::string l_cmd = " " + i_arg1 + getCommand(i_args...); in getCommand()
88 std::string l_cmd = i_path + getCommand(i_args...); in executeCmd()
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Dpmbus_read_sensor_action.hpp107 uint8_t getCommand() const in getCommand() function in phosphor::power::regulators::PMBusReadSensorAction
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dpmbus_read_sensor_action_tests.cpp59 EXPECT_EQ(action.getCommand(), 0x8B); in TEST()
73 EXPECT_EQ(action.getCommand(), 0x8C); in TEST()
511 EXPECT_EQ(action.getCommand(), 0x8C); in TEST()
/openbmc/phosphor-net-ipmid/
H A Dcommand_table.hpp135 auto getCommand() const in getCommand() function in command::Entry
H A Dmessage.hpp169 uint32_t getCommand() in getCommand() function
H A Dmessage_handler.cpp109 auto command = inMessage->getCommand(); in executeCommand()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp3791 EXPECT_EQ(action->getCommand(), 0x8C); in TEST()
3810 EXPECT_EQ(action->getCommand(), 0x7A); in TEST()