Home
last modified time | relevance | path

Searched refs:reportAction (Results 1 – 2 of 2) sorted by relevance

/openbmc/telemetry/src/
H A Dreport_manager.cpp92 [](const auto& reportAction) { in ReportManager() argument
94 reportAction); in ReportManager()
218 [](const auto reportAction) { in loadFromPersistent() argument
219 return utils::toReportAction(reportAction); in loadFromPersistent()
H A Dreport.cpp345 newVal, [](const auto& reportAction) { in makeReportInterface() argument
346 return utils::toReportAction(reportAction); in makeReportInterface()
360 reportActions, [](const auto reportAction) { in makeReportInterface() argument
361 return utils::enumToString(reportAction); in makeReportInterface()
523 utils::transform(reportActions, [](const auto reportAction) { in storeConfiguration() argument
524 return utils::toUnderlying(reportAction); in storeConfiguration()