Searched refs:UAGENT_ERR (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/uagent/src/ |
A D | uagent_comm_mqtt.c | 73 UAGENT_ERR("[uA]IOT_MQTT_Subscribe(%s) failed, rc = %d\r\n", mqtt_topic_dn, rc); in uagent_ext_comm_init() 82 … UAGENT_ERR("[uA]IOT_MQTT_Subscribe(%s) failed, rc = %d\r\n", mqtt_topic_up_reply, rc); in uagent_ext_comm_init() 92 UAGENT_ERR("[uA]IOT_MQTT_Subscribe() failed, rc = %d\r\n", rc); in uagent_ext_comm_init() 99 UAGENT_ERR("[uA]### MQTT construct Fail"); in uagent_ext_comm_init() 103 UAGENT_ERR("[uA]invalid argument or uagent_comm already build"); in uagent_ext_comm_init() 116 UAGENT_ERR("[uA]mqtt client not init"); in uagent_ext_comm_publish() 143 UAGENT_ERR("[uA] mqtt client is NULL"); in uagent_mqtt_client_set()
|
A D | uagent_core.c | 134 UAGENT_ERR("[uA]uagent start timer fail\n"); in uagent_ext_comm_start() 143 UAGENT_ERR("[uA]uagent start timer fail\n"); in uagent_ext_comm_start() 480 UAGENT_ERR("[uA]uagent routine recv msg fail\n"); in uagent_routine() 505 UAGENT_ERR("[uA]call %s no id in payload\n", __func__); in uagent_on_recv_handler() 540 UAGENT_ERR("[uA]Not support format\n"); in uagent_on_recv_handler() 543 UAGENT_ERR("[uA]missing param\n"); in uagent_on_recv_handler() 551 UAGENT_ERR("[uA]LLEGAL FORMAT %s\n", json_str); in uagent_on_recv_handler() 557 UAGENT_ERR("[uA]call %s no value in payload\n", __func__); in uagent_on_recv_handler() 560 UAGENT_ERR("[uA]call %s no params in payload\n", __func__); in uagent_on_recv_handler() 565 UAGENT_ERR("[uA]ILLEGAL FORMAT, Not Json Object\n"); in uagent_on_recv_handler() [all …]
|
A D | uagent_send.c | 38 UAGENT_ERR("[uA]allock memory for delay send fail\n"); in delay_send() 102 UAGENT_ERR("[uA]miss pub as payload over flow %d\n", msg_len); in delay_send() 157 UAGENT_ERR("[uA]miss pub as payload over flow %d\n", msg_len); in uagent_send() 183 UAGENT_ERR("[uA]miss pub as payload over flow %d\n", msg_len); in uagent_send() 195 UAGENT_ERR("[uA]uagent send may fail from 0x%x 0x%x as not inited", mod, func); in uagent_send() 222 UAGENT_ERR("[uA]miss pub as payload over flow %d\n", msg_len); in uagent_ack()
|
A D | uagent_utility.c | 46 …UAGENT_ERR("[uA]alloc memory of func %s for mod %s fail\n", func_name, mod_func_tree->mod_info.nam… in add_list() 68 …UAGENT_ERR("[uA]alloc memory of func %s for mod %s fail\n", func_name, mod_func_tree->mod_info.nam… in add_list()
|
/AliOS-Things-master/components/uagent/internal/ |
A D | uagent_inner_api.h | 60 #define UAGENT_ERR(fmt, ...) printf("<E>UA %s[%d]: "fmt"\r\n", __func__, __LINE__, ##__VA_ARGS__) macro
|
Completed in 6 milliseconds