Searched refs:pathMeta (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-dbus-monitor/src/ |
H A D | journal.hpp | 42 virtual void log(const char* message, const std::string& pathMeta, 96 void log(const char* message, const std::string& pathMeta, in log() argument 103 (pathMeta + GetFormat<decltype(pathMeta)>::format).c_str(), in log()
|
H A D | journal.cpp | 30 const auto& pathMeta = std::get<pathMetaIndex>(n.second); in operator ()() local 37 log(message, pathMeta, path, propertyMeta, value); in operator ()()
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | pathgentest.cpp | 85 ASSERT_EQ(sizeof(expectedPathMeta), sizeof(pathMeta)); in TEST() 116 const auto& oriPath = std::get<0>(pathMeta[i]).get(); in TEST() 118 const auto& oriMeta = std::get<1>(pathMeta[i]).get(); in TEST()
|
/openbmc/phosphor-dbus-monitor/src/test/templates/ |
H A D | pathgentest.mako.hpp | 13 const std::array<PathMeta, ${len(pathmeta)}> pathMeta = {{ variable
|