/aosp12/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/ |
H A D | BpfCoordinatorShimImpl.java | 139 public TetherStatsValue tetherOffloadGetAndClearStats(int ifIndex) { in tetherOffloadGetAndClearStats() method in BpfCoordinatorShimImpl 142 mNetd.tetherOffloadGetAndClearStats(ifIndex); in tetherOffloadGetAndClearStats()
|
/aosp12/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/ |
H A D | BpfCoordinatorShim.java | 140 public abstract TetherStatsValue tetherOffloadGetAndClearStats(int ifIndex); in tetherOffloadGetAndClearStats() method in BpfCoordinatorShim
|
/aosp12/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/ |
H A D | BpfCoordinatorShimImpl.java | 307 public TetherStatsValue tetherOffloadGetAndClearStats(int ifIndex) { in tetherOffloadGetAndClearStats() method in BpfCoordinatorShimImpl
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
H A D | INetd.aidl | 124 android.net.TetherStatsParcel tetherOffloadGetAndClearStats(int ifIndex); in tetherOffloadGetAndClearStats() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
H A D | INetd.aidl | 146 android.net.TetherStatsParcel tetherOffloadGetAndClearStats(int ifIndex); in tetherOffloadGetAndClearStats() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
H A D | INetd.aidl | 146 android.net.TetherStatsParcel tetherOffloadGetAndClearStats(int ifIndex); in tetherOffloadGetAndClearStats() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
H A D | INetd.aidl | 124 android.net.TetherStatsParcel tetherOffloadGetAndClearStats(int ifIndex); in tetherOffloadGetAndClearStats() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
H A D | INetd.aidl | 146 android.net.TetherStatsParcel tetherOffloadGetAndClearStats(int ifIndex); in tetherOffloadGetAndClearStats() method
|
/aosp12/system/netd/server/binder/android/net/ |
H A D | INetd.aidl | 1343 TetherStatsParcel tetherOffloadGetAndClearStats(int ifIndex); in tetherOffloadGetAndClearStats() method
|
/aosp12/system/netd/server/ |
H A D | NetdNativeService.h | 149 binder::Status tetherOffloadGetAndClearStats(
|
H A D | NetdNativeService.cpp | 1326 binder::Status NetdNativeService::tetherOffloadGetAndClearStats( in tetherOffloadGetAndClearStats() function in android::net::NetdNativeService
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | BpfCoordinatorTest.java | 408 when(mNetd.tetherOffloadGetAndClearStats(stats.ifIndex)).thenReturn(stats); in updateStatsEntryForTetherOffloadGetAndClearStats() 546 inOrder.verify(mNetd).tetherOffloadGetAndClearStats(ifIndex); in verifyTetherOffloadGetAndClearStats()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
H A D | IpServerTest.java | 973 when(mNetd.tetherOffloadGetAndClearStats(UPSTREAM_IFINDEX)) in resetNetdBpfMapAndCoordinator() 975 when(mNetd.tetherOffloadGetAndClearStats(UPSTREAM_IFINDEX2)) in resetNetdBpfMapAndCoordinator()
|
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | BpfCoordinator.java | 1698 mBpfCoordinatorShim.tetherOffloadGetAndClearStats(upstreamIfindex); in maybeClearLimit()
|
/aosp12/system/netd/tests/ |
H A D | binder_test.cpp | 3812 EXPECT_TRUE(mNetd->tetherOffloadGetAndClearStats(sTun.ifindex(), &tetherStats).isOk()); in TEST_F() 3969 auto status = mNetd->tetherOffloadGetAndClearStats(0 /* ifIndex */, &tetherStats); in TEST_F()
|