Searched full:reports (Results 1 – 25 of 897) sorted by relevance
12345678910>>...36
/openbmc/linux/Documentation/ABI/testing/ |
D | sysfs-driver-ccp |
|
D | sysfs-pps |
|
D | sysfs-bus-iio-bno055 |
|
D | sysfs-class-remoteproc |
|
D | sysfs-driver-input-exc3000 |
|
D | sysfs-class-regulator |
|
D | sysfs-amd-pmc |
|
/openbmc/linux/Documentation/hid/ |
D | hidraw.rst |
|
D | hid-transport.rst |
|
D | hid-alps.rst |
|
D | hidintro.rst |
|
/openbmc/telemetry/src/ |
H A D | report_manager.cpp | 25 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 D | test_telemetry_report.robot | 10 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 D | ReportManager.interface.yaml | 2 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/ |
D | keyspan_usa90msg.h |
|
D | keyspan_usa26msg.h |
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ampere/Event/ |
H A D | ReportedSEL.events.yaml | 10 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 D | test_trigger.cpp | 163 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/ |
D | base.py |
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
D | lirc-set-wideband-receiver.rst |
|
/openbmc/linux/drivers/hid/ |
D | hid-gfrm.c |
|
/openbmc/qemu/tests/tsan/ |
H A D | suppressions.tsan | 5 # TSan reports a double lock on RECURSIVE mutexes. 9 # TSan reports a race between pthread_mutex_init() and
|
/openbmc/linux/lib/ |
D | Kconfig.kcsan |
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | color.py | 26 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 D | README | 16 QUESTIONS AND BUG REPORTS 19 Please post your questions and bug reports to:
|
12345678910>>...36