Home
last modified time | relevance | path

Searched defs:pathMeta (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-dbus-monitor/src/test/templates/
H A Dpathgentest.mako.hpp13 const std::array<PathMeta, ${len(pathmeta)}> pathMeta = {{ variable
/openbmc/phosphor-dbus-monitor/src/
H A Djournal.cpp30 const auto& pathMeta = std::get<pathMetaIndex>(n.second); in operator ()() local
H A Djournal.hpp96 void log(const char* message, const std::string& pathMeta, in log()