Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/bmc/version-handler/
H A Dversion_handlers_builder.cpp70 const std::string& handlerType = h.at("type"); in buildHandlerFromJson() local
71 if (handlerType == "file") in buildHandlerFromJson()
79 handlerType); in buildHandlerFromJson()
/openbmc/phosphor-ipmi-flash/bmc/log-handler/
H A Dlog_handlers_builder.cpp59 const std::string& handlerType = h.at("type"); in buildHandlerFromJson() local
60 if (handlerType == "file") in buildHandlerFromJson()
68 handlerType); in buildHandlerFromJson()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dfirmware_handlers_builder.cpp59 const std::string handlerType = h.at("type"); in buildHandlerFromJson() local
60 if (handlerType == "file") in buildHandlerFromJson()
68 handlerType); in buildHandlerFromJson()