Searched defs:createTunInterface (Results 1 – 4 of 4) sorted by relevance
154 public TestNetworkInterface createTunInterface(@NonNull LinkAddress[] linkAddrs) { in createTunInterface() method in TestNetworkManager169 public TestNetworkInterface createTunInterface(@NonNull Collection<LinkAddress> linkAddrs) { in createTunInterface() method in TestNetworkManager
197 public int createTunInterface(@NonNull String tuniface) throws IOException { in createTunInterface() method in ClatCoordinatorTest.TestDependencies632 public int createTunInterface(@NonNull String tuniface) throws IOException { in testNotStartClatWithNativeFailureCreateTunInterface() method in ClatCoordinatorTest.FailureDependencies
168 public int createTunInterface(@NonNull String tuniface) throws IOException { in createTunInterface() method in ClatCoordinator.Dependencies
360 private fun createTunInterface(): TestNetworkInterface = realContext.getSystemService( in createTunInterface() method