Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp362 uint32_t nextRecHdl{}; in TEST() local
364 auto hdl = pldm_pdr_find_record(repo, 0, &outData, &size, &nextRecHdl); in TEST()
367 EXPECT_EQ(nextRecHdl, 0u); in TEST()
371 auto hdl2 = pldm_pdr_find_record(repo, 1, &outData, &size, &nextRecHdl); in TEST()
375 EXPECT_EQ(nextRecHdl, 0u); in TEST()
380 &nextRecHdl); in TEST()
383 EXPECT_EQ(nextRecHdl, 0u); in TEST()
406 hdl = pldm_pdr_find_record(repo, 0, &outData, &size, &nextRecHdl); in TEST()
409 EXPECT_EQ(nextRecHdl, 2u); in TEST()
412 hdl2 = pldm_pdr_find_record(repo, 1, &outData, &size, &nextRecHdl); in TEST()
[all …]