Searched refs:createTransform (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | IpSecServiceParameterizedTest.java | 417 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTransform() 431 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTransformAead() 449 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTransportModeTransformWithEncap() 456 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTransportModeTransformWithEncap() 475 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTunnelModeTransformWithEncap() 482 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTunnelModeTransformWithEncap() 496 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTwoTransformsWithSameSpis() 501 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTwoTransformsWithSameSpis() 509 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTwoTransformsWithSameSpis() 528 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in getTransformState() [all …]
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | IIpSecService.aidl | 67 IpSecTransformResponse createTransform( in createTransform() method
|
D | IpSecManager.java | 1074 public IpSecTransformResponse createTransform(IpSecConfig config, IBinder binder, in createTransform() method in IpSecManager 1077 return mService.createTransform(config, binder, callingPackage); in createTransform()
|
D | IpSecTransform.java | 129 IpSecTransformResponse result = getIpSecManager(mContext).createTransform( in activate()
|
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/operation/ |
D | Operation.kt | 94 inline fun <reified A, reified B> createTransform( in createTransform() method
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | IpSecTransformTest.java | 105 when(mMockIpSecService.createTransform(any(), any(), any())).thenReturn(transformResp); in setUp()
|
/packages/modules/Connectivity/framework-t/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority-tiramisu.txt | 127 Landroid/net/IIpSecService$Stub$Proxy;->createTransform(Landroid/net/IpSecConfig;Landroid/os/IBinde… 158 Landroid/net/IIpSecService;->createTransform(Landroid/net/IpSecConfig;Landroid/os/IBinder;Ljava/lan…
|
/packages/modules/Connectivity/service-t/src/com/android/server/ |
D | IpSecService.java | 1780 public synchronized IpSecTransformResponse createTransform( in createTransform() method in IpSecService
|