Searched refs:uagent_send (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/uagent/ |
A D | README.md | 27 │ ├── uagent_send.c 44 @ref uagent_send 93 - "src/uagent_send.c"
|
/AliOS-Things-master/components/uagent/example/ |
A D | uagent_example.c | 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/uagent/include/ |
A D | uagent.h | 77 int uagent_send(const ua_mod_t mod, const ua_func_t type,
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_init.c | 162 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()
|
A D | ulog_async.c | 79 … (void)uagent_send(UAGENT_MOD_ULOG, ULOG_SHOW, strlen(text_info + 1), text_info + 1, 0); in ulog_handler()
|
A D | ulog_session_file.c | 138 uagent_send(UAGENT_MOD_ULOG, ULOG_LOG_LIST, strlen(text), text, send_policy_object); in report_up_process()
|
/AliOS-Things-master/components/cli/src/ |
A D | cli_adapt.c | 42 return uagent_send(UAGENT_MOD_CLI, CLI_RESPONE, strlen(msg), msg, send_policy_delay); in cli_putstr()
|
/AliOS-Things-master/components/uagent/src/ |
A D | uagent_send.c | 123 int uagent_send(const ua_mod_t mod, const ua_func_t func, in uagent_send() function
|
A D | uagent_core.c | 422 …uagent_send(UAGENT_MOD_CLI, UAGENT_FUNC_USER_BASE, 0, NULL, send_policy_delay_dump | send_policy_d… in uagent_routine() 640 uagent_send(UAGENT_MOD_UAGENT, UAGENT_FUNC_UA_SHOW_LIST, in service_report_func_list()
|
Completed in 10 milliseconds