Lines Matching defs:targetPID
82 WRITE_LOG(LOG_INFO, "FreeContext for targetPID :%d", ctx->pid);
388 bool HdcJdwp::SendJdwpNewFD(uint32_t targetPID, int fd)
392 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr);
412 WRITE_LOG(LOG_DEBUG, "SendJdwpNewFD successful targetPID:%d fd%d", targetPID, fd);
490 bool HdcJdwp::CheckPIDExist(uint32_t targetPID)
492 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr);
672 uint32_t targetPID = it->second.ppid;
673 HCtxJdwp ctx = static_cast<HCtxJdwp>(thisClass->AdminContext(OP_QUERY, targetPID, nullptr));
675 thisClass->AdminContext(OP_REMOVE, targetPID, nullptr);