Home
last modified time | relevance | path

Searched refs:uagent_send (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/uagent/
A DREADME.md27 │ ├── uagent_send.c
44 @ref uagent_send
93 - "src/uagent_send.c"
/AliOS-Things-master/components/uagent/example/
A Duagent_example.c56 …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 Duagent.h77 int uagent_send(const ua_mod_t mod, const ua_func_t type,
/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()
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/cli/src/
A Dcli_adapt.c42 return uagent_send(UAGENT_MOD_CLI, CLI_RESPONE, strlen(msg), msg, send_policy_delay); in cli_putstr()
/AliOS-Things-master/components/uagent/src/
A Duagent_send.c123 int uagent_send(const ua_mod_t mod, const ua_func_t func, in uagent_send() function
A Duagent_core.c422uagent_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