Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogServiceHelper.cpp149 const auto curBinder = mService->asBinder(); in handleBinderDeath() local
150 if (reinterpret_cast<uintptr_t>(curBinder.get()) != reinterpret_cast<uintptr_t>(cookie)) { in handleBinderDeath()
155 mWatchdogProcessService->unregisterCarWatchdogService(curBinder); in handleBinderDeath()