Lines Matching refs:sections
318 auto sections = findFRUHeader(reader, "error", offset); in TEST() local
319 EXPECT_EQ(sections, std::nullopt); in TEST()
331 auto sections = findFRUHeader(reader, "error", offset); in TEST() local
332 EXPECT_EQ(sections, std::nullopt); in TEST()
344 auto sections = findFRUHeader(reader, "error", offset); in TEST() local
345 ASSERT_NE(sections, std::nullopt); in TEST()
346 if (sections) in TEST()
348 EXPECT_EQ(0, sections->IpmiFruOffset); in TEST()
361 auto sections = findFRUHeader(reader, "error", offset); in TEST() local
362 EXPECT_EQ(sections, std::nullopt); in TEST()
373 auto sections = findFRUHeader(reader, "error", offset); in TEST() local
374 EXPECT_EQ(sections, std::nullopt); in TEST()
391 auto sections = findFRUHeader(reader, "error", offset); in TEST() local
393 ASSERT_NE(sections, std::nullopt); in TEST()
394 if (sections) in TEST()
396 EXPECT_EQ(0x6000, sections->IpmiFruOffset); in TEST()
409 auto sections = findFRUHeader(reader, "error", offset); in TEST() local
410 EXPECT_EQ(sections, std::nullopt); in TEST()
421 auto sections = findFRUHeader(reader, "error", offset); in TEST() local
422 EXPECT_EQ(sections, std::nullopt); in TEST()
439 auto sections = findFRUHeader(reader, "error", offset); in TEST() local
441 ASSERT_NE(sections, std::nullopt); in TEST()
442 if (sections) in TEST()
444 EXPECT_EQ(0x4000, sections->IpmiFruOffset); in TEST()
445 EXPECT_EQ(512, sections->GigabyteXmlOffset); in TEST()