/packages/modules/Connectivity/framework-t/src/android/net/ |
D | IpSecManager.java | 180 public static final class ResourceUnavailableException extends AndroidException { class in IpSecManager 182 ResourceUnavailableException(String msg) { in ResourceUnavailableException() method in IpSecManager.ResourceUnavailableException 244 throws ResourceUnavailableException, SpiUnavailableException { in SecurityParameterIndex() 261 throw new ResourceUnavailableException( in SecurityParameterIndex() 318 @NonNull InetAddress destinationAddress) throws ResourceUnavailableException { in allocateSecurityParameterIndex() 329 throw new ResourceUnavailableException("No SPIs available"); in allocateSecurityParameterIndex() 352 throws SpiUnavailableException, ResourceUnavailableException { in allocateSecurityParameterIndex() 599 throws ResourceUnavailableException, IOException { in UdpEncapsulationSocket() 608 throw new ResourceUnavailableException( in UdpEncapsulationSocket() 711 throws IOException, ResourceUnavailableException { in openUdpEncapsulationSocket() [all …]
|
D | IpSecTransform.java | 106 throws IOException, IpSecManager.ResourceUnavailableException, in checkResultStatus() 113 throw new IpSecManager.ResourceUnavailableException( in checkResultStatus() 125 throws IOException, IpSecManager.ResourceUnavailableException, in activate() 384 throws IpSecManager.ResourceUnavailableException, in buildTransportModeTransform() 423 throws IpSecManager.ResourceUnavailableException, in buildTunnelModeTransform()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/ |
D | IpSecSpiGenerator.java | 20 import android.net.IpSecManager.ResourceUnavailableException; 55 throws SpiUnavailableException, ResourceUnavailableException { in allocateSpi() 69 throws SpiUnavailableException, ResourceUnavailableException { in allocateSpi()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | SaRecord.java | 23 import android.net.IpSecManager.ResourceUnavailableException; 337 throws GeneralSecurityException, ResourceUnavailableException, in makeChildSaRecord() 398 throws ResourceUnavailableException, SpiUnavailableException, IOException { in makeChildSaRecord() 506 throws ResourceUnavailableException, SpiUnavailableException, IOException { in makeIpSecTransform() 1033 throws GeneralSecurityException, ResourceUnavailableException, in makeChildSaRecord() 1154 throws GeneralSecurityException, ResourceUnavailableException, in makeChildSaRecord() 1199 throws ResourceUnavailableException, SpiUnavailableException, IOException; in makeIpSecTransform()
|
D | IkeUdpEncapSocket.java | 22 import android.net.IpSecManager.ResourceUnavailableException; 83 throws ErrnoException, IOException, ResourceUnavailableException { in getIkeUdpEncapSocket()
|
D | ChildSessionStateMachine.java | 51 import android.net.IpSecManager.ResourceUnavailableException; 918 | ResourceUnavailableException in validateAndBuildChild() 1130 } catch (SpiUnavailableException | ResourceUnavailableException e) { in enterState() 1576 } catch (SpiUnavailableException | ResourceUnavailableException e) { in enterState() 1658 | ResourceUnavailableException in processStateMessage() 1876 } catch (SpiUnavailableException | ResourceUnavailableException e) { in handleCreateChildRequest() 1956 | ResourceUnavailableException in handleCreateChildRequest() 2241 throws SpiUnavailableException, ResourceUnavailableException { in getInitChildCreateReqPayloads() 2283 throws SpiUnavailableException, ResourceUnavailableException { in getRekeyChildCreateReqPayloads() 2313 throws SpiUnavailableException, ResourceUnavailableException { in getRekeyChildCreateRespPayloads() [all …]
|
D | IkeSessionStateMachine.java | 95 import android.net.IpSecManager.ResourceUnavailableException; 4130 } catch (SpiUnavailableException | ResourceUnavailableException e) { in enterState() 4209 throws SpiUnavailableException, ResourceUnavailableException { in buildIkeAuthReq()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeUdpEncapSocketTest.java | 33 import android.net.IpSecManager.ResourceUnavailableException; 75 } catch (ResourceUnavailableException e) { 201 | ResourceUnavailableException e) { in checkReceiveIkePacket()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeSaPayload.java | 27 import android.net.IpSecManager.ResourceUnavailableException; 185 throws SpiUnavailableException, ResourceUnavailableException { in IkeSaPayload() 217 throws SpiUnavailableException, ResourceUnavailableException { in IkeSaPayload() 308 throws SpiUnavailableException, ResourceUnavailableException { in createChildSaRequestPayload() 327 throws SpiUnavailableException, ResourceUnavailableException { in createChildSaResponsePayload() 513 throws NoValidProposalChosenException, ResourceUnavailableException, in getVerifiedNegotiatedChildProposalPair() 963 throws SpiUnavailableException, ResourceUnavailableException { in createChildProposal() 982 throws ResourceUnavailableException, SpiUnavailableException { in allocateResourceForRemoteChildSpi()
|
/packages/modules/Connectivity/framework-t/api/ |
D | current.txt | 96 …rIndex(@NonNull java.net.InetAddress) throws android.net.IpSecManager.ResourceUnavailableException; 97 …ll java.net.InetAddress, int) throws android.net.IpSecManager.ResourceUnavailableException, androi… 101 …ationSocket(int) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 102 …sulationSocket() throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 110 …public static final class IpSecManager.ResourceUnavailableException extends android.util.AndroidEx… 135 …erIndex) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException, androi…
|
D | system-current.txt | 294 …oid.net.Network) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 307 …erIndex) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException, androi…
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | IpSecManagerTest.java | 149 } catch (IpSecManager.ResourceUnavailableException e) { in testAllocSpiResUnavailableException() 166 } catch (IpSecManager.ResourceUnavailableException e) { in testAllocSpiSpiUnavailableException()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/ |
D | IkeConnectionController.java | 45 import android.net.IpSecManager.ResourceUnavailableException; 342 throws ErrnoException, IOException, ResourceUnavailableException { in newIkeUdpEncapSocket() 469 } catch (ErrnoException | IOException | ResourceUnavailableException e) { in getIkeSocket()
|
/packages/modules/Connectivity/framework-t/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority-tiramisu.txt | 300 Landroid/net/IpSecManager$ResourceUnavailableException;-><init>(Ljava/lang/String;)V
|
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
D | EpdgTunnelManager.java | 866 } catch (IpSecManager.ResourceUnavailableException | IOException e) { in tryCreateIpSecTunnelInterface()
|