/aosp12/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/ |
H A D | BpfCoordinatorShimImpl.java | 98 public SparseArray<TetherStatsValue> tetherOffloadGetStats() { in tetherOffloadGetStats() method in BpfCoordinatorShimImpl 104 tetherStatsList = mNetd.tetherOffloadGetStats(); in tetherOffloadGetStats()
|
/aosp12/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/ |
H A D | BpfCoordinatorShim.java | 111 public abstract SparseArray<TetherStatsValue> tetherOffloadGetStats(); in tetherOffloadGetStats() method in BpfCoordinatorShim
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | BpfCoordinatorTest.java | 322 when(mNetd.tetherOffloadGetStats()).thenReturn(new TetherStatsParcel[0]); in setupFunctioningNetdInterface() 375 when(mNetd.tetherOffloadGetStats()).thenReturn(new TetherStatsParcel[] {stats}); in updateStatsEntry() 390 when(mNetd.tetherOffloadGetStats()).thenReturn(tetherStatsList); in updateStatsEntriesAndWaitForUpdate() 432 verify(mNetd).tetherOffloadGetStats(); in verifyTetherOffloadGetStats() 440 verify(mNetd, never()).tetherOffloadGetStats(); in verifyNeverTetherOffloadGetStats()
|
/aosp12/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/ |
H A D | BpfCoordinatorShimImpl.java | 234 public SparseArray<TetherStatsValue> tetherOffloadGetStats() { in tetherOffloadGetStats() method in BpfCoordinatorShimImpl
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
H A D | INetd.aidl | 122 android.net.TetherStatsParcel[] tetherOffloadGetStats(); in tetherOffloadGetStats() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
H A D | INetd.aidl | 144 android.net.TetherStatsParcel[] tetherOffloadGetStats(); in tetherOffloadGetStats() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
H A D | INetd.aidl | 144 android.net.TetherStatsParcel[] tetherOffloadGetStats(); in tetherOffloadGetStats() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
H A D | INetd.aidl | 122 android.net.TetherStatsParcel[] tetherOffloadGetStats(); in tetherOffloadGetStats() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
H A D | INetd.aidl | 144 android.net.TetherStatsParcel[] tetherOffloadGetStats(); in tetherOffloadGetStats() method
|
/aosp12/system/netd/server/binder/android/net/ |
H A D | INetd.aidl | 1314 TetherStatsParcel[] tetherOffloadGetStats(); in tetherOffloadGetStats() method
|
/aosp12/system/netd/server/ |
H A D | NetdNativeService.h | 130 binder::Status tetherOffloadGetStats(
|
H A D | NetdNativeService.cpp | 1310 binder::Status NetdNativeService::tetherOffloadGetStats( in tetherOffloadGetStats() function in android::net::NetdNativeService
|
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | BpfCoordinator.java | 1844 mBpfCoordinatorShim.tetherOffloadGetStats(); in updateForwardedStats()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
H A D | IpServerTest.java | 972 when(mNetd.tetherOffloadGetStats()).thenReturn(new TetherStatsParcel[0]); in resetNetdBpfMapAndCoordinator()
|
/aosp12/system/netd/tests/ |
H A D | binder_test.cpp | 3956 auto status = mNetd->tetherOffloadGetStats(&tetherStatsList); in TEST_F()
|