Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp866 auto clientsByIdIt = mClientsByTimeout.find(timeout); in findClientAndProcessLocked() local
867 if (clientsByIdIt == mClientsByTimeout.end()) { in findClientAndProcessLocked()
870 auto it = clientsByIdIt->second.find(binderPtrId); in findClientAndProcessLocked()
871 if (it == clientsByIdIt->second.end()) { in findClientAndProcessLocked()
875 processor(clientsByIdIt->second, it); in findClientAndProcessLocked()