Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h51 unsigned getDnsNetId();
DTetherController.cpp272 unsigned TetherController::getDnsNetId() { in getDnsNetId() function in TetherController
DCommandListener.cpp598 snprintf(netIdStr, sizeof(netIdStr), "%u", sTetherCtrl->getDnsNetId()); in runCommand()