Searched defs:fileHandler (Results 1 – 2 of 2) sorted by relevance
/openbmc/bios-bmc-smm-error-logger/include/rde/ | ||
H A D | external_storer_file.hpp | 109 std::unique_ptr<FileHandlerInterface> fileHandler; member in bios_bmc_smm_error_logger::rde::ExternalStorerFileInterface |
/openbmc/bios-bmc-smm-error-logger/src/rde/ | ||
H A D | external_storer_file.cpp | 62 ExternalStorerFileInterface(const std::shared_ptr<sdbusplus::asio::connection> & conn,std::string_view rootPath,std::unique_ptr<FileHandlerInterface> fileHandler,uint32_t numSavedLogEntries,uint32_t numLogEntries) ExternalStorerFileInterface() argument |