Searched refs:mChildConfig (Results 1 – 1 of 1) sorted by relevance
733 private VcnChildSessionConfiguration mChildConfig; field in VcnGatewayConnection2017 final VcnChildSessionConfiguration oldChildConfig = mChildConfig; in processStateMsg()2018 mChildConfig = ((EventSetupCompletedInfo) msg.obj).childSessionConfig; in processStateMsg()2023 mChildConfig, in processStateMsg()2087 updateNetworkAgent(mTunnelIface, mNetworkAgent, mChildConfig, mIkeConnectionInfo); in handleMigrationCompleted()2116 if (mNetworkAgent != null && mChildConfig != null) { in handleUnderlyingNetworkChanged()2119 mTunnelIface, mNetworkAgent, mChildConfig, mIkeConnectionInfo); in handleUnderlyingNetworkChanged()2861 private final ChildSessionConfiguration mChildConfig; field in VcnGatewayConnection.VcnChildSessionConfiguration2864 mChildConfig = childConfig; in VcnChildSessionConfiguration()2869 return mChildConfig.getInternalAddresses(); in getInternalAddresses()[all …]