Home
last modified time | relevance | path

Searched refs:sendMsgId (Results 1 – 1 of 1) sorted by relevance

/base/startup/appspawn/interfaces/innerkits_new/client/
Dappspawn_client.c129 static int ReadMessage(int socketFd, uint32_t sendMsgId, uint8_t *buf, int len, AppSpawnResult *res… in ReadMessage() argument
136 APPSPAWN_CHECK_ONLY_LOG(sendMsgId == msg->msgHdr.msgId, in ReadMessage()
137 "Invalid msg recvd %{public}u %{public}u", sendMsgId, msg->msgHdr.msgId); in ReadMessage()