Searched refs:mChildConfig (Results 1 – 1 of 1) sorted by relevance
733 private VcnChildSessionConfiguration mChildConfig; field in VcnGatewayConnection1982 final VcnChildSessionConfiguration oldChildConfig = mChildConfig; in processStateMsg()1983 mChildConfig = ((EventSetupCompletedInfo) msg.obj).childSessionConfig; in processStateMsg()1988 mChildConfig, in processStateMsg()2052 updateNetworkAgent(mTunnelIface, mNetworkAgent, mChildConfig, mIkeConnectionInfo); in handleMigrationCompleted()2081 if (mNetworkAgent != null && mChildConfig != null) { in handleUnderlyingNetworkChanged()2084 mTunnelIface, mNetworkAgent, mChildConfig, mIkeConnectionInfo); in handleUnderlyingNetworkChanged()2809 private final ChildSessionConfiguration mChildConfig; field in VcnGatewayConnection.VcnChildSessionConfiguration2812 mChildConfig = childConfig; in VcnChildSessionConfiguration()2817 return mChildConfig.getInternalAddresses(); in getInternalAddresses()[all …]