Searched refs:mClatdPids (Results 1 – 2 of 2) sorted by relevance
47 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()
35 std::map<std::string, pid_t> mClatdPids; variable