Home
last modified time | relevance | path

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

/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Dexternal_storer_file.hpp24 class FileHandlerInterface class
27 virtual ~FileHandlerInterface() = default;
61 class ExternalStorerFileWriter : public FileHandlerInterface
102 std::unique_ptr<FileHandlerInterface> fileHandler,
109 std::unique_ptr<FileHandlerInterface> fileHandler;
/openbmc/bios-bmc-smm-error-logger/test/
H A Dexternal_storer_file_test.cpp22 class MockFileWriter : public FileHandlerInterface
50 std::unique_ptr<FileHandlerInterface> mockFileWriter;
/openbmc/bios-bmc-smm-error-logger/src/
H A Dmain.cpp93 std::unique_ptr<rde::FileHandlerInterface> fileIface = in main()
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp62 std::unique_ptr<FileHandlerInterface> fileHandler, in ExternalStorerFileInterface()