Searched refs:expectedSize (Results 1 – 5 of 5) sorted by relevance
111 size_t expectedSize = 21; in assertServiceRootGet() local117 expectedSize++; in assertServiceRootGet()120 EXPECT_EQ(json.size(), expectedSize); in assertServiceRootGet()
37 size_t expectedSize = 3; in TEST() local41 EXPECT_CALL(hMock, getI2cPcieMappingSize()).WillOnce(Return(expectedSize)); in TEST()49 EXPECT_EQ(expectedSize, data[0]); in TEST()
63 const size_t expectedSize = in setSupportedCommands() local65 if (cmds.empty() || cmds.size() != expectedSize) in setSupportedCommands()69 "EXPECTED", expectedSize, "RECEIVED", cmds.size()); in setSupportedCommands()
127 static inline void checkRequestSize(size_t requestSize, size_t expectedSize) in checkRequestSize() argument129 EXPECT_EQ(requestSize, expectedSize) << "Invalid request size"; in checkRequestSize()
247 size_t expectedSize = sizeof(MultipartReceiveResHeader) + in handleCrc() local249 if (expectedSize != multiReceiveRespCmd.size()) in handleCrc()