Home
last modified time | relevance | path

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

/AliOS-Things-master/components/uagent/src/
A Duagent_send.c18 static unsigned char msg_pub_base64[UAGENT_INFO_PAYLOAD_BASE64_SIZE]; variable
84 memset(msg_pub_base64, 0, UAGENT_INFO_PAYLOAD_BASE64_SIZE); in delay_send()
85 … if(0==mbedtls_base64_encode(msg_pub_base64, UAGENT_INFO_PAYLOAD_BASE64_SIZE, &actual_len, in delay_send()
88 …ut_msg_index++, uagent_service_attr.dn, uagent_service_attr.to_console, mod, func, msg_pub_base64); in delay_send()
164 memset(msg_pub_base64, 0, UAGENT_INFO_PAYLOAD_BASE64_SIZE); in uagent_send()
165 … if(0==mbedtls_base64_encode(msg_pub_base64, UAGENT_INFO_PAYLOAD_BASE64_SIZE, &actual_len, in uagent_send()
167 … strncpy(&msg_pub[msg_len], (char *)msg_pub_base64, empty_room_for_data); in uagent_send()

Completed in 6 milliseconds