Searched refs:emptyArray (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bios-bmc-smm-error-logger/test/ |
| H A D | buffer_test.cpp | 84 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in TEST_F() local 86 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F() 101 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F() 124 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in TEST_F() local 125 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F() 248 const std::vector<uint8_t> emptyArray(wrongQueueSize, 0); in TEST_F() local 249 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F() 275 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in TEST_F() local 276 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F() 303 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in TEST_F() local [all …]
|