Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmpx9xx.hpp27 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 Dmp2x6xx.hpp17 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 Dmp297x.hpp17 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 Dmp5998.hpp17 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 Derror_code_test.cpp96 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 Dpt5161l.hpp9 bool isDeviceReady() final;
10 std::string getVersion() final;
11 std::optional<HostPowerInf::HostState> getHostStateToQueryVersion() final;
/openbmc/phosphor-bmc-code-mgmt/tpm/tpm2/
H A Dtpm2.hpp14 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 Dtda38640a.hpp20 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 Disl69269.hpp27 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 Dxdpe1x2xx.hpp19 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 Dcoverage-summary.sh24 column -t rejoined.txt > final.txt
27 grep -v "0%" final.txt
/openbmc/sdbusplus/include/sdbusplus/
H A Dexception.hpp100 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 Dlattice_cpld_factory.hpp18 std::function<bool(int)> progress) final;
20 sdbusplus::async::task<bool> getVersion(std::string& version) final;
/openbmc/phosphor-host-ipmid/
H A Derror-HostEvent.hpp9 struct Event final : public sdbusplus::exception::generated_exception
29 struct MaintenanceProcedure final :
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dfdio.hpp93 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 Dmutex.hpp106 void complete() noexcept override final in complete()
111 void stop() noexcept override final in stop()
H A Dmatch.hpp107 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 Dutils_files.py67 final = file.readlines()
81 if initial == final:
/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c86 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 Ddesignware_udc.c91 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 Dexception.hpp12 class SdEventError final : public std::system_error
/openbmc/u-boot/tools/patman/
H A Dseries.py155 final = []
176 final += out
179 final.append('')
180 return final
/openbmc/phosphor-net-ipmid/
H A Dintegrity_algo.hpp158 class AlgoSHA1 final : public Interface
244 class AlgoSHA256 final : public Interface
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_software_manager.hpp17 SoftwareConfig& config) final;
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dbios_software_manager.hpp19 SoftwareConfig& config) final;

12345678910>>...12