Lines Matching defs:recvCtx
147 AppSpawnMsgReceiverCtx recvCtx;
150 recvCtx = message->connection->receiverCtx;
151 if (recvCtx.fdCount <= 0) {
152 APPSPAWN_LOGI("no need to build fd info %{public}d, %{public}d", recvCtx.fds != NULL, recvCtx.fdCount);
177 APPSPAWN_CHECK(findFdIndex < recvCtx.fdCount && recvCtx.fds[findFdIndex] > 0,
178 return -1, "invalid fd info %{public}d %{public}d", findFdIndex, recvCtx.fds[findFdIndex]);
179 fdMap[key] = recvCtx.fds[findFdIndex++];
180 if (findFdIndex >= recvCtx.fdCount) {