Home
last modified time | relevance | path

Searched refs:tetherOffloadClientAdd (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1876 coordinator.tetherOffloadClientAdd(mIpServer, CLIENT_INFO_A); in addDownstreamAndClientInformationTo()
1878 coordinator.tetherOffloadClientAdd(mIpServer2, CLIENT_INFO_B); in addDownstreamAndClientInformationTo()
2115 coordinator.tetherOffloadClientAdd(mIpServer, clientA); in doTestMaxConnectionCount_removeClient()
2116 coordinator.tetherOffloadClientAdd(mIpServer, clientB); in doTestMaxConnectionCount_removeClient()
2616 coordinator.tetherOffloadClientAdd(mIpServer, clientA); in testTetherOffloadClientAddRemove()
2617 coordinator.tetherOffloadClientAdd(mIpServer, clientB); in testTetherOffloadClientAddRemove()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java859 public void tetherOffloadClientAdd(@NonNull final IpServer ipServer, in tetherOffloadClientAdd() method in BpfCoordinator
1031 tetherOffloadClientAdd(ipServer, clientInfo); in updateClientInfoIpv4()