Lines Matching refs:Entry
21 using Entry = sdbusplus::client::xyz::openbmc_project::logging::Entry<>; typedef
24 static auto severity_from_syslog(int s) -> Entry::Level in severity_from_syslog()
29 return Entry::Level::Debug; in severity_from_syslog()
32 return Entry::Level::Informational; in severity_from_syslog()
35 return Entry::Level::Notice; in severity_from_syslog()
38 return Entry::Level::Warning; in severity_from_syslog()
41 return Entry::Level::Error; in severity_from_syslog()
44 return Entry::Level::Critical; in severity_from_syslog()
47 return Entry::Level::Alert; in severity_from_syslog()
50 return Entry::Level::Emergency; in severity_from_syslog()
52 return Entry::Level::Emergency; in severity_from_syslog()
110 -> std::tuple<std::string, Entry::Level, std::map<std::string, std::string>> in extractEvent()
159 using details::Entry; in resolve()
162 auto m = b.new_method_call(Entry::default_service, logPath.str.c_str(), in resolve()
164 m.append(Entry::interface, "Resolved", std::variant<bool>(true)); in resolve()
195 using details::Entry; in resolve()
200 co_await Entry(ctx) in resolve() local
201 .service(Entry::default_service) in resolve()