Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Djournal.hpp110 class SystemdJournal : public Journal class
114 SystemdJournal() = default;
115 SystemdJournal(const SystemdJournal&) = delete;
116 SystemdJournal(SystemdJournal&&) = delete;
117 SystemdJournal& operator=(const SystemdJournal&) = delete;
118 SystemdJournal& operator=(SystemdJournal&&) = delete;
119 virtual ~SystemdJournal() = default;
H A Djournal.cpp57 std::vector<std::string> SystemdJournal::getMessages( in getMessages()
111 std::string SystemdJournal::getFieldValue(sd_journal* journal, in getFieldValue()
147 std::string SystemdJournal::getTimeStamp(sd_journal* journal) in getTimeStamp()
H A Dservices.hpp170 SystemdJournal journal{};