Home
last modified time | relevance | path

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

/system/netd/server/
DNetworkController.cpp72 class NetworkController::DelegateImpl : public PhysicalNetwork::Delegate { class in android::net::NetworkController
74 explicit DelegateImpl(NetworkController* networkController);
75 virtual ~DelegateImpl();
92 NetworkController::DelegateImpl::DelegateImpl(NetworkController* networkController) : in DelegateImpl() function in android::net::NetworkController::DelegateImpl
96 NetworkController::DelegateImpl::~DelegateImpl() { in ~DelegateImpl()
99 int NetworkController::DelegateImpl::modifyFallthrough(unsigned vpnNetId, in modifyFallthrough()
122 int NetworkController::DelegateImpl::addFallthrough(const std::string& physicalInterface, in addFallthrough()
127 int NetworkController::DelegateImpl::removeFallthrough(const std::string& physicalInterface, in removeFallthrough()
132 int NetworkController::DelegateImpl::modifyFallthrough(const std::string& physicalInterface, in modifyFallthrough()
145 mDelegateImpl(new NetworkController::DelegateImpl(this)), mDefaultNetId(NETID_UNSET), in NetworkController()
DNetworkController.h160 class DelegateImpl; variable
161 DelegateImpl* const mDelegateImpl;