• Home
  • Raw
  • Download

Lines Matching refs:ConnectionRefPtr

126   void ReplaceSingletons(ConnectionRefPtr connection) {  in ReplaceSingletons()
144 bool PinHostRoute(ConnectionRefPtr connection, in PinHostRoute()
150 const IPAddress& GetLocalAddress(ConnectionRefPtr connection) { in GetLocalAddress()
154 const IPAddress& GetGatewayAddress(ConnectionRefPtr connection) { in GetGatewayAddress()
158 bool GetHasBroadcastDomain(ConnectionRefPtr connection) { in GetHasBroadcastDomain()
214 ConnectionRefPtr GetNewConnection() { in GetNewConnection()
215 ConnectionRefPtr connection(new Connection(kTestDeviceInterfaceIndex0, in GetNewConnection()
225 ConnectionRefPtr connection_;
364 ConnectionRefPtr connection = GetNewConnection(); in TEST_F()
406 ConnectionRefPtr device_connection = mock_connection.get(); in TEST_F()
708 ConnectionRefPtr connection = GetNewConnection(); in TEST_F()
736 ConnectionRefPtr connection(new Connection(kTestDeviceInterfaceIndex1, in TEST_F()
755 ConnectionRefPtr connection = GetNewConnection(); in TEST_F()
793 ConnectionRefPtr connection = GetNewConnection(); in TEST_F()
834 ConnectionRefPtr connection = GetNewConnection(); in TEST_F()
970 ConnectionRefPtr connection1 = GetNewConnection(); in TEST_F()
985 ConnectionRefPtr connection2 = GetNewConnection(); in TEST_F()
1014 ConnectionRefPtr connection = GetNewConnection(); in TEST_F()
1030 ConnectionRefPtr connection_a = GetNewConnection(); in TEST_F()
1031 ConnectionRefPtr connection_b = GetNewConnection(); in TEST_F()
1061 ConnectionRefPtr connection = GetNewConnection(); in TEST_F()
1078 ConnectionRefPtr connection = GetNewConnection(); in TEST_F()
1108 ConnectionRefPtr device_connection; in TEST_F()
1152 ConnectionRefPtr connection1 = GetNewConnection(); in TEST_F()
1153 ConnectionRefPtr connection2 = GetNewConnection(); in TEST_F()
1154 ConnectionRefPtr connection3 = GetNewConnection(); in TEST_F()