Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DProcPidDir.cpp53 const std::unordered_map<pid_t, std::string>& threadTimeInState) { in populateProcPidDir() argument
117 if (threadTimeInState.find(tid) != threadTimeInState.end()) { in populateProcPidDir()
122 if (!WriteStringToFile(threadTimeInState.at(tid), path)) { in populateProcPidDir()
DProcPidDir.h40 const std::unordered_map<pid_t, std::string>& threadTimeInState);