Roll forward to cl/345608764.

Signed-off-by: hai007 <hais@google.com>
This commit is contained in:
hai007
2020-12-03 22:36:42 -08:00
parent e6d52359cf
commit 873548acaa
22 changed files with 511 additions and 252 deletions
@@ -40,6 +40,7 @@ class MockEndpointChannel : public EndpointChannel {
MOCK_METHOD(std::string, GetType, (), (const override));
MOCK_METHOD(std::string, GetName, (), (const override));
MOCK_METHOD(Medium, GetMedium, (), (const override));
MOCK_METHOD(int, GetMaxTransmitPacketSize, (), (const override));
MOCK_METHOD(void, EnableEncryption,
(std::shared_ptr<EncryptionContext> context), (override));
MOCK_METHOD(void, DisableEncryption, (), (override));