Searched refs:getCommand (Results 1 – 7 of 7) sorted by relevance
77 inline std::string getCommand() in getCommand() function89 inline std::string getCommand(T i_arg1, Types... i_args) in getCommand() function91 std::string l_cmd = " " + i_arg1 + getCommand(i_args...); in getCommand()116 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()
3422 EXPECT_EQ(action->getCommand(), 0x8C); in TEST()3441 EXPECT_EQ(action->getCommand(), 0x7A); in TEST()