Lines Matching refs:Entry
20 void Entry::delete_() in delete_()
25 bool Entry::resolved(bool value) in resolved()
28 sdbusplus::server::xyz::openbmc_project::logging::Entry::resolved(); in resolved()
60 sdbusplus::server::xyz::openbmc_project::logging::Entry::resolved( in resolved()
74 std::string Entry::eventId(std::string value) in eventId()
77 sdbusplus::server::xyz::openbmc_project::logging::Entry::eventId(); in eventId()
81 sdbusplus::server::xyz::openbmc_project::logging::Entry::eventId( in eventId()
89 std::string Entry::resolution(std::string value) in resolution()
92 sdbusplus::server::xyz::openbmc_project::logging::Entry::resolution(); in resolution()
96 sdbusplus::server::xyz::openbmc_project::logging::Entry::resolution( in resolution()
104 sdbusplus::message::unix_fd Entry::getEntry() in getEntry()
119 event, std::bind(std::mem_fn(&Entry::closeFD), this, fd, in getEntry()
125 void Entry::closeFD(int fd, sdeventplus::source::EventBase& /*source*/) in closeFD()