Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1921 coordinator.tetherOffloadClientAdd(mIpServer, CLIENT_INFO_A); in addDownstreamAndClientInformationTo()
1923 coordinator.tetherOffloadClientAdd(mIpServer2, CLIENT_INFO_B); in addDownstreamAndClientInformationTo()
2451 coordinator.tetherOffloadClientAdd(mIpServer, clientA); in testTetherOffloadClientAddRemove()
2452 coordinator.tetherOffloadClientAdd(mIpServer, clientB); in testTetherOffloadClientAddRemove()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java1023 mBpfCoordinator.tetherOffloadClientAdd(this, clientInfo); in updateClientInfoIpv4()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java835 public void tetherOffloadClientAdd(@NonNull final IpServer ipServer, in tetherOffloadClientAdd() method in BpfCoordinator