Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dhost-interface.cpp37 {CMD_HEARTBEAT, Base::Host::Command::Heartbeat},
45 {Base::Host::Command::Heartbeat, std::make_pair(CMD_HEARTBEAT, 0x00)},
H A Dsystemintfcmds.hpp12 #define CMD_HEARTBEAT 0xFF macro
H A Dhost-cmd-manager.cpp61 return std::make_pair(CMD_HEARTBEAT, 0x00); in getNextCommand()