Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DXfrmControllerTest.cpp267 size_t expectedMsgLength = NLMSG_HDRLEN + NLMSG_ALIGN(sizeof(xfrm_userspi_info)); in TEST_P() local
272 .WillOnce(DoAll(SaveFlattenedIovecs<1>(&nlMsgBuf), Return(expectedMsgLength))); in TEST_P()
283 EXPECT_EQ(expectedMsgLength, nlMsgBuf.size()); in TEST_P()
328 size_t expectedMsgLength = in testIpSecAddSecurityAssociation() local
338 expectedMsgLength += params.getTunnelInterfaceNlAttrsLen(); in testIpSecAddSecurityAssociation()
364 EXPECT_EQ(expectedMsgLength, nlMsgBuf.size()); in testIpSecAddSecurityAssociation()
597 size_t expectedMsgLength = NLMSG_HDRLEN + NLMSG_ALIGN(sizeof(xfrm_usersa_id)) + in TEST_P() local
612 EXPECT_EQ(expectedMsgLength, nlMsgBuf.size()); in TEST_P()
663 EXPECT_EQ(expectedMsgLength, nlMsgBuf.size()); in TEST_P()
738 EXPECT_EQ(expectedMsgLength, nlMsgBuf.size()); in TEST_P()
[all …]