Searched refs:auxState (Results 1 – 2 of 2) sorted by relevance
| /openbmc/libpldm/tests/dsp/ |
| H A D | firmware_update.cpp | 4347 uint8_t auxState = 0; in TEST() local 4355 ¤tState, &previousState, &auxState, &auxStateStatus, in TEST() 4362 EXPECT_EQ(auxState, PLDM_FD_IDLE_LEARN_COMPONENTS_READ_XFER); in TEST() 4381 ¤tState, &previousState, &auxState, &auxStateStatus, in TEST() 4388 EXPECT_EQ(auxState, PLDM_FD_OPERATION_IN_PROGRESS); in TEST() 4402 .aux_state = auxState, in TEST() 4425 ¤tState, &previousState, &auxState, &auxStateStatus, in TEST() 4436 uint8_t auxState = 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 | 146 uint8_t auxState = 0; in parseResponseMsg() local 154 &previousState, &auxState, &auxStateStatus, &progressPercent, in parseResponseMsg() 166 data["AuxState"] = fdAuxState.at(auxState); in parseResponseMsg()
|