Home
last modified time | relevance | path

Searched refs:netmgr_msg_t (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/netmgr/include/
A Dnetmgr.h192 } netmgr_msg_t; typedef
195 typedef void (*netmgr_msg_cb_t)(netmgr_msg_t* msg);
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_wifi.c197 static int wifi_msg_cb(task_group_t* group, netmgr_msg_cb_t cb, netmgr_msg_t* msg);
1608 netmgr_msg_t msg; in handle_wifi_event()
2650 static int wifi_msg_cb(task_group_t* group, netmgr_msg_cb_t cb, netmgr_msg_t* msg) in wifi_msg_cb()
2673 call_msg.arg_value[0] = (netmgr_msg_t *) res_malloc(group->pid, sizeof(netmgr_msg_t)); in wifi_msg_cb()
2679 memset(call_msg.arg_value[0], 0, sizeof(netmgr_msg_t)); in wifi_msg_cb()
2680 memcpy(call_msg.arg_value[0], msg, sizeof(netmgr_msg_t)); in wifi_msg_cb()
3314 call_msg.arg_value[0] = (netmgr_msg_t *) res_malloc(group->pid, len);
3325 call_msg.arg_value[2] = (netmgr_msg_t *) res_malloc(group->pid, sizeof(wifi_link_info_t));
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/netmgr/
A Dmodule_netmgr.c473 static int set_msg_cb(netmgr_msg_t* msg) in set_msg_cb()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/netmgr/
A Dmodule_netmgr.c567 static int set_msg_cb(netmgr_msg_t *msg) in set_msg_cb()

Completed in 13 milliseconds