Lines Matching refs:ClientInfo
332 ClientInfo clientInfo(client, callingPid, callingUid, pidStat.comm, pidStat.startTimeMillis, in registerClient()
362 ClientInfo clientInfo(helper, binder, callingPid, callingUid, pidStat.comm, in registerCarWatchdogService()
679 const ClientInfo clientInfo = it->second; in onDumpProto()
711 std::vector<ClientInfo> clientsToCheck; in doHealthCheck()
789 Result<void> WatchdogProcessService::registerClient(const ClientInfo& clientInfo, in registerClient()
932 std::vector<const ClientInfo*> clientsToNotify; in dumpAndKillClientsIfNotResponding()
967 for (const ClientInfo*& clientInfo : clientsToNotify) { in dumpAndKillClientsIfNotResponding()
1423 std::string WatchdogProcessService::ClientInfo::toString() const { in toString()
1430 userid_t WatchdogProcessService::ClientInfo::getUserId() const { in getUserId()
1434 AIBinder* WatchdogProcessService::ClientInfo::getAIBinder() const { in getAIBinder()
1441 ScopedAStatus WatchdogProcessService::ClientInfo::linkToDeath( in linkToDeath()
1453 ScopedAStatus WatchdogProcessService::ClientInfo::unlinkToDeath( in unlinkToDeath()
1465 ScopedAStatus WatchdogProcessService::ClientInfo::checkIfAlive(TimeoutLength timeout) const { in checkIfAlive()
1473 ScopedAStatus WatchdogProcessService::ClientInfo::prepareProcessTermination() const { in prepareProcessTermination()