Home
last modified time | relevance | path

Searched refs:auxState (Results 1 – 2 of 2) sorted by relevance

/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp4347 uint8_t auxState = 0; in TEST() local
4355 &currentState, &previousState, &auxState, &auxStateStatus, in TEST()
4362 EXPECT_EQ(auxState, PLDM_FD_IDLE_LEARN_COMPONENTS_READ_XFER); in TEST()
4381 &currentState, &previousState, &auxState, &auxStateStatus, in TEST()
4388 EXPECT_EQ(auxState, PLDM_FD_OPERATION_IN_PROGRESS); in TEST()
4402 .aux_state = auxState, in TEST()
4425 &currentState, &previousState, &auxState, &auxStateStatus, in TEST()
4436 uint8_t auxState = 0; in TEST() local
4449 &currentState, &previousState, &auxState, &auxStateStatus, in TEST()
4455 &currentState, &previousState, &auxState, &auxStateStatus, in TEST()
[all …]
/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp146 uint8_t auxState = 0; in parseResponseMsg() local
154 &previousState, &auxState, &auxStateStatus, &progressPercent, in parseResponseMsg()
166 data["AuxState"] = fdAuxState.at(auxState); in parseResponseMsg()