Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/
H A Dversion_mock.hpp12 static HandlerConfig<VersionBlobHandler::ActionPack> createMockVersionConfig( in createMockVersionConfig()
16 HandlerConfig<VersionBlobHandler::ActionPack> ret; in createMockVersionConfig()
24 ret.actions = std::make_unique<VersionBlobHandler::ActionPack>(); in createMockVersionConfig()
36 static std::vector<HandlerConfig<VersionBlobHandler::ActionPack>>
39 std::vector<HandlerConfig<VersionBlobHandler::ActionPack>> ret; in createMockVersionConfigs()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dfirmware_handlers_builder.cpp35 std::vector<HandlerConfig<ActionPack>>
38 std::vector<HandlerConfig<ActionPack>> handlers; in buildHandlerFromJson()
44 HandlerConfig<ActionPack> output; in buildHandlerFromJson()
73 std::unique_ptr<ActionPack> pack = std::make_unique<ActionPack>(); in buildHandlerFromJson()
H A Dfirmware_handlers_builder.hpp11 class FirmwareHandlersBuilder : public HandlersBuilderIfc<ActionPack>
14 std::vector<HandlerConfig<ActionPack>>
H A Dfirmware_handler.hpp27 struct ActionPack struct
39 std::unordered_map<std::string, std::unique_ptr<ipmi_flash::ActionPack>>; argument
176 ActionPack* getActionPack() in getActionPack()
/openbmc/phosphor-ipmi-flash/bmc/version-handler/
H A Dversion_handlers_builder.cpp36 std::vector<HandlerConfig<VersionBlobHandler::ActionPack>>
39 std::vector<HandlerConfig<VersionBlobHandler::ActionPack>> handlers; in buildHandlerFromJson()
45 HandlerConfig<VersionBlobHandler::ActionPack> output; in buildHandlerFromJson()
84 auto pack = std::make_unique<VersionBlobHandler::ActionPack>(); in buildHandlerFromJson()
H A Dversion_handlers_builder.hpp16 public HandlersBuilderIfc<VersionBlobHandler::ActionPack>
19 std::vector<HandlerConfig<VersionBlobHandler::ActionPack>>
H A Dversion_handler.hpp25 struct ActionPack struct in ipmi_flash::VersionBlobHandler
36 VersionBlobHandler(std::vector<HandlerConfig<ActionPack>>&& configs);
74 std::unique_ptr<ActionPack> actions;
H A Dversion_handler.cpp16 std::vector<HandlerConfig<ActionPack>>&& configs) in VersionBlobHandler()
/openbmc/phosphor-ipmi-flash/bmc/log-handler/
H A Dlog_handlers_builder.cpp35 std::vector<HandlerConfig<LogBlobHandler::ActionPack>>
38 std::vector<HandlerConfig<LogBlobHandler::ActionPack>> handlers; in buildHandlerFromJson()
44 HandlerConfig<LogBlobHandler::ActionPack> output; in buildHandlerFromJson()
73 auto pack = std::make_unique<LogBlobHandler::ActionPack>(); in buildHandlerFromJson()
H A Dlog_handlers_builder.hpp29 class LogHandlersBuilder : public HandlersBuilderIfc<LogBlobHandler::ActionPack>
32 std::vector<HandlerConfig<LogBlobHandler::ActionPack>>
H A Dlog_handler.hpp39 struct ActionPack struct in ipmi_flash::LogBlobHandler
51 LogBlobHandler(std::vector<HandlerConfig<ActionPack>>&& configs);
89 std::unique_ptr<ActionPack> actions;
H A Dlog_handler.cpp29 LogBlobHandler::LogBlobHandler(std::vector<HandlerConfig<ActionPack>>&& configs) in LogBlobHandler()
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/
H A Dlog_mock.hpp30 HandlerConfig<LogBlobHandler::ActionPack> ret; in createMockLogConfig()
38 ret.actions = std::make_unique<LogBlobHandler::ActionPack>(); in createMockLogConfig()
52 std::vector<HandlerConfig<LogBlobHandler::ActionPack>> ret; in createMockLogConfigs()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dcreate_action_map.hpp16 std::unique_ptr<ActionPack> actionPack = std::make_unique<ActionPack>(); in CreateActionMap()
H A Dfirmware_multiplebundle_unittest.cpp76 std::unique_ptr<ActionPack> bmcPack = std::make_unique<ActionPack>(); in SetUp()
81 std::unique_ptr<ActionPack> biosPack = std::make_unique<ActionPack>(); in SetUp()
H A Dfirmware_state_notyetstarted_tarball_unittest.cpp43 std::unique_ptr<ActionPack> actionPack = std::make_unique<ActionPack>(); in SetUp()
H A Dfirmware_unittest.hpp55 std::unique_ptr<ActionPack> actionPack = std::make_unique<ActionPack>(); in SetUp()