Home
last modified time | relevance | path

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

/AliOS-Things-master/components/netmgr/include/
A Dnetmgr_wifi.h175 int netmgr_wifi_set_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb);
177 int netmgr_wifi_del_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb);
A Dnetmgr.h195 typedef void (*netmgr_msg_cb_t)(netmgr_msg_t* msg); typedef
354 int netmgr_set_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb);
364 int netmgr_del_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb);
/AliOS-Things-master/components/amp_adapter/platform/aos/network/
A Daos_wifi.c38 int aos_wifi_set_msg_cb(netmgr_msg_cb_t cb) in aos_wifi_set_msg_cb()
48 int aos_wifi_del_msg_cb(netmgr_msg_cb_t cb) in aos_wifi_del_msg_cb()
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_wifi.c196 int netmgr_set_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb) in netmgr_set_msg_cb()
202 int netmgr_del_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb) in netmgr_del_msg_cb()
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_service.c341 int netmgr_set_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb) in netmgr_set_msg_cb()
350 int netmgr_del_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb) in netmgr_del_msg_cb()
A Dnetmgr_wifi.c197 static int wifi_msg_cb(task_group_t* group, netmgr_msg_cb_t cb, netmgr_msg_t* msg);
1627 wifi_msg_cb(node->group, (netmgr_msg_cb_t)node->msg_cb, &msg); in handle_wifi_event()
1699 wifi_msg_cb(node->group, (netmgr_msg_cb_t)node->msg_cb, &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()
2706 int netmgr_wifi_set_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb) in netmgr_wifi_set_msg_cb()
2761 int netmgr_wifi_del_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb) in netmgr_wifi_del_msg_cb()

Completed in 13 milliseconds