/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/ |
H A D | version_mock.hpp | 12 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 D | firmware_handlers_builder.cpp | 35 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 D | firmware_handlers_builder.hpp | 11 class FirmwareHandlersBuilder : public HandlersBuilderIfc<ActionPack> 14 std::vector<HandlerConfig<ActionPack>>
|
H A D | firmware_handler.hpp | 27 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 D | version_handlers_builder.cpp | 36 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 D | version_handlers_builder.hpp | 16 public HandlersBuilderIfc<VersionBlobHandler::ActionPack> 19 std::vector<HandlerConfig<VersionBlobHandler::ActionPack>>
|
H A D | version_handler.hpp | 25 struct ActionPack struct in ipmi_flash::VersionBlobHandler 36 VersionBlobHandler(std::vector<HandlerConfig<ActionPack>>&& configs); 74 std::unique_ptr<ActionPack> actions;
|
H A D | version_handler.cpp | 16 std::vector<HandlerConfig<ActionPack>>&& configs) in VersionBlobHandler()
|
/openbmc/phosphor-ipmi-flash/bmc/log-handler/ |
H A D | log_handlers_builder.cpp | 35 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 D | log_handlers_builder.hpp | 29 class LogHandlersBuilder : public HandlersBuilderIfc<LogBlobHandler::ActionPack> 32 std::vector<HandlerConfig<LogBlobHandler::ActionPack>>
|
H A D | log_handler.hpp | 39 struct ActionPack struct in ipmi_flash::LogBlobHandler 51 LogBlobHandler(std::vector<HandlerConfig<ActionPack>>&& configs); 89 std::unique_ptr<ActionPack> actions;
|
H A D | log_handler.cpp | 29 LogBlobHandler::LogBlobHandler(std::vector<HandlerConfig<ActionPack>>&& configs) in LogBlobHandler()
|
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/ |
H A D | log_mock.hpp | 30 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 D | create_action_map.hpp | 16 std::unique_ptr<ActionPack> actionPack = std::make_unique<ActionPack>(); in CreateActionMap()
|
H A D | firmware_multiplebundle_unittest.cpp | 76 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 D | firmware_state_notyetstarted_tarball_unittest.cpp | 43 std::unique_ptr<ActionPack> actionPack = std::make_unique<ActionPack>(); in SetUp()
|
H A D | firmware_unittest.hpp | 55 std::unique_ptr<ActionPack> actionPack = std::make_unique<ActionPack>(); in SetUp()
|