Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/lib/
H A Dservice_root_test.cpp111 size_t expectedSize = 21; in assertServiceRootGet() local
117 expectedSize++; in assertServiceRootGet()
120 EXPECT_EQ(json.size(), expectedSize); in assertServiceRootGet()
/openbmc/google-ipmi-sys/test/
H A Dpcie_unittest.cpp37 size_t expectedSize = 3; in TEST() local
41 EXPECT_CALL(hMock, getI2cPcieMappingSize()).WillOnce(Return(expectedSize)); in TEST()
49 EXPECT_EQ(expectedSize, data[0]); in TEST()
/openbmc/pldm/platform-mc/
H A Dterminus.hpp63 const size_t expectedSize = in setSupportedCommands() local
65 if (cmds.empty() || cmds.size() != expectedSize) in setSupportedCommands()
69 "EXPECTED", expectedSize, "RECEIVED", cmds.size()); in setSupportedCommands()
/openbmc/phosphor-modbus/tests/
H A Dmodbus_server_tester.cpp127 static inline void checkRequestSize(size_t requestSize, size_t expectedSize) in checkRequestSize() argument
129 EXPECT_EQ(requestSize, expectedSize) << "Invalid request size"; in checkRequestSize()
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Drde_handler.cpp247 size_t expectedSize = sizeof(MultipartReceiveResHeader) + in handleCrc() local
249 if (expectedSize != multiReceiveRespCmd.size()) in handleCrc()