Home
last modified time | relevance | path

Searched refs:ReportManager (Results 1 – 19 of 19) sorted by relevance

/openbmc/telemetry/src/
H A Dreport_manager.hpp20 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 Dreport_manager.cpp18 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 Dtelemetry.hpp37 ReportManager reportManager;
H A Dreport_factory.hpp37 interfaces::ReportManager& reportManager,
H A Dreport.cpp28 interfaces::ReportManager& reportManager, in Report()
292 ReportManager::verifyMetricParams(labeledMetricParams); in makeReportInterface()
619 if (interval != Milliseconds{0} && interval < ReportManager::minInterval) in verify()
H A Dreport.hpp62 interfaces::ReportManager& reportManager,
H A Dreport_factory.cpp23 interfaces::ReportManager& reportManager, in make()
/openbmc/telemetry/tests/src/
H A Dtest_report_manager.cpp40 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 Dtest_report.cpp301 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 Dmeson.build3 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 Dmeson.build3 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 Dreport_manager.hpp9 class ReportManager class
12 virtual ~ReportManager() = default;
H A Dreport_factory.hpp43 ReportManager& reportManager, JsonStorage& reportStorage,
/openbmc/telemetry/tests/src/mocks/
H A Dreport_factory_mock.hpp64 const ReportUpdates, interfaces::ReportManager&,
71 const testing::Matcher<interfaces::ReportManager&>& rm, in expectMake()
H A Dreport_manager_mock.hpp7 class ReportManagerMock : public interfaces::ReportManager
/openbmc/docs/designs/
H A Dtelemetry.md286 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/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]
/openbmc/linux/
H A Dopengrok1.0.log[all...]