| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/ |
| H A D | mpx9xx.hpp | 27 size_t imageSize) final; 28 sdbusplus::async::task<bool> updateFirmware(bool force) final; 29 sdbusplus::async::task<bool> getCRC(uint32_t* checksum) final; 30 sdbusplus::async::task<bool> parseDeviceConfiguration() final; 31 bool forcedUpdateAllowed() final; 55 MPX9XXCmd getConfigIdCmd() const final; 64 MPX9XXCmd getConfigIdCmd() const final;
|
| H A D | mp2x6xx.hpp | 17 size_t imageSize) final; 18 sdbusplus::async::task<bool> updateFirmware(bool force) final; 19 sdbusplus::async::task<bool> getCRC(uint32_t* checksum) final; 20 sdbusplus::async::task<bool> parseDeviceConfiguration() final; 21 bool forcedUpdateAllowed() final;
|
| H A D | mp297x.hpp | 17 size_t imageSize) final; 18 sdbusplus::async::task<bool> updateFirmware(bool force) final; 19 sdbusplus::async::task<bool> getCRC(uint32_t* checksum) final; 20 sdbusplus::async::task<bool> parseDeviceConfiguration() final; 21 bool forcedUpdateAllowed() final;
|
| H A D | mp5998.hpp | 17 size_t imageSize) final; 18 sdbusplus::async::task<bool> updateFirmware(bool force) final; 19 sdbusplus::async::task<bool> getCRC(uint32_t* checksum) final; 20 sdbusplus::async::task<bool> parseDeviceConfiguration() final; 21 bool forcedUpdateAllowed() final;
|
| /openbmc/bmcweb/test/redfish-core/include/utils/ |
| H A D | error_code_test.cpp | 96 crow::Response final; in TEST() 97 final.result(boost::beast::http::status::ok); in TEST() 99 propogateError(final, intermediate); in TEST() 101 EXPECT_EQ(final.jsonValue["error"]["code"].get<std::string>(), in TEST() 104 final.jsonValue["error"]["message"].get<std::string>(), in TEST() 107 EXPECT_EQ(final.result(), in TEST() 141 crow::Response final; in TEST() 142 final.result(boost::beast::http::status::ok); in TEST() 144 propogateError(final, intermediate); in TEST() 145 EXPECT_EQ(final.jsonValue["error"][messages::messageAnnotation], in TEST() [all …]
|
| /openbmc/phosphor-bmc-code-mgmt/eeprom-device/pt5161l/ |
| H A D | pt5161l.hpp | 9 bool isDeviceReady() final; 10 std::string getVersion() final; 11 std::optional<HostPowerInf::HostState> getHostStateToQueryVersion() final;
|
| /openbmc/phosphor-bmc-code-mgmt/tpm/tpm2/ |
| H A D | tpm2.hpp | 14 bool isUpdateSupported() const final in isUpdateSupported() 21 size_t image_size) final; 23 sdbusplus::async::task<bool> getVersion(std::string& version) final;
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/tda38640a/ |
| H A D | tda38640a.hpp | 20 size_t imageSize) final; 22 sdbusplus::async::task<bool> updateFirmware(bool force) final; 23 sdbusplus::async::task<bool> getCRC(uint32_t* checksum) final; 25 bool forcedUpdateAllowed() final;
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/isl69269/ |
| H A D | isl69269.hpp | 27 size_t imageSize) final; 29 sdbusplus::async::task<bool> updateFirmware(bool force) final; 30 sdbusplus::async::task<bool> getCRC(uint32_t* checksum) final; 32 bool forcedUpdateAllowed() final;
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/ |
| H A D | xdpe1x2xx.hpp | 19 size_t imageSize) final; 21 sdbusplus::async::task<bool> updateFirmware(bool force) final; 23 sdbusplus::async::task<bool> getCRC(uint32_t* checksum) final; 24 bool forcedUpdateAllowed() final;
|
| /openbmc/qemu/scripts/ci/ |
| H A D | coverage-summary.sh | 24 column -t rejoined.txt > final.txt 27 grep -v "0%" final.txt
|
| /openbmc/sdbusplus/include/sdbusplus/ |
| H A D | exception.hpp | 100 class SdBusError final : public internal_exception 139 struct InvalidEnumString final : public internal_exception 159 class UnpackPropertyError final : public internal_exception 185 class UnhandledStop final : public internal_exception
|
| /openbmc/phosphor-bmc-code-mgmt/cpld/lattice/ |
| H A D | lattice_cpld_factory.hpp | 18 std::function<bool(int)> progress) final; 20 sdbusplus::async::task<bool> getVersion(std::string& version) final;
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | error-HostEvent.hpp | 9 struct Event final : public sdbusplus::exception::generated_exception 29 struct MaintenanceProcedure final :
|
| /openbmc/sdbusplus/include/sdbusplus/async/ |
| H A D | fdio.hpp | 93 void complete() noexcept override final in complete() 98 void error(std::exception_ptr exceptionPtr) noexcept override final in error() 103 void stop() noexcept override final in stop()
|
| H A D | mutex.hpp | 106 void complete() noexcept override final in complete() 111 void stop() noexcept override final in stop()
|
| H A D | match.hpp | 107 void complete(message_t&& msg) noexcept override final in complete() 112 void stop() noexcept override final in stop()
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | utils_files.py | 67 final = file.readlines() 81 if initial == final:
|
| /openbmc/u-boot/drivers/crypto/fsl/ |
| H A D | fsl_hash.c | 86 uint32_t final = 0; in caam_hash_update() local 108 final = sec_in32(&ctx->sg_tbl[ctx->sg_num - 1].len_flag) | in caam_hash_update() 110 sec_out32(&ctx->sg_tbl[ctx->sg_num - 1].len_flag, final); in caam_hash_update()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | designware_udc.c | 91 usb_device_state_t final) in udc_state_transition() argument 93 if (initial < final) { in udc_state_transition() 98 if (final == STATE_POWERED) in udc_state_transition() 102 if (final == STATE_DEFAULT) in udc_state_transition() 107 if (final == STATE_ADDRESSED) in udc_state_transition() 116 } else if (initial > final) { in udc_state_transition() 121 if (final == STATE_ADDRESSED) in udc_state_transition() 125 if (final == STATE_DEFAULT) in udc_state_transition() 130 if (final == STATE_POWERED) in udc_state_transition()
|
| /openbmc/sdeventplus/src/sdeventplus/ |
| H A D | exception.hpp | 12 class SdEventError final : public std::system_error
|
| /openbmc/u-boot/tools/patman/ |
| H A D | series.py | 155 final = [] 176 final += out 179 final.append('') 180 return final
|
| /openbmc/phosphor-net-ipmid/ |
| H A D | integrity_algo.hpp | 158 class AlgoSHA1 final : public Interface 244 class AlgoSHA256 final : public Interface
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/ |
| H A D | i2cvr_software_manager.hpp | 17 SoftwareConfig& config) final;
|
| /openbmc/phosphor-bmc-code-mgmt/bios/ |
| H A D | bios_software_manager.hpp | 19 SoftwareConfig& config) final;
|