Home
last modified time | relevance | path

Searched refs:tetherRemoveForward (Results 1 – 7 of 7) sorted by relevance

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl90 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
/system/netd/server/binder/android/net/
DINetd.aidl1132 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl107 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
/system/netd/server/
DNetdNativeService.h240 binder::Status tetherRemoveForward(const std::string& intIface,
DNdcDispatcher.cpp522 status = mNetd->tetherRemoveForward(argv[2], argv[3]); in runCommand()
DNetdNativeService.cpp1153 binder::Status NetdNativeService::tetherRemoveForward(const std::string& intIface, in tetherRemoveForward() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp2834 status = mNetd->tetherRemoveForward(sTun.name(), sTun2.name()); in TEST_F()