Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dreport.hpp142 static constexpr const char* reportIfaceName = member in Report
H A Dreport.cpp193 objServer->add_unique_interface(getPath(), reportIfaceName); in makeReportInterface()
/openbmc/telemetry/tests/src/
H A Dtest_report.cpp151 return DbusEnvironment::getProperty<T>(path, Report::reportIfaceName, in getProperty()
159 return DbusEnvironment::setProperty<T>(path, Report::reportIfaceName, in setProperty()
167 return DbusEnvironment::callMethod(path, Report::reportIfaceName, in callMethod()
207 return call(path, Report::reportIfaceName, "Update"); in update()
1118 if (iface == Report::reportIfaceName) in monitorProc()
1135 sut->getPath(), Report::reportIfaceName), in makeMonitor()