Searched refs:sendMsgId (Results 1 – 1 of 1) sorted by relevance
129 static int ReadMessage(int socketFd, uint32_t sendMsgId, uint8_t *buf, int len, AppSpawnResult *res… in ReadMessage() argument136 APPSPAWN_CHECK_ONLY_LOG(sendMsgId == msg->msgHdr.msgId, in ReadMessage()137 "Invalid msg recvd %{public}u %{public}u", sendMsgId, msg->msgHdr.msgId); in ReadMessage()