Searched refs:largestRecordSize (Results 1 – 3 of 3) sorted by relevance
/openbmc/pldm/platform-mc/ |
H A D | platform_manager.cpp | 233 uint32_t largestRecordSize = std::numeric_limits<uint32_t>::max(); in getPDRs() local 239 repositorySize, largestRecordSize); in getPDRs() 250 largestRecordSize = std::min(largestRecordSize + 1, in getPDRs() 329 receivedRecordSize < largestRecordSize); in getPDRs() 395 uint32_t& repositorySize, uint32_t& largestRecordSize) in getPDRRepositoryInfo() argument 429 &largestRecordSize, &dataTransferHandleTimeout); in getPDRRepositoryInfo()
|
H A D | platform_manager.hpp | 95 uint32_t& repositorySize, uint32_t& largestRecordSize);
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 544 uint32_t largestRecordSize = UINT32_MAX; in TEST() 554 recordCount, repositorySize, largestRecordSize, in TEST() 570 EXPECT_EQ(largestRecordSize, le32toh(resp->largest_record_size)); in TEST() 581 uint32_t largestRecordSize = UINT32_MAX; in TEST() 586 recordCount, repositorySize, largestRecordSize, in TEST() 599 uint32_t largestRecordSize = UINT32_MAX; in TEST() 616 resp->largest_record_size = htole32(largestRecordSize); in TEST() 642 EXPECT_EQ(largestRecordSize, largestRecordSize); in TEST() 654 uint32_t largestRecordSize in TEST() 545 uint32_t largestRecordSize = UINT32_MAX; TEST() local 582 uint32_t largestRecordSize = UINT32_MAX; TEST() local 600 uint32_t largestRecordSize = UINT32_MAX; TEST() local 655 uint32_t largestRecordSize = htole32(UINT32_MAX); TEST() local [all...] |