Searched refs:tetherRemoveForward (Results 1 – 7 of 7) sorted by relevance
90 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
1132 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
107 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
240 binder::Status tetherRemoveForward(const std::string& intIface,
522 status = mNetd->tetherRemoveForward(argv[2], argv[3]); in runCommand()
1153 binder::Status NetdNativeService::tetherRemoveForward(const std::string& intIface, in tetherRemoveForward() function in android::net::NetdNativeService
2834 status = mNetd->tetherRemoveForward(sTun.name(), sTun2.name()); in TEST_F()