Home
last modified time | relevance | path

Searched refs:startUpdate (Results 1 – 8 of 8) sorted by relevance

/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareFormUpdate.vue28 data-test-id="firmware-button-startUpdate"
33 {{ $t('pageFirmware.form.updateFirmware.startUpdate') }}
H A DFirmwareModalUpdateFirmware.vue5 :ok-title="$t('pageFirmware.form.updateFirmware.startUpdate')"
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/
H A Dusb_manager.cpp83 auto USBManager::startUpdate(int fd) -> sdbusplus::async::task<bool> in startUpdate() function in phosphor::usb::USBManager
128 co_await startUpdate(fd); in run() local
H A Dusb_manager.hpp48 auto startUpdate(int fd) -> sdbusplus::async::task<bool>;
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dupdate_manager.hpp51 sdbusplus::message::object_path startUpdate(
H A Dupdate_manager.cpp211 sdbusplus::message::object_path Manager::startUpdate( in startUpdate() function in phosphor::software::update::Manager
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
H A Dtest_firmware_sub_menu.robot16 ${xpath_start_update_button} //*[@data-test-id="firmware-button-startUpdate"]
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp842 inline void startUpdate( in startUpdate() function
895 startUpdate(asyncResp, std::move(payload), memfd, applyTime, in getSwInfo()
920 startUpdate(asyncResp, std::move(payload), memfd, applyTime, in handleBMCUpdate()