Searched refs:fwDeviceIDRecords (Results 1 – 8 of 8) sorted by relevance
55 FirmwareDeviceIDRecords fwDeviceIDRecords{ in TEST() local65 EXPECT_EQ(outfwDeviceIDRecords, fwDeviceIDRecords); in TEST()124 FirmwareDeviceIDRecords fwDeviceIDRecords{ in TEST() local154 EXPECT_EQ(outfwDeviceIDRecords, fwDeviceIDRecords); in TEST()
58 const auto& fwDeviceIDRecords = parser->getFwDeviceIDRecords(); in TEST_F() local61 EXPECT_EQ(fwDeviceIDRecords.size(), 1); in TEST_F()63 EXPECT_EQ(fwDeviceIDRecords[0], fwDeviceIDRecord); in TEST_F()
183 const auto& fwDeviceIDRecords = parser->getFwDeviceIDRecords(); in processStream() local189 fwDeviceIDRecords[deviceUpdaterInfo.second]; in processStream()210 const FirmwareDeviceIDRecords& fwDeviceIDRecords, in associatePkgToDevices() argument215 for (size_t index = 0; index < fwDeviceIDRecords.size(); ++index) in associatePkgToDevices()218 std::get<Descriptors>(fwDeviceIDRecords[index]); in associatePkgToDevices()227 std::get<ApplicableComponents>(fwDeviceIDRecords[index]); in associatePkgToDevices()
71 return fwDeviceIDRecords; in getFwDeviceIDRecords()131 FirmwareDeviceIDRecords fwDeviceIDRecords; member in pldm::fw_update::PackageParser
130 fwDeviceIDRecords.emplace_back(std::make_tuple( in parseFDIdentificationArea()246 if (deviceIdRecCount != fwDeviceIDRecords.size()) in parse()
123 const FirmwareDeviceIDRecords& fwDeviceIDRecords,
148 fwDeviceIDRecords.emplace_back(std::make_tuple( in parseFDIdentificationArea()264 if (deviceIdRecCount != fwDeviceIDRecords.size()) in parse()