Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h26 typedef std::list<char *> InterfaceCollection; typedef
30 InterfaceCollection *mInterfaces;
57 InterfaceCollection *getTetheredInterfaceList();
DTetherController.cpp74 mInterfaces = new InterfaceCollection(); in TetherController()
87 InterfaceCollection::iterator it; in ~TetherController()
287 InterfaceCollection::iterator it; in applyDnsInterfaces()
321 InterfaceCollection::iterator it; in tetherInterface()
336 InterfaceCollection::iterator it; in untetherInterface()
352 InterfaceCollection *TetherController::getTetheredInterfaceList() { in getTetheredInterfaceList()
DCommandListener.cpp579 InterfaceCollection *ilist = gCtls->tetherCtrl.getTetheredInterfaceList(); in runCommand()
580 InterfaceCollection::iterator it; in runCommand()