Lines Matching refs:Report

21 Report::Report(boost::asio::io_context& ioc,  in Report()  function in Report
110 Report::~Report() in ~Report()
125 void Report::activate() in activate()
135 void Report::deactivate() in deactivate()
146 uint64_t Report::getMetricCount( in getMetricCount()
157 uint64_t Report::deduceBufferSize(const ReportUpdates reportUpdatesIn, in deduceBufferSize()
171 void Report::setReadingBuffer(const ReportUpdates newReportUpdates) in setReadingBuffer()
181 void Report::setReportUpdates(const ReportUpdates newReportUpdates) in setReportUpdates()
191 Report::makeReportInterface(const interfaces::ReportFactory& reportFactory) in makeReportInterface()
369 void Report::timerProcForPeriodicReport(boost::system::error_code ec, in timerProcForPeriodicReport()
370 Report& self) in timerProcForPeriodicReport()
381 void Report::timerProcForOnChangeReport(boost::system::error_code ec, in timerProcForOnChangeReport()
382 Report& self) in timerProcForOnChangeReport()
404 void Report::scheduleTimerForPeriodicReport(Milliseconds timerInterval) in scheduleTimerForPeriodicReport()
421 void Report::scheduleTimerForOnChangeReport() in scheduleTimerForOnChangeReport()
431 void Report::updateReadings() in updateReadings()
475 bool Report::shouldStoreMetricValues() const in shouldStoreMetricValues()
481 bool Report::storeConfiguration() const in storeConfiguration()
521 interfaces::JsonStorage::FilePath Report::reportFileName() const in reportFileName()
528 Report::collectTriggerIds(boost::asio::io_context& ioc) const in collectTriggerIds()
542 void Report::metricUpdated() in metricUpdated()
553 void Report::scheduleTimer() in scheduleTimer()
607 std::vector<ErrorMessage> Report::verify(ReportingType reportingType, in verify()