/packages/modules/Connectivity/framework-t/src/android/net/ |
D | IpSecManager.java | 173 public static final class ResourceUnavailableException extends AndroidException { class in IpSecManager 175 ResourceUnavailableException(String msg) { in ResourceUnavailableException() method in IpSecManager.ResourceUnavailableException 237 throws ResourceUnavailableException, SpiUnavailableException { in SecurityParameterIndex() 254 throw new ResourceUnavailableException( in SecurityParameterIndex() 311 @NonNull InetAddress destinationAddress) throws ResourceUnavailableException { in allocateSecurityParameterIndex() 322 throw new ResourceUnavailableException("No SPIs available"); in allocateSecurityParameterIndex() 345 throws SpiUnavailableException, ResourceUnavailableException { in allocateSecurityParameterIndex() 592 throws ResourceUnavailableException, IOException { in UdpEncapsulationSocket() 601 throw new ResourceUnavailableException( in UdpEncapsulationSocket() 704 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() 1037 throws GeneralSecurityException, ResourceUnavailableException, in makeChildSaRecord() 1158 throws GeneralSecurityException, ResourceUnavailableException, in makeChildSaRecord() 1203 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; 4125 } catch (SpiUnavailableException | ResourceUnavailableException e) { in enterState() 4204 throws SpiUnavailableException, ResourceUnavailableException { in buildIkeAuthReq()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeUdpEncapSocketTest.java | 32 import android.net.IpSecManager.ResourceUnavailableException; 74 } catch (ResourceUnavailableException e) { 200 | 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() 962 throws SpiUnavailableException, ResourceUnavailableException { in createChildProposal() 981 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; 347 throws ErrnoException, IOException, ResourceUnavailableException { in newIkeUdpEncapSocket() 474 } 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 | 1028 } catch (IpSecManager.ResourceUnavailableException | IOException e) { in tryCreateIpSecTunnelInterface()
|