Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DTetherController.cpp310 applyDnsInterfaces(); in startTethering()
431 bool TetherController::applyDnsInterfaces() { in applyDnsInterfaces() function in android::net::TetherController
468 if (!applyDnsInterfaces()) { in tetherInterface()
485 return applyDnsInterfaces() ? 0 : -EREMOTEIO; in untetherInterface()
H A DTetherController.h97 bool applyDnsInterfaces();
H A DNetdNativeService.cpp473 *ret = gCtls->tetherCtrl.applyDnsInterfaces(); in tetherApplyDnsInterfaces()