Searched refs:mChildConfig (Results 1 – 1 of 1) sorted by relevance
624 private VcnChildSessionConfiguration mChildConfig; field in VcnGatewayConnection1800 final VcnChildSessionConfiguration oldChildConfig = mChildConfig; in processStateMsg()1801 mChildConfig = ((EventSetupCompletedInfo) msg.obj).childSessionConfig; in processStateMsg()1804 mCurrentToken, mTunnelIface, mChildConfig, oldChildConfig); in processStateMsg()1841 updateNetworkAgent(mTunnelIface, mNetworkAgent, mChildConfig); in handleMigrationCompleted()1866 if (mNetworkAgent != null && mChildConfig != null) { in handleUnderlyingNetworkChanged()1868 updateNetworkAgent(mTunnelIface, mNetworkAgent, mChildConfig); in handleUnderlyingNetworkChanged()2437 private final ChildSessionConfiguration mChildConfig; field in VcnGatewayConnection.VcnChildSessionConfiguration2440 mChildConfig = childConfig; in VcnChildSessionConfiguration()2445 return mChildConfig.getInternalAddresses(); in getInternalAddresses()[all …]