Lines Matching full:report

1 #include "report.hpp"
21 Report::Report( in Report() function in Report
109 Report::~Report() in ~Report()
124 void Report::activate() in activate()
134 void Report::deactivate() in deactivate()
145 uint64_t Report::getMetricCount( in getMetricCount()
156 uint64_t Report::deduceBufferSize(const ReportUpdates reportUpdatesIn, in deduceBufferSize()
170 void Report::setReadingBuffer(const ReportUpdates newReportUpdates) in setReadingBuffer()
180 void Report::setReportUpdates(const ReportUpdates newReportUpdates) in setReportUpdates()
189 std::unique_ptr<sdbusplus::asio::dbus_interface> Report::makeReportInterface( in makeReportInterface()
376 void Report::timerProcForPeriodicReport(boost::system::error_code ec, in timerProcForPeriodicReport()
377 Report& self) in timerProcForPeriodicReport()
388 void Report::timerProcForOnChangeReport(boost::system::error_code ec, in timerProcForOnChangeReport()
389 Report& self) in timerProcForOnChangeReport()
411 void Report::scheduleTimerForPeriodicReport(Milliseconds timerInterval) in scheduleTimerForPeriodicReport()
423 "Failed to schedule timer for periodic report: ", in scheduleTimerForPeriodicReport()
428 void Report::scheduleTimerForOnChangeReport() in scheduleTimerForOnChangeReport()
438 void Report::updateReadings() in updateReadings()
482 bool Report::shouldStoreMetricValues() const in shouldStoreMetricValues()
488 bool Report::storeConfiguration() const in storeConfiguration()
521 "Failed to store a report in storage", in storeConfiguration()
529 interfaces::JsonStorage::FilePath Report::reportFileName() const in reportFileName()
535 std::unordered_set<std::string> Report::collectTriggerIds( in collectTriggerIds()
551 void Report::metricUpdated() in metricUpdated()
562 void Report::scheduleTimer() in scheduleTimer()
616 std::vector<ErrorMessage> Report::verify(ReportingType reportingType, in verify()