Home
last modified time | relevance | path

Searched refs:tetherOffloadRuleAdd (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
DBpfCoordinatorShimImpl.java72 mNetd.tetherOffloadRuleAdd(rule.toTetherOffloadRuleParcel()); in addIpv6DownstreamRule()
149 public boolean tetherOffloadRuleAdd(boolean downstream, @NonNull Tether4Key key, in tetherOffloadRuleAdd() method in BpfCoordinatorShimImpl
/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/
DBpfCoordinatorShim.java144 public abstract boolean tetherOffloadRuleAdd(boolean downstream, @NonNull Tether4Key key, in tetherOffloadRuleAdd() method in BpfCoordinatorShim
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl120 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/13/android/net/
DINetd.aidl151 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/7/android/net/
DINetd.aidl142 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/6/android/net/
DINetd.aidl142 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/staticlibs/netd/binder/android/net/
DINetd.aidl1313 void tetherOffloadRuleAdd(in TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/10/android/net/
DINetd.aidl151 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl184 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/8/android/net/
DINetd.aidl142 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/14/android/net/
DINetd.aidl184 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/9/android/net/
DINetd.aidl151 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl120 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/5/android/net/
DINetd.aidl120 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/15/android/net/
DINetd.aidl184 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java343 public boolean tetherOffloadRuleAdd(boolean downstream, @NonNull Tether4Key key, in tetherOffloadRuleAdd() method in BpfCoordinatorShimImpl
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/11/android/net/
DINetd.aidl151 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/12/android/net/
DINetd.aidl151 void tetherOffloadRuleAdd(in android.net.TetherOffloadRuleParcel rule); in tetherOffloadRuleAdd() method
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java2036 mBpfCoordinatorShim.tetherOffloadRuleAdd(UPSTREAM, upstream4Key, upstream4Value); in accept()
2037 mBpfCoordinatorShim.tetherOffloadRuleAdd(DOWNSTREAM, downstream4Key, downstream4Value); in accept()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java889 verifyWithOrder(inOrder, mNetd).tetherOffloadRuleAdd(matches(rule)); in verifyAddDownstreamRule()
902 verify(mNetd, never()).tetherOffloadRuleAdd(any()); in verifyNeverAddDownstreamRule()