Lines Matching defs:fdCount
482 int fdCount = property->message->connection->receiverCtx.fdCount;
484 if (fds != NULL && fdCount > 0) {
485 for (int i = 0; i < fdCount; i++) {
491 property->message->connection->receiverCtx.fdCount = 0;
504 APPSPAWN_CHECK(recvCtx.fds != NULL && recvCtx.fdCount > 0, return 0,
505 "no need set fd info %{public}d, %{public}d", recvCtx.fds != NULL, recvCtx.fdCount);
521 APPSPAWN_CHECK(findFdIndex < recvCtx.fdCount && recvCtx.fds[findFdIndex] > 0, return -1,
523 findFdIndex, recvCtx.fdCount, recvCtx.fds[findFdIndex]);
530 if (findFdIndex >= recvCtx.fdCount) {