Home
last modified time | relevance | path

Searched refs:VcnGatewayConnection (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionTestBase.java20 import static com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;
21 import static com.android.server.vcn.VcnGatewayConnection.VcnNetworkAgent;
64 import com.android.server.vcn.VcnGatewayConnection.VcnWakeLock;
139 @NonNull protected final VcnGatewayConnection.Dependencies mDeps;
151 protected VcnGatewayConnection mGatewayConnection;
160 mDeps = mock(VcnGatewayConnection.Dependencies.class); in VcnGatewayConnectionTestBase()
211 new VcnGatewayConnection( in setUp()
271 VcnGatewayConnection.TEARDOWN_TIMEOUT_ALARM, in verifyTeardownTimeoutAlarmAndGetCallback()
279 VcnGatewayConnection.DISCONNECT_REQUEST_ALARM, in verifyDisconnectRequestAlarmAndGetCallback()
289 VcnGatewayConnection.RETRY_TIMEOUT_ALARM, in verifyRetryTimeoutAlarmAndGetCallback()
[all …]
H A DVcnTest.java129 return mock(VcnGatewayConnection.class); in setUp()
198 for (final VcnGatewayConnection gateway : gatewayConnections) { in verifyUpdateSubscriptionSnapshotNotifiesGatewayConnections()
298 public Set<VcnGatewayConnection> startGatewaysAndGetGatewayConnections( in startGatewaysAndGetGatewayConnections()
320 Set<VcnGatewayConnection> activeGateways, in verifySafeMode()
322 for (VcnGatewayConnection gatewayConnection : activeGateways) { in verifySafeMode()
335 final Set<VcnGatewayConnection> gatewayConnections = in testGatewayEnteringAndExitingSafeModeNotifiesVcn()
368 final Set<VcnGatewayConnection> gatewayConnections = in verifyGatewayQuit()
422 final VcnGatewayConnection activeGatewayConnection = in testUpdateConfigReevaluatesGatewayConnections()
424 final VcnGatewayConnection removedGatewayConnection = in testUpdateConfigReevaluatesGatewayConnections()
441 Map<VcnGatewayConnectionConfig, VcnGatewayConnection> gateways) { in verifyMobileDataToggledUpdatesGatewayConnections()
[all …]
H A DVcnGatewayConnectionDisconnectedStateTest.java21 import static com.android.server.vcn.VcnGatewayConnection.DUMMY_ADDR;
61 final VcnGatewayConnection vgc = in testEnterWhileQuittingTriggersQuit()
62 new VcnGatewayConnection( in testEnterWhileQuittingTriggersQuit()
H A DVcnGatewayConnectionConnectedStateTest.java32 import static com.android.server.vcn.VcnGatewayConnection.VcnChildSessionConfiguration;
33 import static com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;
34 import static com.android.server.vcn.VcnGatewayConnection.VcnNetworkAgent;
169 VcnGatewayConnection vcnGatewayConnection, boolean expectForwardTransform) in verifyVcnTransformsApplied()
197 VcnGatewayConnection gatewayConnection = in testCreatedTransformsAreAppliedWithDun()
198 new VcnGatewayConnection( in testCreatedTransformsAreAppliedWithDun()
431 eq(VcnGatewayConnection.SAFEMODE_TIMEOUT_ALARM), in testSubsequentFailedValidationTriggersSafeMode()
H A DVcnGatewayConnectionTest.java27 import static com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;
28 import static com.android.server.vcn.VcnGatewayConnection.VcnNetworkAgent;
123 VcnGatewayConnection.buildNetworkCapabilities( in verifyBuildNetworkCapabilitiesCommon()
H A DVcnGatewayConnectionConnectingStateTest.java19 import static com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;
H A DVcnGatewayConnectionRetryTimeoutStateTest.java19 import static com.android.server.vcn.VcnGatewayConnection.VcnNetworkAgent;
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcn.java271 public Set<VcnGatewayConnection> getVcnGatewayConnections() { in getVcnGatewayConnections()
277 public Map<VcnGatewayConnectionConfig, VcnGatewayConnection>
333 for (final Entry<VcnGatewayConnectionConfig, VcnGatewayConnection> entry : in handleConfigUpdated()
336 final VcnGatewayConnection gatewayConnection = entry.getValue(); in handleConfigUpdated()
358 for (VcnGatewayConnection gatewayConnection : mVcnGatewayConnections.values()) { in handleTeardown()
427 final VcnGatewayConnection vcnGatewayConnection = in handleNetworkRequested()
516 for (Entry<VcnGatewayConnectionConfig, VcnGatewayConnection> entry : in handleMobileDataToggled()
519 final VcnGatewayConnection gatewayConnection = entry.getValue(); in handleMobileDataToggled()
638 for (VcnGatewayConnection gw : mVcnGatewayConnections.values()) { in dump()
738 public VcnGatewayConnection newVcnGatewayConnection( in newVcnGatewayConnection()
[all …]
H A DVcnGatewayConnection.java161 public class VcnGatewayConnection extends StateMachine { class
162 private static final String TAG = VcnGatewayConnection.class.getSimpleName();
640 public VcnGatewayConnection( in VcnGatewayConnection() method in VcnGatewayConnection
658 VcnGatewayConnection( in VcnGatewayConnection() method in VcnGatewayConnection
/aosp12/frameworks/base/services/
H A Dart-profile42282 …rver/vcn/VcnGatewayConnection$ActiveBaseState;-><init>(Lcom/android/server/vcn/VcnGatewayConnectio…
42285 …/server/vcn/VcnGatewayConnection$BaseState;-><init>(Lcom/android/server/vcn/VcnGatewayConnection;L…
42308 …er/vcn/VcnGatewayConnection$ConnectedStateBase;-><init>(Lcom/android/server/vcn/VcnGatewayConnecti…
42317 …rver/vcn/VcnGatewayConnection$ConnectingState;-><init>(Lcom/android/server/vcn/VcnGatewayConnectio…
42328 …ver/vcn/VcnGatewayConnection$DisconnectedState;-><init>(Lcom/android/server/vcn/VcnGatewayConnecti…
42333 …er/vcn/VcnGatewayConnection$DisconnectingState;-><init>(Lcom/android/server/vcn/VcnGatewayConnecti…
42389VcnGatewayConnection;->access$1102(Lcom/android/server/vcn/VcnGatewayConnection;Lcom/android/serve…
42390 …id/server/vcn/VcnGatewayConnection;->access$1300(Lcom/android/server/vcn/VcnGatewayConnection;)Lco…
42391VcnGatewayConnection;->access$1302(Lcom/android/server/vcn/VcnGatewayConnection;Lcom/android/serve…
42407 …id/server/vcn/VcnGatewayConnection;->access$3000(Lcom/android/server/vcn/VcnGatewayConnection;)Lco…
[all …]