Home
last modified time | relevance | path

Searched full:reports (Results 1 – 25 of 897) sorted by relevance

12345678910>>...36

/openbmc/linux/Documentation/ABI/testing/
Dsysfs-driver-ccp
Dsysfs-pps
Dsysfs-bus-iio-bno055
Dsysfs-class-remoteproc
Dsysfs-driver-input-exc3000
Dsysfs-class-regulator
Dsysfs-amd-pmc
/openbmc/linux/Documentation/hid/
Dhidraw.rst
Dhid-transport.rst
Dhid-alps.rst
Dhidintro.rst
/openbmc/telemetry/src/
H A Dreport_manager.cpp25 reports.reserve(maxReports); in ReportManager()
94 reports.erase( in removeReport()
95 std::remove_if(reports.begin(), reports.end(), in removeReport()
97 reports.end()); in removeReport()
108 if (reports.size() >= maxReports) in verifyAddReport()
161 reports, [](const auto& report) { return report->getId(); }); in addReport()
169 reports.emplace_back( in addReport()
173 return *reports.back(); in addReport()
/openbmc/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot10 Test Setup Delete All Telemetry Reports
48 # Create maximum number of reports.
58 # Now delete the reports created.
59 Delete All Telemetry Reports
120 Delete All Telemetry Reports
195 Delete All Telemetry Reports
196 [Documentation] Delete all existing telemetry reports.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReportManager.interface.yaml2 Implement to provide reports management. Contain information about report
10 /xyz/openbmc_project/Telemetry/Reports/{properties[Id]} where
63 /xyz/openbmc_project/Telemetry/Reports/{parameters[Id]}.
69 Contains the max number of metric reports supported by the Telemetry.
/openbmc/linux/drivers/usb/serial/
Dkeyspan_usa90msg.h
Dkeyspan_usa26msg.h
/openbmc/phosphor-dbus-interfaces/yaml/com/ampere/Event/
H A DReportedSEL.events.yaml10 description: The source which reports error.
29 description: The source which reports warning.
48 description: The source which reports event.
/openbmc/telemetry/tests/src/
H A Dtest_trigger.cpp163 getProperty<std::vector<object_path>>(sut->getPath(), "Reports"), in TEST_F()
164 Eq(triggerParams.reports())); in TEST_F()
201 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newNames), in TEST_F()
204 getProperty<std::vector<object_path>>(sut->getPath(), "Reports"), in TEST_F()
219 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
225 const std::vector<object_path> newPropertyVal = triggerParams.reports(); in TEST_F()
232 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
246 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
254 object_path("/xyz/openbmc_project/Telemetry/Reports/P1/P2/MyReport")}; in TEST_F()
258 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
[all …]
/openbmc/linux/tools/testing/selftests/hid/tests/
Dbase.py
/openbmc/linux/Documentation/userspace-api/media/rc/
Dlirc-set-wideband-receiver.rst
/openbmc/linux/drivers/hid/
Dhid-gfrm.c
/openbmc/qemu/tests/tsan/
H A Dsuppressions.tsan5 # TSan reports a double lock on RECURSIVE mutexes.
9 # TSan reports a race between pthread_mutex_init() and
/openbmc/linux/lib/
DKconfig.kcsan
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcolor.py26 def reports(self): member in ProgressWatcher
72 self.assertEqual(self._progress_watcher.reports(), expected)
85 self.assertListEqual(self._progress_watcher.reports(), expected)
95 self.assertListEqual(self._progress_watcher.reports(), expected)
/openbmc/openbmc-tools/pwmtachtool/
H A DREADME16 QUESTIONS AND BUG REPORTS
19 Please post your questions and bug reports to:

12345678910>>...36