Home
last modified time | relevance | path

Searched refs:UpdateHandlerInterface (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-ipmi-flash/tools/
H A Dhandler.hpp13 class UpdateHandlerInterface class
16 virtual ~UpdateHandlerInterface() = default;
63 class UpdateHandler : public UpdateHandlerInterface
H A Dupdater.hpp23 void updaterMain(UpdateHandlerInterface* updater, ipmiblob::BlobInterface* blob,
H A Dupdater.cpp38 void updaterMain(UpdateHandlerInterface* updater, ipmiblob::BlobInterface* blob, in updaterMain()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dupdater_mock.hpp14 class UpdateHandlerMock : public UpdateHandlerInterface