Home
last modified time | relevance | path

Searched refs:i_fileName (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Devent_logger_utility.hpp267 const std::string& i_fileName, const std::string& i_funcName, in createAsyncPelWithInventoryCallout() argument
328 i_fileName.c_str(), "FunctionName", i_funcName.c_str(), in createAsyncPelWithInventoryCallout()
365 const std::string& i_fileName, const std::string& i_funcName,
386 const std::string& i_fileName, const std::string& i_funcName,
410 const std::string& i_fileName, const std::string& i_funcName, in createAsyncPel() argument
452 i_fileName.c_str(), "FunctionName", i_funcName.c_str(), in createAsyncPel()
492 const std::string& i_fileName, const std::string& i_funcName, in createSyncPel() argument
524 {"FileName", i_fileName}, in createSyncPel()
577 const std::string& i_fileName, const std::string& i_funcName, in createSyncPelWithInvCallOut() argument
589 createSyncPel(i_errorType, i_severity, i_fileName, i_funcName, in createSyncPelWithInvCallOut()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dlogger.hpp214 * @param[in] i_fileName - Name of the log file
218 AsyncFileLogger(const std::filesystem::path& i_fileName, in AsyncFileLogger() argument
220 ILogFileHandler(i_fileName, i_maxEntries) in AsyncFileLogger()