Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_server.c493 CoAPMessage tmpMsg; in call_cb() local
494 memcpy(&tmpMsg, message, sizeof(CoAPMessage)); in call_cb()
499 tmpMsg.payload = (unsigned char *)buf; in call_cb()
500 tmpMsg.payloadlen = len; in call_cb()
505 tmpMsg.payload = NULL; in call_cb()
506 tmpMsg.payloadlen = 0; in call_cb()
509 cb(context, path, remote, &tmpMsg); in call_cb()
A Dalcs_api.c487 CoAPMessage tmpMsg; in call_cb() local
488 memcpy(&tmpMsg, message, sizeof(CoAPMessage)); in call_cb()
489 tmpMsg.payload = (unsigned char *)buf; in call_cb()
490 tmpMsg.payloadlen = len; in call_cb()
492 send_item->orig_user_data, remote, &tmpMsg); in call_cb()

Completed in 6 milliseconds