Searched refs:ReportManager (Results 1 – 19 of 19) sorted by relevance
/openbmc/telemetry/src/ |
H A D | report_manager.hpp | 20 class ReportManager : public interfaces::ReportManager class 23 ReportManager( 27 ~ReportManager() = default; 29 ReportManager(const ReportManager&) = delete; 30 ReportManager(ReportManager&&) = delete; 31 ReportManager& operator=(const ReportManager&) = delete; 32 ReportManager& operator=(ReportManager&&) = delete;
|
H A D | report_manager.cpp | 18 ReportManager::ReportManager( in ReportManager() function in ReportManager 92 void ReportManager::removeReport(const interfaces::Report* report) in removeReport() 100 void ReportManager::verifyAddReport( in verifyAddReport() 137 interfaces::Report& ReportManager::addReport( in addReport() 152 interfaces::Report& ReportManager::addReport( in addReport() 176 void ReportManager::loadFromPersistent() in loadFromPersistent() 235 void ReportManager::verifyMetricParams( in verifyMetricParams() 246 if (metricParams.size() > ReportManager::maxNumberMetrics || in verifyMetricParams() 247 metricCount > ReportManager::maxNumberMetrics) in verifyMetricParams()
|
H A D | telemetry.hpp | 37 ReportManager reportManager;
|
H A D | report_factory.hpp | 37 interfaces::ReportManager& reportManager,
|
H A D | report.cpp | 28 interfaces::ReportManager& reportManager, in Report() 292 ReportManager::verifyMetricParams(labeledMetricParams); in makeReportInterface() 619 if (interval != Milliseconds{0} && interval < ReportManager::minInterval) in verify()
|
H A D | report.hpp | 62 interfaces::ReportManager& reportManager,
|
H A D | report_factory.cpp | 23 interfaces::ReportManager& reportManager, in make()
|
/openbmc/telemetry/tests/src/ |
H A D | test_report_manager.cpp | 40 std::unique_ptr<ReportManager> sut; 49 sut = std::make_unique<ReportManager>( in SetUp() 70 DbusEnvironment::serviceName(), ReportManager::reportManagerPath, in addReport() 71 ReportManager::reportManagerIfaceName, "AddReport", in addReport() 94 ReportManager::reportManagerPath, in getProperty() 95 ReportManager::reportManagerIfaceName, property); in getProperty() 102 Eq(ReportManager::minInterval.count())); in TEST_F() 108 Eq(ReportManager::maxReports)); in TEST_F() 330 reportParams.interval(ReportManager::minInterval - 1ms); in TEST_F() 370 for (size_t i = 0; i < ReportManager::maxNumberMetrics; i++) in TEST_F() [all …]
|
H A D | test_report.cpp | 301 for (size_t i = 0; i < ReportManager::maxNumberMetrics; i++) in TEST_F() 427 uint64_t newValue = ReportManager::minInterval.count() * 42; in TEST_F() 438 uint64_t newValue = ReportManager::minInterval.count() - 1; in TEST_F() 455 uint64_t newValue = ReportManager::minInterval.count(); in TEST_F() 760 .interval(ReportManager::minInterval))); 848 .interval(ReportManager::minInterval * 10), 879 DbusEnvironment::sleepFor(ReportManager::minInterval + 1ms); in TEST_P() 892 .interval(ReportManager::minInterval)); in SetUp() 899 DbusEnvironment::sleepFor(ReportManager::minInterval + 1ms); in TEST_F() 909 DbusEnvironment::sleepFor(ReportManager::minInterval + 1ms); in TEST_F() [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/ReportManager/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Telemetry/ReportManager' 8 '../../../../../yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml', 28 'xyz/openbmc_project/Telemetry/ReportManager',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/ |
H A D | meson.build | 3 subdir('ReportManager') subdir 36 '../../../../yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml', 38 output: ['ReportManager.md'], 50 'xyz/openbmc_project/Telemetry/ReportManager',
|
/openbmc/telemetry/src/interfaces/ |
H A D | report_manager.hpp | 9 class ReportManager class 12 virtual ~ReportManager() = default;
|
H A D | report_factory.hpp | 43 ReportManager& reportManager, JsonStorage& reportStorage,
|
/openbmc/telemetry/tests/src/mocks/ |
H A D | report_factory_mock.hpp | 64 const ReportUpdates, interfaces::ReportManager&, 71 const testing::Matcher<interfaces::ReportManager&>& rm, in expectMake()
|
H A D | report_manager_mock.hpp | 7 class ReportManagerMock : public interfaces::ReportManager
|
/openbmc/docs/designs/ |
H A D | telemetry.md | 286 xyz.openbmc_project.Telemetry.ReportManager 290 The `ReportManager` implements D-Bus interface 291 [`xyz.openbmc_project.Telemetry.ReportManager`][8] for report management. The 296 `ReportManager` object implements property that stores the maximum number of 817 …hosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |