Home
last modified time | relevance | path

Searched refs:updateState (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-webui/app/server-control/directives/
H A Dkvm-console.js53 updateState(
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.cpp290 updateState(sensor); in process()
320 updateState(sensor); in process()
368 void Fan::updateState(TachSensor& sensor) in updateState() function in phosphor::fan::monitor::Fan
H A Dfan.hpp110 void updateState(TachSensor& sensor);
H A Dtach_sensor.cpp88 _timer(event, std::bind(&Fan::updateState, &fan, std::ref(*this))), in TachSensor()
/openbmc/pldm/fw-update/
H A Ddevice_updater.hpp66 void updateState(state newState);
H A Ddevice_updater.cpp40 void UpdateProgress::updateState(state newState) in updateState() function in pldm::fw_update::UpdateProgress
719 progress[componentIndex].updateState(UpdateProgress::state::Verify); in verifyComplete()
796 progress[componentIndex].updateState(UpdateProgress::state::Apply); in applyComplete()
/openbmc/ipmitool/lib/
H A Dipmi_ime.c688 printf("%x - ", pStatus->updateState); in ImeUpdateGetStatus()