Searched refs:TetherController (Results 1 – 4 of 4) sorted by relevance
73 TetherController::TetherController() { in TetherController() function in TetherController86 TetherController::~TetherController() { in ~TetherController()98 bool TetherController::setIpFwdEnabled() { in setIpFwdEnabled()107 bool TetherController::enableForwarding(const char* requester) { in enableForwarding()115 bool TetherController::disableForwarding(const char* requester) { in disableForwarding()120 size_t TetherController::forwardingRequestCount() { in forwardingRequestCount()126 int TetherController::startTethering(int num_addrs, char **dhcp_ranges) { in startTethering()199 int TetherController::stopTethering() { in stopTethering()217 bool TetherController::isTetheringStarted() { in isTetheringStarted()223 int TetherController::setDnsForwarders(unsigned netId, char **servers, int numServers) { in setDnsForwarders()[all …]
29 class TetherController {40 TetherController();41 virtual ~TetherController();
42 TetherController tetherCtrl;
102 TetherController.cpp \