Searched refs:nextRecHdl (Results 1 – 1 of 1) sorted by relevance
/openbmc/libpldm/tests/dsp/ |
H A D | pdr.cpp | 360 uint32_t nextRecHdl{}; in TEST() local 362 auto hdl = pldm_pdr_find_record(repo, 0, &outData, &size, &nextRecHdl); in TEST() 365 EXPECT_EQ(nextRecHdl, 0u); in TEST() 369 auto hdl2 = pldm_pdr_find_record(repo, 1, &outData, &size, &nextRecHdl); in TEST() 373 EXPECT_EQ(nextRecHdl, 0u); in TEST() 378 &nextRecHdl); in TEST() 381 EXPECT_EQ(nextRecHdl, 0u); in TEST() 404 hdl = pldm_pdr_find_record(repo, 0, &outData, &size, &nextRecHdl); in TEST() 407 EXPECT_EQ(nextRecHdl, 2u); in TEST() 410 hdl2 = pldm_pdr_find_record(repo, 1, &outData, &size, &nextRecHdl); in TEST() [all …]
|