Home
last modified time | relevance | path

Searched refs:FilesystemLogWatcher (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/src/
H A Dfilesystem_log_watcher.cpp26 void FilesystemLogWatcher::resetRedfishFilePosition() in resetRedfishFilePosition()
33 void FilesystemLogWatcher::cacheRedfishLogFile() in cacheRedfishLogFile()
50 void FilesystemLogWatcher::readEventLogsFromFile() in readEventLogsFromFile()
110 void FilesystemLogWatcher::onINotify(const boost::system::error_code& ec, in onINotify()
198 void FilesystemLogWatcher::watchRedfishEventLogFile() in watchRedfishEventLogFile()
202 std::bind_front(&FilesystemLogWatcher::onINotify, this)); in watchRedfishEventLogFile()
205 FilesystemLogWatcher::FilesystemLogWatcher(boost::asio::io_context& ioc) : in FilesystemLogWatcher() function in redfish::FilesystemLogWatcher
/openbmc/bmcweb/redfish-core/include/
H A Dfilesystem_log_watcher.hpp14 class FilesystemLogWatcher class
38 explicit FilesystemLogWatcher(boost::asio::io_context& iocIn);
H A Devent_service_manager.hpp57 std::optional<FilesystemLogWatcher> filesystemLogMonitor;