Home
last modified time | relevance | path

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

/AliOS-Things-master/components/uagent/src/
A Duagent_send.c15 static char msg_pub[UAGENT_INFO_PAYLOAD_SIZE];
36 msg_delay_pub = (char*)aos_malloc(UAGENT_INFO_PAYLOAD_SIZE); in delay_send()
51 memset(msg_delay_pub, 0, UAGENT_INFO_PAYLOAD_SIZE); in delay_send()
58 if ((len + msg_delay_pub_len) >= UAGENT_INFO_PAYLOAD_SIZE) { in delay_send()
98 if (msg_len > 0 && msg_len < UAGENT_INFO_PAYLOAD_SIZE) { in delay_send()
107 memset(msg_delay_pub, 0, UAGENT_INFO_PAYLOAD_SIZE); in delay_send()
135 if (len < UAGENT_INFO_PAYLOAD_SIZE) { in uagent_send()
152 … strncpy(&msg_pub[msg_len], UAGENT_FORMAT_OBJ_SUFFIX, UAGENT_INFO_PAYLOAD_SIZE-msg_len-1); in uagent_send()
154 if (msg_len < UAGENT_INFO_PAYLOAD_SIZE) { in uagent_send()
180 if (msg_len < UAGENT_INFO_PAYLOAD_SIZE) { in uagent_send()
[all …]
/AliOS-Things-master/components/uagent/include/
A Duagent_config.h22 #define UAGENT_INFO_PAYLOAD_SIZE 1200 macro
24 #define UAGENT_INFO_PAYLOAD_SIZE UAGENT_CONFIG_INFO_PAYLOAD_SIZE macro

Completed in 10 milliseconds