HomeSort by relevance Sort by last modified time
    Searched refs:DelegateImpl (Results 1 - 2 of 2) sorted by null

  /system/netd/server/
NetworkController.cpp 70 class NetworkController::DelegateImpl : public PhysicalNetwork::Delegate {
72 explicit DelegateImpl(NetworkController* networkController);
73 virtual ~DelegateImpl();
90 NetworkController::DelegateImpl::DelegateImpl(NetworkController* networkController) :
94 NetworkController::DelegateImpl::~DelegateImpl() {
97 int NetworkController::DelegateImpl::modifyFallthrough(unsigned vpnNetId,
120 int NetworkController::DelegateImpl::addFallthrough(const std::string& physicalInterface,
125 int NetworkController::DelegateImpl::removeFallthrough(const std::string& physicalInterface
    [all...]
NetworkController.h 112 class DelegateImpl;
113 DelegateImpl* const mDelegateImpl;

Completed in 84 milliseconds