Searched refs:reportStorage (Results 1 – 7 of 7) sorted by relevance
/openbmc/telemetry/src/ |
H A D | report_manager.cpp | 23 reportStorage(std::move(reportStorageIn)), objServer(objServerIn) in ReportManager() 165 appendLimit, reportUpdates, *this, *reportStorage, in addReport() 173 reportStorage->list(); in loadFromPersistent() 177 std::optional<nlohmann::json> data = reportStorage->load(path); in loadFromPersistent() 224 reportStorage->remove(path); in loadFromPersistent()
|
H A D | report_manager.hpp | 25 std::unique_ptr<interfaces::JsonStorage> reportStorage, 41 std::unique_ptr<interfaces::JsonStorage> reportStorage; member in ReportManager
|
H A D | report.hpp | 63 interfaces::JsonStorage& reportStorage, 133 interfaces::JsonStorage& reportStorage; member in Report
|
H A D | report_factory.cpp | 24 interfaces::JsonStorage& reportStorage, in make() argument 44 reportStorage, std::move(metrics), *this, enabled, in make()
|
H A D | report.cpp | 42 triggerIds(collectTriggerIds(ioc)), reportStorage(reportStorageIn), in Report() 121 reportStorage.remove(reportFileName()); in ~Report() 273 reportStorage.remove(reportFileName()); in makeReportInterface() 508 reportStorage.store(reportFileName(), data); in storeConfiguration()
|
H A D | report_factory.hpp | 39 interfaces::JsonStorage& reportStorage,
|
/openbmc/telemetry/src/interfaces/ |
H A D | report_factory.hpp | 44 JsonStorage& reportStorage,
|