Searched refs:reportIfaceName (Results 1 – 3 of 3) sorted by relevance
/openbmc/telemetry/src/ |
H A D | report.hpp | 142 static constexpr const char* reportIfaceName = member in Report
|
H A D | report.cpp | 193 objServer->add_unique_interface(getPath(), reportIfaceName); in makeReportInterface()
|
/openbmc/telemetry/tests/src/ |
H A D | test_report.cpp | 151 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()
|