Home
last modified time | relevance | path

Searched refs:sendLocalNetworkConfig (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSLocalAgentTests.kt186 localAgent.sendLocalNetworkConfig(newLnc) in keepScore()
192 localAgent.sendLocalNetworkConfig(LocalNetworkConfig.Builder().build()) in keepScore()
195 localAgent.sendLocalNetworkConfig(newLnc) in keepScore()
229 private fun sendLocalNetworkConfig( in keepScore() method
240 localAgent.sendLocalNetworkConfig(newLnc) in keepScore()
402 sendLocalNetworkConfig(localAgent, upstreamSelectorWifi, multicastRoutingConfigMinScope, in keepScore()
451 sendLocalNetworkConfig(localAgent, null, multicastRoutingConfigMinScope, in keepScore()
737 localAgent.sendLocalNetworkConfig(lnc.value) in keepScore()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/base/
DCSAgentWrapper.kt186 fun sendLocalNetworkConfig(lnc: LocalNetworkConfig) = agent.sendLocalNetworkConfig(lnc) in ArgumentCaptor() method
/packages/modules/Connectivity/framework/src/android/net/
DINetworkAgentRegistry.aidl38 void sendLocalNetworkConfig(in LocalNetworkConfig config); in sendLocalNetworkConfig() method
DNetworkAgent.java1152 public void sendLocalNetworkConfig(@NonNull LocalNetworkConfig config) { in sendLocalNetworkConfig() method in NetworkAgent
1156 queueOrSendMessage(reg -> reg.sendLocalNetworkConfig(config)); in sendLocalNetworkConfig()
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkControllerService.java1170 sendLocalNetworkConfig();
1286 private void sendLocalNetworkConfig() {
1291 mNetworkAgent.sendLocalNetworkConfig(localNetworkConfig);
1321 sendLocalNetworkConfig();
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkAgentInfo.java931 public void sendLocalNetworkConfig(@NonNull final LocalNetworkConfig config) { in sendLocalNetworkConfig() method in NetworkAgentInfo.NetworkAgentMessageHandler