Searched refs:createEntry (Results 1 – 7 of 7) sorted by relevance
34 void createEntry(const std::string& filePath);
15 void CperFileNotifierHandler::createEntry(const std::string& filePath) in createEntry() function in bios_bmc_smm_error_logger::rde::CperFileNotifierHandler
170 cperNotifier->createEntry(fullPath + "/index.json"); in processLogEntry()
196 createEntry(errMsg, errLvl, additionalData); in _commit()199 auto Manager::createEntry( in createEntry() function in phosphor::logging::internal::Manager267 return this->createEntry(msg, level, std::move(data)); in createFromEvent()712 return createEntry(message, severity, ad, ffdc); in create()
272 auto createEntry(std::string errMsg, Entry::Level errLvl,
88 void createEntry(const std::filesystem::path& fullPath);
170 void Manager::createEntry(const std::filesystem::path& file) in createEntry() function in phosphor::dump::bmc::Manager232 createEntry(i.first); in watchCallback()