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

  /system/netd/server/
ClatdController.h 38 std::map<std::string, pid_t> mClatdPids;
ClatdController.cpp 50 auto it = mClatdPids.find(interface);
51 return (it == mClatdPids.end() ? 0 : it->second);
112 mClatdPids[interface] = pid;
131 mClatdPids.erase(interface);
146 mClatdPids.erase(interface); // child exited, don't call waitpid on it again

Completed in 67 milliseconds