Lines Matching refs:ClientInfo
294 ClientInfo clientInfo(client, callingPid, callingUserId, kGetStartTimeForPidFunc(callingPid), in registerClient()
321 ClientInfo clientInfo(helper, binder, callingPid, callingUserId, in registerCarWatchdogService()
629 const ClientInfo clientInfo = it->second; in onDumpProto()
661 std::vector<ClientInfo> clientsToCheck; in doHealthCheck()
751 Result<void> WatchdogProcessService::registerClient(const ClientInfo& clientInfo, in registerClient()
894 std::vector<const ClientInfo*> clientsToNotify; in dumpAndKillClientsIfNotResponding()
923 for (const ClientInfo*& clientInfo : clientsToNotify) { in dumpAndKillClientsIfNotResponding()
1350 std::string WatchdogProcessService::ClientInfo::toString() const { in toString()
1357 AIBinder* WatchdogProcessService::ClientInfo::getAIBinder() const { in getAIBinder()
1364 ScopedAStatus WatchdogProcessService::ClientInfo::linkToDeath( in linkToDeath()
1376 ScopedAStatus WatchdogProcessService::ClientInfo::unlinkToDeath( in unlinkToDeath()
1388 ScopedAStatus WatchdogProcessService::ClientInfo::checkIfAlive(TimeoutLength timeout) const { in checkIfAlive()
1396 ScopedAStatus WatchdogProcessService::ClientInfo::prepareProcessTermination() const { in prepareProcessTermination()