Searched refs:UAGENT_INFO_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance
15 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 …]
22 #define UAGENT_INFO_PAYLOAD_SIZE 1200 macro24 #define UAGENT_INFO_PAYLOAD_SIZE UAGENT_CONFIG_INFO_PAYLOAD_SIZE macro
Completed in 10 milliseconds