Lines Matching defs:recvCtx
40 AppSpawnMsgReceiverCtx recvCtx;
43 recvCtx = message->connection->receiverCtx;
44 if (recvCtx.fdCount <= 0) {
45 APPSPAWN_LOGI("no need to build fd info %{public}d, %{public}d", recvCtx.fds != NULL, recvCtx.fdCount);
70 APPSPAWN_CHECK(findFdIndex < recvCtx.fdCount && recvCtx.fds[findFdIndex] > 0,
71 return -1, "invalid fd info %{public}d %{public}d", findFdIndex, recvCtx.fds[findFdIndex]);
72 fdMap[key] = recvCtx.fds[findFdIndex++];
73 if (findFdIndex >= recvCtx.fdCount) {