Home
last modified time | relevance | path

Searched refs:VcnChildSessionConfiguration (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java733 private VcnChildSessionConfiguration mChildConfig;
1752 @NonNull VcnChildSessionConfiguration childConfig, in updateNetworkAgent()
1773 @NonNull VcnChildSessionConfiguration childConfig, in buildNetworkAgent()
1901 @NonNull VcnChildSessionConfiguration childConfig, in setupInterface()
1902 @Nullable VcnChildSessionConfiguration oldChildConfig) { in setupInterface()
2101 @NonNull VcnChildSessionConfiguration childConfig, in setupInterfaceAndNetworkAgent()
2102 @NonNull VcnChildSessionConfiguration oldChildConfig, in setupInterfaceAndNetworkAgent()
2291 @NonNull VcnChildSessionConfiguration childConfig, in buildConnectedLinkProperties()
2412 void onOpened(@NonNull VcnChildSessionConfiguration childConfig) { in onOpened()
2426 onOpened(new VcnChildSessionConfiguration(childConfig)); in onOpened()
[all …]
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionTest.java30 import static com.android.server.vcn.VcnGatewayConnection.VcnChildSessionConfiguration;
208 final VcnChildSessionConfiguration childSessionConfig = in testBuildLinkProperties()
209 mock(VcnChildSessionConfiguration.class); in testBuildLinkProperties()
H A DVcnGatewayConnectionConnectedStateTest.java33 import static com.android.server.vcn.VcnGatewayConnection.VcnChildSessionConfiguration;
353 final VcnChildSessionConfiguration mMockChildSessionConfig = in triggerChildOpened()
354 mock(VcnChildSessionConfiguration.class); in triggerChildOpened()
472 cb.onOpened(mock(VcnChildSessionConfiguration.class)); in verifyChildOpenedRequestsAndAppliesParallelSas()