| /openbmc/phosphor-fan-presence/presence/ |
| H A D | gpio.cpp | 44 currentState(false), evdevfd(open(device.c_str(), O_RDONLY | O_NONBLOCK)), in Gpio() 52 currentState = present(); in start() 53 return currentState; in start() 89 if (currentState != newState) in ioCallback() 92 currentState = newState; in ioCallback()
|
| H A D | tach.cpp | 41 Tach::Tach(const std::vector<std::string>& sensors) : currentState(false) in Tach() 81 currentState = std::any_of(state.begin(), state.end(), [](const auto& s) { in start() 85 return currentState; in start() 134 if (currentState != newState) in propertiesChanged() 137 currentState = newState; in propertiesChanged()
|
| H A D | tach.hpp | 110 bool currentState; member in phosphor::fan::presence::Tach
|
| H A D | gpio.hpp | 97 bool currentState; member in phosphor::fan::presence::Gpio
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | manufacturingcommands.hpp | 206 std::string currentState; member in ipmi::LedProperty 231 currentState = state; in setCurrState() 235 return currentState; in getCurrState()
|
| /openbmc/phosphor-pid-control/ |
| H A D | hoststatemonitor.hpp | 134 auto currentState = reply.unpack<std::variant<std::string>>(); in getInitialState() local 136 const std::string& stateValue = std::get<std::string>(currentState); in getInitialState()
|
| /openbmc/phosphor-state-manager/ |
| H A D | bmc_state_manager.cpp | 74 std::variant<std::string> currentState; in getUnitState() local 107 result.read(currentState); in getUnitState() 114 return (std::get<std::string>(currentState)); in getUnitState()
|
| H A D | host_state_manager.cpp | 159 std::variant<std::string> currentState; in stateActive() local 188 result.read(currentState); in stateActive() 196 const auto& currentStateStr = std::get<std::string>(currentState); in stateActive()
|
| H A D | chassis_state_manager.cpp | 492 std::variant<std::string> currentState; in stateActive() local 521 result.read(currentState); in stateActive() 529 const auto& currentStateStr = std::get<std::string>(currentState); in stateActive()
|
| /openbmc/pldm/fw-update/ |
| H A D | device_updater.hpp | 108 state currentState; member in pldm::fw_update::UpdateProgress
|
| H A D | device_updater.cpp | 28 currentState{state::Update} 56 currentState = newState; in updateState() 61 if (currentState != state::Update) in reportFwUpdate()
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | firmware_update.cpp | 4345 uint8_t currentState = 0; in TEST() local 4355 ¤tState, &previousState, &auxState, &auxStateStatus, in TEST() 4360 EXPECT_EQ(currentState, PLDM_FD_STATE_IDLE); in TEST() 4381 ¤tState, &previousState, &auxState, &auxStateStatus, in TEST() 4386 EXPECT_EQ(currentState, PLDM_FD_STATE_VERIFY); in TEST() 4400 .current_state = currentState, in TEST() 4425 ¤tState, &previousState, &auxState, &auxStateStatus, in TEST() 4434 uint8_t currentState = 0; in TEST() local 4449 ¤tState, &previousState, &auxState, &auxStateStatus, in TEST() 4455 ¤tState, &previousState, &auxState, &auxStateStatus, in TEST() [all …]
|
| /openbmc/pldm/pldmtool/ |
| H A D | pldm_fw_update_cmd.cpp | 144 uint8_t currentState = 0; in parseResponseMsg() local 153 responsePtr, payloadLength, &completionCode, ¤tState, in parseResponseMsg() 164 data["CurrentState"] = fdStateMachine.at(currentState); in parseResponseMsg()
|