Home
last modified time | relevance | path

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

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl89 void tetherAddForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherAddForward() method
/system/netd/server/binder/android/net/
DINetd.aidl1124 void tetherAddForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherAddForward() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl106 void tetherAddForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherAddForward() method
/system/netd/server/
DNetdNativeService.h238 binder::Status tetherAddForward(const std::string& intIface,
DNdcDispatcher.cpp520 status = mNetd->tetherAddForward(argv[2], argv[3]); in runCommand()
DNetdNativeService.cpp1145 binder::Status NetdNativeService::tetherAddForward(const std::string& intIface, in tetherAddForward() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp2830 binder::Status status = mNetd->tetherAddForward(sTun.name(), sTun2.name()); in TEST_F()