Searched refs:inRepo (Results 1 – 6 of 6) sorted by relevance
/openbmc/pldm/libpldmresponder/ |
H A D | pdr.cpp | 15 void getRepoByType(const Repo& inRepo, Repo& outRepo, Type pdrType) in getRepoByType() argument 19 auto record = pldm_pdr_find_record_by_type(inRepo.getPdr(), pdrType, in getRepoByType() 26 pdrEntry.handle.recordHandle = inRepo.getRecordHandle(record); in getRepoByType() 31 record = pldm_pdr_find_record_by_type(inRepo.getPdr(), pdrType, record, in getRepoByType()
|
H A D | pdr.hpp | 24 void getRepoByType(const pldm::responder::pdr_utils::Repo& inRepo,
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_pdr_sensor_test.cpp | 41 Repo inRepo(inPDRRepo); in TEST() local 42 getRepoByType(inRepo, outRepo, PLDM_STATE_SENSOR_PDR); in TEST() 93 Repo inRepo(inPDRRepo); in TEST() local 94 getRepoByType(inRepo, outRepo, PLDM_STATE_SENSOR_PDR); in TEST()
|
H A D | libpldmresponder_platform_test.cpp | 246 Repo inRepo(inPDRRepo); in TEST() local 247 getRepoByType(inRepo, outRepo, PLDM_STATE_EFFECTER_PDR); in TEST() 294 Repo inRepo(inPDRRepo); in TEST() local 295 getRepoByType(inRepo, outRepo, PLDM_STATE_EFFECTER_PDR); in TEST() 338 Repo inRepo(inPDRRepo); in TEST() local 339 getRepoByType(inRepo, numericEffecterPDRs, PLDM_NUMERIC_EFFECTER_PDR); in TEST() 382 Repo inRepo(inPDRRepo); in TEST() local 383 getRepoByType(inRepo, numericEffecterPDRs, PLDM_NUMERIC_EFFECTER_PDR); in TEST() 419 Repo inRepo(inPDRRepo); in TEST() local 420 getRepoByType(inRepo, numericEffecterPDRs, PLDM_NUMERIC_EFFECTER_PDR); in TEST() [all …]
|
H A D | libpldmresponder_pdr_effecter_test.cpp | 36 Repo inRepo(inPDRRepo); in TEST() local 37 getRepoByType(inRepo, outRepo, PLDM_STATE_EFFECTER_PDR); in TEST() 137 Repo inRepo(inPDRRepo); in TEST() local 138 getRepoByType(inRepo, outRepo, PLDM_NUMERIC_EFFECTER_PDR); in TEST() 185 Repo inRepo(inPDRRepo); in TEST() local 186 getRepoByType(inRepo, outRepo, PLDM_STATE_EFFECTER_PDR); in TEST()
|
/openbmc/pldm/oem/ibm/test/ |
H A D | libpldmresponder_oem_platform_test.cpp | 240 Repo inRepo(inPDRRepo); in TEST() local 245 mockoemPlatformHandler->buildOEMPDR(inRepo); in TEST() 246 ASSERT_EQ(inRepo.empty(), false); in TEST() 251 auto record1 = pdr::getRecordByHandle(inRepo, 1, e); in TEST() 279 auto record2 = pdr::getRecordByHandle(inRepo, 2, e); in TEST() 306 auto record3 = pdr::getRecordByHandle(inRepo, 3, e); in TEST() 352 Repo inRepo(inPDRRepo); in TEST() local 353 mockoemPlatformHandler->buildOEMPDR(inRepo); in TEST() 354 ASSERT_EQ(inRepo.empty(), false); in TEST() 359 auto record1 = pdr::getRecordByHandle(inRepo, 5, e); in TEST() [all …]
|