Home
last modified time | relevance | path

Searched refs:DelegateImpl (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DNetworkController.cpp68 class NetworkController::DelegateImpl : public PhysicalNetwork::Delegate { class in android::net::NetworkController
70 explicit DelegateImpl(NetworkController* networkController);
71 virtual ~DelegateImpl();
88 NetworkController::DelegateImpl::DelegateImpl(NetworkController* networkController) : in DelegateImpl() function in android::net::NetworkController::DelegateImpl
92 NetworkController::DelegateImpl::~DelegateImpl() { in ~DelegateImpl()
95 int NetworkController::DelegateImpl::modifyFallthrough(unsigned vpnNetId, in modifyFallthrough()
118 int NetworkController::DelegateImpl::addFallthrough(const std::string& physicalInterface, in addFallthrough()
123 int NetworkController::DelegateImpl::removeFallthrough(const std::string& physicalInterface, in removeFallthrough()
128 int NetworkController::DelegateImpl::modifyFallthrough(const std::string& physicalInterface, in modifyFallthrough()
141 mDelegateImpl(new NetworkController::DelegateImpl(this)), mDefaultNetId(NETID_UNSET), in NetworkController()
DNetworkController.h171 class DelegateImpl; variable
172 DelegateImpl* const mDelegateImpl;