Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java121 IpSecService.IpSecServiceConfiguration mMockIpSecSrvConfig;
122 IpSecService mIpSecService;
129 mMockIpSecSrvConfig = mock(IpSecService.IpSecServiceConfiguration.class); in setUp()
130 mIpSecService = new IpSecService(mMockContext, mMockNetworkManager, mMockIpSecSrvConfig); in setUp()
138 IpSecService ipSecSrv = IpSecService.create(mMockContext, mMockNetworkManager); in testIpSecServiceCreate()
165 for (int i = 0; i < IpSecService.MAX_PORT_BIND_ATTEMPTS; i++) { in testOpenAndCloseUdpEncapsulationSocket()
185 IpSecService.UserRecord userRecord = in testOpenAndCloseUdpEncapsulationSocket()
201 IpSecService.UserRecord userRecord = in testUdpEncapsulationSocketBinderDeath()
203 IpSecService.RefcountedResource refcountedRecord = in testUdpEncapsulationSocketBinderDeath()
609 IpSecService.UidFdTagger mockTagger = mock(IpSecService.UidFdTagger.class);
[all …]
DIpSecServiceParameterizedTest.java141 IpSecService.IpSecServiceConfiguration mMockIpSecSrvConfig;
142 IpSecService mIpSecService;
167 mMockIpSecSrvConfig = mock(IpSecService.IpSecServiceConfiguration.class); in setUp()
168 mIpSecService = new IpSecService(mMockContext, mNetworkManager, mMockIpSecSrvConfig); in setUp()
224 IpSecService.UserRecord userRecord = mIpSecService.mUserResourceTracker.getUserRecord(mUid); in testReleaseSecurityParameterIndex()
243 IpSecService.UserRecord userRecord = mIpSecService.mUserResourceTracker.getUserRecord(mUid); in testSecurityParameterIndexBinderDeath()
244 IpSecService.RefcountedResource refcountedRecord = in testSecurityParameterIndexBinderDeath()
447 IpSecService.UserRecord userRecord = mIpSecService.mUserResourceTracker.getUserRecord(mUid); in testReleaseOwnedSpi()
484 IpSecService.UserRecord userRecord = mIpSecService.mUserResourceTracker.getUserRecord(mUid); in testDeleteTransform()
520 IpSecService.UserRecord userRecord = mIpSecService.mUserResourceTracker.getUserRecord(mUid); in testTransportModeTransformBinderDeath()
[all …]
DIpSecServiceRefcountedResourceTest.java40 import com.android.server.IpSecService.IResource;
41 import com.android.server.IpSecService.RefcountedResource;
58 IpSecService.IpSecServiceConfiguration mMockIpSecSrvConfig;
59 IpSecService mIpSecService;
64 mMockIpSecSrvConfig = mock(IpSecService.IpSecServiceConfiguration.class); in setUp()
65 mIpSecService = new IpSecService( in setUp()
/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java40 import com.android.server.IpSecService;
74 private IpSecService mMockIpSecService;
85 mMockIpSecService = mock(IpSecService.class); in setUp()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java91 public class IpSecService extends IIpSecService.Stub { class
201 synchronized (IpSecService.this) { in RefcountedResource()
227 synchronized (IpSecService.this) { in binderDied()
999 private IpSecService(Context context, INetworkManagementService networkManager) { in IpSecService() method in IpSecService
1003 static IpSecService create(Context context, INetworkManagementService networkManager) in create()
1005 final IpSecService service = new IpSecService(context, networkManager); in create()
1019 public IpSecService(Context context, INetworkManagementService networkManager, in IpSecService() method in IpSecService
1037 public IpSecService(Context context, INetworkManagementService networkManager, in IpSecService() method in IpSecService
1058 synchronized (IpSecService.this) { in connectNativeNetdService()
DNetIdManager.java34 public static final int MAX_NET_ID = 65535 - IpSecService.TUN_INTF_NETID_RANGE;
/frameworks/base/services/java/com/android/server/
DSystemServer.java917 IpSecService ipSecService = null; in startOtherServices()
1334 ipSecService = IpSecService.create(context, networkManagement); in startOtherServices()
2080 final IpSecService ipSecServiceF = ipSecService; in startOtherServices()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DVpnTest.java94 import com.android.server.IpSecService;
166 @Mock private IpSecService mIpSecService;
/frameworks/base/services/
Dart-profile275 HSPLcom/android/server/-$$Lambda$IpSecService$AnqunmSwm_yQvDDEPg-gokhVs5M;-><init>()V
336 …om/android/server/net/NetworkPolicyManagerService;Lcom/android/server/IpSecService;Lcom/android/se…
1224 HSPLcom/android/server/IpSecService$1;->run()V
1225 HSPLcom/android/server/IpSecService$IpSecServiceConfiguration$1;-><init>()V
1226 HSPLcom/android/server/IpSecService$IpSecServiceConfiguration$1;->getNetdInstance()Landroid/net/INe…
1227 PLcom/android/server/IpSecService$UserResourceTracker;->toString()Ljava/lang/String;
1228 HSPLcom/android/server/IpSecService;->create(Landroid/content/Context;)Lcom/android/server/IpSecSer…
1229 PLcom/android/server/IpSecService;->dump(Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/S…
1230 HSPLcom/android/server/IpSecService;->isNetdAlive()Z
1231 HSPLcom/android/server/IpSecService;->systemReady()V
[all …]