Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp754 uintptr_t cookieId = reinterpret_cast<uintptr_t>(clientInfo.getAIBinder()); in registerClient() local
764 clients.insert(std::make_pair(cookieId, clientInfo)); in registerClient()
769 if (const auto& clientIt = it->second.find(cookieId); clientIt != it->second.end()) { in registerClient()
798 auto client = clients.find(cookieId); in registerClient()
965 uintptr_t cookieId = reinterpret_cast<uintptr_t>(cookie); in handleBinderDeath() local
972 reinterpret_cast<uintptr_t>(aiBinder) == cookieId) { in handleBinderDeath()
979 findClientAndProcessLocked(kTimeouts, cookieId, in handleBinderDeath()
DIoOveruseMonitor.cpp749 uintptr_t cookieId = reinterpret_cast<uintptr_t>(cookie); in handleBinderDeath() local
752 findListenerAndProcessLocked(cookieId, in handleBinderDeath()