Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/test/
H A Doemrouter_unittest.cpp63 void RegisterTwoWays(ipmi_cmd_t* nextCmd) in RegisterTwoWays() argument
78 *nextCmd = IPMI_CMD_WILDCARD; in RegisterTwoWays()
79 Handler g = [nextCmd](ipmi_cmd_t cmd, const uint8_t* reqBuf, in RegisterTwoWays()
82 EXPECT_EQ(*nextCmd, cmd); in RegisterTwoWays()