Searched refs:msg_delay_pub (Results 1 – 1 of 1) sorted by relevance
21 static char *msg_delay_pub = NULL; variable35 if(NULL==msg_delay_pub){ in delay_send()36 msg_delay_pub = (char*)aos_malloc(UAGENT_INFO_PAYLOAD_SIZE); in delay_send()37 if(NULL==msg_delay_pub){ in delay_send()44 out = msg_delay_pub; in delay_send()51 memset(msg_delay_pub, 0, UAGENT_INFO_PAYLOAD_SIZE); in delay_send()60 out = msg_delay_pub; in delay_send()65 out = msg_delay_pub; in delay_send()66 memcpy(&msg_delay_pub[msg_delay_pub_len], data, len); in delay_send()107 memset(msg_delay_pub, 0, UAGENT_INFO_PAYLOAD_SIZE); in delay_send()[all …]
Completed in 2 milliseconds