Searched refs:getNetworkCallback (Results 1 – 2 of 2) sorted by relevance
/packages/modules/DnsResolver/ |
D | Dns64Configuration.h | 73 Dns64Configuration(GetNetworkContextCallback getNetworkCallback, in Dns64Configuration() argument 75 : mGetNetworkContextCallback(std::move(getNetworkCallback)), in Dns64Configuration()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceHalHidlImplTest.java | 2549 public void answer(final int networkId, ISupplicantP2pIface.getNetworkCallback cb) { in testLoadGroups() 2586 .getNetwork(anyInt(), any(ISupplicantP2pIface.getNetworkCallback.class)); in testLoadGroups() 2613 public void answer(final int networkId, ISupplicantP2pIface.getNetworkCallback cb) { in testSetClientList() 2622 .getNetwork(anyInt(), any(ISupplicantP2pIface.getNetworkCallback.class)); in testSetClientList() 2629 .getNetwork(anyInt(), any(ISupplicantP2pIface.getNetworkCallback.class)); in testSetClientList() 2656 public void answer(final int networkId, ISupplicantP2pIface.getNetworkCallback cb) { in testSetClientListFailureDueToGetNetwork() 2661 .getNetwork(anyInt(), any(ISupplicantP2pIface.getNetworkCallback.class)); in testSetClientListFailureDueToGetNetwork() 2668 .getNetwork(anyInt(), any(ISupplicantP2pIface.getNetworkCallback.class)); in testSetClientListFailureDueToGetNetwork() 2683 public void answer(final int networkId, ISupplicantP2pIface.getNetworkCallback cb) { in testGetClientList() 2692 .getNetwork(anyInt(), any(ISupplicantP2pIface.getNetworkCallback.class)); in testGetClientList() [all …]
|