Searched refs:tetherInterfaceRemove (Results 1 – 7 of 7) sorted by relevance
60 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove() method
741 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove() method
77 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove() method
127 binder::Status tetherInterfaceRemove(const std::string& ifName) override;
465 status = mNetd->tetherInterfaceRemove(argv[3]); in runCommand()
937 binder::Status NetdNativeService::tetherInterfaceRemove(const std::string& ifName) { in tetherInterfaceRemove() function in android::net::NetdNativeService
2091 status = mNetd->tetherInterfaceRemove(sTun.name()); in TEST_F()