Home
last modified time | relevance | path

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

/AliOS-Things-master/components/uagent/include/
A Duagent_type.h10 typedef unsigned short ua_func_t; typedef
72 #define UAGENT_FUNC_NOTIFY_CLOUD_CONN (ua_func_t)0x0011
74 #define UAGENT_FUNC_INT_TEL (ua_func_t)0x0021
76 #define UAGENT_FUNC_UA_SHOW_LIST (ua_func_t)0x0051
79 #define UAGENT_FUNC_UA_APPLY (ua_func_t)0x8000
82 #define UAGENT_FUNC_REBOOT (ua_func_t)0x8002
85 #define UAGENT_FUNC_UA_AUTH (ua_func_t)0x8055
88 #define UAGENT_USER_FUNC_SIZE (ua_func_t)0x100
90 #define UAGENT_FUNC_USER_BASE (ua_func_t)0x0400
93 #define UAGENT_FUNC_AUTH_USER_BASE (ua_func_t)0x8400
[all …]
A Duagent.h30 const ua_func_t func, const char *func_name,
41 int uagent_unregister(const ua_mod_t mod, const ua_func_t func);
58 const ua_func_t func, const unsigned short len,
77 int uagent_send(const ua_mod_t mod, const ua_func_t type,
/AliOS-Things-master/components/uagent/internal/
A Duagent_inner_api.h32 int add_list(mod_func_t *mod_func_tree, const ua_func_t func, char *func_name);
33 int del_list(mod_func_t *mod_func_tree, const ua_func_t func);
45 const ua_func_t type,
/AliOS-Things-master/components/uagent/src/
A Duagent_core.c18 ua_func_t func;
25 ua_func_t func;
32 ua_func_t func;
52 static int update_create_uagent_service_node(const ua_mod_t mod, const ua_func_t func,
151 const ua_func_t func, const char *func_name, in uagent_register()
209 int uagent_unregister(const ua_mod_t mod, const ua_func_t func) in uagent_unregister()
219 const ua_func_t func, const unsigned short len, in uagent_request_service()
260 const ua_func_t func, in update_create_uagent_service_node()
316 static void update_func_list(const ua_mod_t mod, const ua_func_t func, char *func_name, const char … in update_func_list()
333 const ua_func_t func, in ext_request_service()
A Duagent_utility.c30 int add_list(mod_func_t *mod_func_tree, const ua_func_t func, char *func_name) in add_list()
80 int del_list(mod_func_t *mod_func_tree, const ua_func_t func) in del_list()
A Duagent_send.c27 static int delay_send(const ua_mod_t mod, const ua_func_t func, in delay_send()
123 int uagent_send(const ua_mod_t mod, const ua_func_t func, in uagent_send()
202 const ua_mod_t mod, const ua_func_t func, const void *data) in uagent_ack()

Completed in 8 milliseconds