Home
last modified time | relevance | path

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

/system/netd/server/
DClatdController.cpp47 auto it = mClatdPids.find(interface); in getClatdPid()
48 return (it == mClatdPids.end() ? 0 : it->second); in getClatdPid()
109 mClatdPids[interface] = pid; in startClatd()
128 mClatdPids.erase(interface); in stopClatd()
143 mClatdPids.erase(interface); // child exited, don't call waitpid on it again in isClatdStarted()
DClatdController.h35 std::map<std::string, pid_t> mClatdPids; variable