Home
last modified time | relevance | path

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

/system/netd/server/
DNetworkController.cpp65 class NetworkController::DelegateImpl : public PhysicalNetwork::Delegate { class in NetworkController
67 explicit DelegateImpl(NetworkController* networkController);
68 virtual ~DelegateImpl();
85 NetworkController::DelegateImpl::DelegateImpl(NetworkController* networkController) : in DelegateImpl() function in NetworkController::DelegateImpl
89 NetworkController::DelegateImpl::~DelegateImpl() { in ~DelegateImpl()
92 int NetworkController::DelegateImpl::modifyFallthrough(unsigned vpnNetId, in modifyFallthrough()
115 int NetworkController::DelegateImpl::addFallthrough(const std::string& physicalInterface, in addFallthrough()
120 int NetworkController::DelegateImpl::removeFallthrough(const std::string& physicalInterface, in removeFallthrough()
125 int NetworkController::DelegateImpl::modifyFallthrough(const std::string& physicalInterface, in modifyFallthrough()
138 mDelegateImpl(new NetworkController::DelegateImpl(this)), mDefaultNetId(NETID_UNSET), in NetworkController()
DNetworkController.h107 class DelegateImpl; variable
108 DelegateImpl* const mDelegateImpl;