Searched defs:logCount (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/redfish-core/include/ |
H A D | gzfile.hpp | 18 gzGetLines(const std::string & filename,uint64_t skip,uint64_t top,std::vector<std::string> & logEntries,size_t & logCount) gzGetLines() argument 57 readFile(gzFile logStream,uint64_t skip,uint64_t top,std::vector<std::string> & logEntries,size_t & logCount) readFile() argument 86 hostLogEntryParser(const std::string & bufferStr,uint64_t skip,uint64_t top,std::vector<std::string> & logEntries,size_t & logCount) hostLogEntryParser() argument [all...] |
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems_logservices_hostlogger.hpp | 199 size_t logCount = 0; in handleSystemsLogServicesHostloggerEntriesEntryGet() local 121 size_t logCount = 0; handleSystemsLogServicesHostloggerEntriesGet() local [all...] |
H A D | log_services.hpp | 1957 getHostLoggerEntries(const std::vector<std::filesystem::path> & hostLoggerFiles,uint64_t skip,uint64_t top,std::vector<std::string> & logEntries,size_t & logCount) getHostLoggerEntries() argument
|