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

  /system/netd/server/
ClatdController.h 35 std::map<std::string, pid_t> mClatdPids;
ClatdController.cpp 47 auto it = mClatdPids.find(interface);
48 return (it == mClatdPids.end() ? 0 : it->second);
109 mClatdPids[interface] = pid;
128 mClatdPids.erase(interface);
143 mClatdPids.erase(interface); // child exited, don't call waitpid on it again

Completed in 447 milliseconds