Home
last modified time | relevance | path

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

/system/netd/server/
DNetworkController.cpp62 class NetworkController::DelegateImpl : public PhysicalNetwork::Delegate { class in NetworkController
64 explicit DelegateImpl(NetworkController* networkController);
65 virtual ~DelegateImpl();
82 NetworkController::DelegateImpl::DelegateImpl(NetworkController* networkController) : in DelegateImpl() function in NetworkController::DelegateImpl
86 NetworkController::DelegateImpl::~DelegateImpl() { in ~DelegateImpl()
89 int NetworkController::DelegateImpl::modifyFallthrough(unsigned vpnNetId, in modifyFallthrough()
112 int NetworkController::DelegateImpl::addFallthrough(const std::string& physicalInterface, in addFallthrough()
117 int NetworkController::DelegateImpl::removeFallthrough(const std::string& physicalInterface, in removeFallthrough()
122 int NetworkController::DelegateImpl::modifyFallthrough(const std::string& physicalInterface, in modifyFallthrough()
135 mDelegateImpl(new NetworkController::DelegateImpl(this)), mDefaultNetId(NETID_UNSET) { in NetworkController()
DNetworkController.h104 class DelegateImpl; variable
105 DelegateImpl* const mDelegateImpl;