Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dreport_manager.cpp80 [](const auto& reportAction) { in ReportManager() argument
82 reportAction); in ReportManager()
198 [](const auto reportAction) { in loadFromPersistent() argument
199 return utils::toReportAction(reportAction); in loadFromPersistent()
H A Dreport.cpp325 newVal, [](const auto& reportAction) { in makeReportInterface() argument
326 return utils::toReportAction(reportAction); in makeReportInterface()
340 reportActions, [](const auto reportAction) { in makeReportInterface() argument
341 return utils::enumToString(reportAction); in makeReportInterface()
500 utils::transform(reportActions, [](const auto reportAction) { in storeConfiguration() argument
501 return utils::toUnderlying(reportAction); in storeConfiguration()