Searched refs:createEntry (Results 1 – 7 of 7) sorted by relevance
| /openbmc/bios-bmc-smm-error-logger/include/rde/ |
| H A D | notifier_dbus_handler.hpp | 34 void createEntry(const std::string& filePath);
|
| /openbmc/bios-bmc-smm-error-logger/src/rde/ |
| H A D | notifier_dbus_handler.cpp | 15 void CperFileNotifierHandler::createEntry(const std::string& filePath) in createEntry() function in bios_bmc_smm_error_logger::rde::CperFileNotifierHandler
|
| H A D | external_storer_file.cpp | 225 cperNotifier->createEntry(rootPath + subPath + "/index.json"); in processLogEntry()
|
| /openbmc/phosphor-debug-collector/ |
| H A D | dump_manager_bmc.hpp | 88 void createEntry(const std::filesystem::path& fullPath);
|
| H A D | dump_manager_bmc.cpp | 171 void Manager::createEntry(const std::filesystem::path& file) in createEntry() function in phosphor::dump::bmc::Manager 233 createEntry(i.first); in watchCallback()
|
| /openbmc/phosphor-logging/ |
| H A D | log_manager.cpp | 200 createEntry(errMsg, errLvl, additionalData); in _commit() 203 auto Manager::createEntry(std::string errMsg, Entry::Level errLvl, in createEntry() function in phosphor::logging::internal::Manager 273 return this->createEntry(msg, level, std::move(data)); in createFromEvent() 715 return createEntry(message, severity, additionalData, ffdc); in create()
|
| H A D | log_manager.hpp | 272 auto createEntry(std::string errMsg, Entry::Level errLvl,
|