Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp1259 class CancelUpdate : public CommandInterface class
1262 ~CancelUpdate() = default;
1263 CancelUpdate() = delete;
1264 CancelUpdate(const CancelUpdate&) = delete;
1265 CancelUpdate(CancelUpdate&&) = delete;
1266 CancelUpdate& operator=(const CancelUpdate&) = delete;
1267 CancelUpdate& operator=(CancelUpdate&&) = delete;
1363 commands.push_back(std::make_unique<CancelUpdate>( in registerCommand()
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp4686 TEST(CancelUpdate, goodPathEncodeRequest) in TEST() argument
4701 TEST(CancelUpdate, errorPathEncodeRequest) in TEST() argument
4716 TEST(CancelUpdate, goodPathDecodeResponse) in TEST() argument
4767 TEST(CancelUpdate, errorPathDecodeResponse) in TEST() argument