Searched refs:addFallthrough (Results 1 – 3 of 3) sorted by relevance
30 [[nodiscard]] virtual int addFallthrough(const std::string& physicalInterface,
36 if (int ret = delegate->addFallthrough(interface, permission)) { in addToDefault()
77 [[nodiscard]] int addFallthrough(const std::string& physicalInterface,118 int NetworkController::DelegateImpl::addFallthrough(const std::string& physicalInterface, in addFallthrough() function in android::net::NetworkController::DelegateImpl