Home
last modified time | relevance | path

Searched refs:UAGENT_FUNC_USER_BASE (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/uagent/example/
A Duagent_example.c13 "", UAGENT_FUNC_USER_BASE, "dummy", in test_uagent_register_normal()
21 NULL, UAGENT_FUNC_USER_BASE, 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 … ret = uagent_request_service(UAGENT_MOD_UAGENT, UAGENT_MOD_ULOG, UAGENT_FUNC_USER_BASE, strlen("u… in test_uagent_request_service_normal()
42 … ret = uagent_request_service(UAGENT_MOD_UAGENT, UAGENT_MOD_ULOG, UAGENT_FUNC_USER_BASE, 12, NULL); in test_uagent_request_service_error_input_1()
49 … ret = uagent_request_service(UAGENT_MOD_UAGENT, UAGENT_MOD_ULOG, UAGENT_FUNC_USER_BASE, 65535, "u… 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/include/
A Dulog_config.h277 #define ULOG_SHOW (UAGENT_FUNC_USER_BASE)
278 #define ULOG_LEVEL_CHANGE (UAGENT_FUNC_USER_BASE + 1)
279 #define ULOG_LOG_LIST (UAGENT_FUNC_USER_BASE + 2)
280 #define ULOG_POLICY (UAGENT_FUNC_USER_BASE + 3)
/AliOS-Things-master/components/cli/src/
A Dcli_uagent.h15 #define CLI_RESPONE (UAGENT_FUNC_USER_BASE)
16 #define CLI_CMD_INPUT (UAGENT_FUNC_USER_BASE + 1)
/AliOS-Things-master/components/ota/include/
A Dota_import.h17 #define OTA_INFO (UAGENT_FUNC_USER_BASE) /* ota process */
18 #define OTA_UPGRADE_CMD (UAGENT_FUNC_USER_BASE+1) /* upgrade command */
19 #define VERSION_INFORM (UAGENT_FUNC_USER_BASE+2) /* version inform */
/AliOS-Things-master/components/uagent/include/
A Duagent_type.h90 #define UAGENT_FUNC_USER_BASE (ua_func_t)0x0400 macro
/AliOS-Things-master/components/uagent/src/
A Duagent_core.c173 if (func >= UAGENT_FUNC_USER_BASE) { in uagent_register()
422 …uagent_send(UAGENT_MOD_CLI, UAGENT_FUNC_USER_BASE, 0, NULL, send_policy_delay_dump | send_policy_d… in uagent_routine()
609 if (p->func >= UAGENT_FUNC_USER_BASE) { in service_report_func_list()

Completed in 16 milliseconds