Home
last modified time | relevance | path

Searched refs:emptyArray (Results 1 – 1 of 1) sorted by relevance

/openbmc/bios-bmc-smm-error-logger/test/
H A Dbuffer_test.cpp85 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in TEST_F() local
87 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F()
102 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F()
125 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in TEST_F() local
126 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F()
249 const std::vector<uint8_t> emptyArray(wrongQueueSize, 0); in TEST_F() local
250 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F()
276 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in TEST_F() local
304 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in TEST_F() local
340 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in initializeFuncMock() local
[all …]