Home
last modified time | relevance | path

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

/system/netd/server/
DPhysicalNetwork.h32 [[nodiscard]] virtual int removeFallthrough(const std::string& physicalInterface,
DPhysicalNetwork.cpp49 if (int ret = delegate->removeFallthrough(interface, permission)) { in removeFromDefault()
DNetworkController.cpp79 [[nodiscard]] int removeFallthrough(const std::string& physicalInterface,
123 int NetworkController::DelegateImpl::removeFallthrough(const std::string& physicalInterface, in removeFallthrough() function in android::net::NetworkController::DelegateImpl