Home
last modified time | relevance | path

Searched refs:disableTethering (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DRouteController.h78 static int disableTethering(const char* inputInterface,
DRouteController.cpp1069 int RouteController::disableTethering(const char* inputInterface, const char* outputInterface) { in disableTethering() function in RouteController
DCommandListener.cpp547 ret = RouteController::disableTethering(argv[2], argv[3]); in runCommand()