Searched refs:abcdValue (Results 1 – 1 of 1) sorted by relevance
72 std::vector<uint8_t> abcdValue{0x41, 0x42, 0x43, 0x44}; in TEST() local80 .WillRepeatedly(Return(abcdValue)); in TEST()87 CompareVPDAction action{fru, keyword, abcdValue}; in TEST()