Home
last modified time | relevance | path

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

/AliOS-Things-master/components/uagent/example/
A Duagent_example.c12 const int ret = uagent_register(UAGENT_MOD_ULOG, "ulog", in test_uagent_register_normal()
20 const int ret = uagent_register(UAGENT_MOD_ULOG, NULL, in test_uagent_register_error_input()
28 const int ret = uagent_unregister(UAGENT_MOD_ULOG, UAGENT_FUNC_USER_BASE); in test_uagent_unregister_normal()
35 …const int ret = uagent_request_service(UAGENT_MOD_UAGENT, UAGENT_MOD_ULOG, UAGENT_FUNC_USER_BASE, … in test_uagent_request_service_normal()
42 …const int ret = uagent_request_service(UAGENT_MOD_UAGENT, UAGENT_MOD_ULOG, UAGENT_FUNC_USER_BASE, … in test_uagent_request_service_error_input_1()
49 …const int ret = uagent_request_service(UAGENT_MOD_UAGENT, UAGENT_MOD_ULOG, UAGENT_FUNC_USER_BASE, … in test_uagent_request_service_error_input_2()
56 …const int ret = uagent_send(UAGENT_MOD_ULOG, UAGENT_FUNC_USER_BASE, strlen("helloworld") + 1, "hel… in test_uagent_send_normal()
62 …const int ret = uagent_send(UAGENT_MOD_ULOG, UAGENT_FUNC_USER_BASE, strlen("helloworld") + 1, NULL… in test_uagent_send_error_input()
/AliOS-Things-master/components/ulog/src/
A Dulog_init.c162 rc = uagent_send(UAGENT_MOD_ULOG, ULOG_POLICY, in on_ulog_handler()
184 rc = uagent_send(UAGENT_MOD_ULOG, ULOG_LOG_LIST, in on_ulog_handler()
225 …{ UAGENT_MOD_ULOG, sizeof(ulog_uagent_funclist) / sizeof(ulog_uagent_funclist[0]), "uLOG", MOD_VER…
254 …if (0 != uagent_register(UAGENT_MOD_ULOG, "uLog", MOD_VER, p->func, p->func_name, p->service, p->a… in ulog_init()
A Dulog_async.c79 … (void)uagent_send(UAGENT_MOD_ULOG, ULOG_SHOW, strlen(text_info + 1), text_info + 1, 0); in ulog_handler()
A Dulog_session_file.c138 uagent_send(UAGENT_MOD_ULOG, ULOG_LOG_LIST, strlen(text), text, send_policy_object); in report_up_process()
/AliOS-Things-master/components/uagent/include/
A Duagent_type.h44 #define UAGENT_MOD_ULOG (ua_mod_t)0x11 macro

Completed in 8 milliseconds