Searched refs:getCommand (Results 1 – 7 of 7) sorted by relevance
55 inline std::string getCommand() in getCommand() function67 inline std::string getCommand(T i_arg1, Types... i_args) in getCommand() function69 std::string l_cmd = " " + i_arg1 + getCommand(i_args...); in getCommand()88 std::string l_cmd = i_path + getCommand(i_args...); in executeCmd()
107 uint8_t getCommand() const in getCommand() function in phosphor::power::regulators::PMBusReadSensorAction
59 EXPECT_EQ(action.getCommand(), 0x8B); in TEST()73 EXPECT_EQ(action.getCommand(), 0x8C); in TEST()511 EXPECT_EQ(action.getCommand(), 0x8C); in TEST()
135 auto getCommand() const in getCommand() function in command::Entry
169 uint32_t getCommand() in getCommand() function
109 auto command = inMessage->getCommand(); in executeCommand()
3791 EXPECT_EQ(action->getCommand(), 0x8C); in TEST()3810 EXPECT_EQ(action->getCommand(), 0x7A); in TEST()