Searched refs:NetworkController (Results 1 – 11 of 11) sorted by relevance
69 class NetworkController::DelegateImpl : public PhysicalNetwork::Delegate {71 explicit DelegateImpl(NetworkController* networkController);86 NetworkController* const mNetworkController;89 NetworkController::DelegateImpl::DelegateImpl(NetworkController* networkController) : in DelegateImpl()93 NetworkController::DelegateImpl::~DelegateImpl() { in ~DelegateImpl()96 int NetworkController::DelegateImpl::modifyFallthrough(unsigned vpnNetId, in modifyFallthrough()119 int NetworkController::DelegateImpl::addFallthrough(const std::string& physicalInterface, in addFallthrough()124 int NetworkController::DelegateImpl::removeFallthrough(const std::string& physicalInterface, in removeFallthrough()129 int NetworkController::DelegateImpl::modifyFallthrough(const std::string& physicalInterface, in modifyFallthrough()141 NetworkController::NetworkController() : in NetworkController() function in android::net::NetworkController[all …]
26 class NetworkController; variable31 explicit FwmarkServer(NetworkController* networkController, EventReporter* eventReporter,43 NetworkController* const mNetworkController;
38 class NetworkController; variable42 explicit ClatdController(NetworkController* controller) EXCLUDES(mutex) in ClatdController()79 const NetworkController* mNetCtrl GUARDED_BY(mutex);
83 if (((netId) < NetworkController::MIN_OEM_ID) || \84 ((netId) > NetworkController::MAX_OEM_ID)) { \
44 NetworkController netCtrl;
85 class NetworkController {97 NetworkController();
78 const unsigned NUM_OEM_IDS = NetworkController::MAX_OEM_ID - NetworkController::MIN_OEM_ID + 1;82 return NetworkController::LOCAL_NET_ID; in stringToNetId()88 return NetworkController::MIN_OEM_ID + n; in stringToNetId()93 if (NetworkController::MIN_OEM_ID <= n && n <= NetworkController::MAX_OEM_ID) { in stringToNetId()
65 FwmarkServer::FwmarkServer(NetworkController* networkController, EventReporter* eventReporter, in FwmarkServer()
300 if (int ret = RouteController::Init(NetworkController::LOCAL_NET_ID)) { in init()
286 "NetworkController.cpp",
228 fwmark.netId = NetworkController::LOCAL_NET_ID; in startTethering()