Searched refs:DelegateImpl (Results 1 – 2 of 2) sorted by relevance
62 class NetworkController::DelegateImpl : public PhysicalNetwork::Delegate { class in NetworkController64 explicit DelegateImpl(NetworkController* networkController);65 virtual ~DelegateImpl();82 NetworkController::DelegateImpl::DelegateImpl(NetworkController* networkController) : in DelegateImpl() function in NetworkController::DelegateImpl86 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()
104 class DelegateImpl; variable105 DelegateImpl* const mDelegateImpl;