Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/bmc/
H A Dskip_action.hpp12 class SkipAction : public TriggerableActionInterface class
17 SkipAction() = default;
18 ~SkipAction() = default;
21 SkipAction(const SkipAction&) = delete;
22 SkipAction& operator=(const SkipAction&) = delete;
23 SkipAction(SkipAction&&) = default;
24 SkipAction& operator=(SkipAction&&) = default;
H A Dskip_action.cpp24 std::unique_ptr<TriggerableActionInterface> SkipAction::CreateSkipAction() in CreateSkipAction()
26 return std::make_unique<SkipAction>(); in CreateSkipAction()
29 bool SkipAction::trigger() in trigger()
38 void SkipAction::abort() {} in abort()
40 ActionStatus SkipAction::status() in status()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_skip_unittest.cpp14 SkipAction skip; in TEST()
26 SkipAction skip; in TEST()
34 SkipAction skip; in TEST()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dfirmware_handlers_builder.cpp84 pack->preparation = SkipAction::CreateSkipAction(); in buildHandlerFromJson()
104 pack->verification = SkipAction::CreateSkipAction(); in buildHandlerFromJson()
130 pack->update = SkipAction::CreateSkipAction(); in buildHandlerFromJson()
/openbmc/phosphor-ipmi-flash/bmc/log-handler/
H A Dlog_handlers_builder.cpp84 pack->onOpen = SkipAction::CreateSkipAction(); in buildHandlerFromJson()
100 pack->onDelete = SkipAction::CreateSkipAction(); in buildHandlerFromJson()
/openbmc/phosphor-ipmi-flash/bmc/version-handler/
H A Dversion_handlers_builder.cpp95 pack->onOpen = SkipAction::CreateSkipAction(); in buildHandlerFromJson()