Home
last modified time | relevance | path

Searched refs:event_subscribe (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/netmgr/example/
A Dnetmgr_example.c27 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_event_cb, NULL); in netmgr_comp_example()
/AliOS-Things-master/solutions/audio_demo/
A Dmain.c52 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_event_cb, NULL); in application_start()
/AliOS-Things-master/solutions/auto_demo/
A Dmain.c52 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_event_cb, NULL); in application_start()
/AliOS-Things-master/solutions/rfid_demo/
A Dmain.c54 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_event_cb, NULL); in application_start()
/AliOS-Things-master/solutions/flower_demo/
A Dmain.c53 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_event_cb, NULL); in application_start()
/AliOS-Things-master/components/py_engine/modules/netmgr/
A Dmodnetmgr.c80 event_subscribe(EVENT_NETMGR_WIFI_DISCONNECTED, wifi_event_cb, NULL); in hapy_netmgr_init()
81 event_subscribe(EVENT_NETMGR_WIFI_CONNECTED, wifi_event_cb, NULL); in hapy_netmgr_init()
82 event_subscribe(EVENT_NETMGR_WIFI_CONN_TIMEOUT, wifi_event_cb, NULL); in hapy_netmgr_init()
83 event_subscribe(EVENT_NETMGR_GOT_IP, wifi_event_cb, NULL); in hapy_netmgr_init()
/AliOS-Things-master/solutions/linksdk_demo/
A Dmain.c54 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_event_cb, NULL); in application_start()
/AliOS-Things-master/solutions/linksdk_gateway_demo/
A Dmain.c54 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_event_cb, NULL); in application_start()
/AliOS-Things-master/solutions/ucloud_ai_demo/
A Dmain.c96 event_subscribe(EVENT_NETMGR_SNTP_SUCCESS, wifi_service_event, NULL); in application_start()
/AliOS-Things-master/solutions/eduk1_demo/
A Dapp_start.c84 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_event_cb, NULL); in application_start()
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_wifi.c1955 event_subscribe(EVENT_WIFI_DISCONNECTED, wifi_stat_chg_cb, NULL); in netmgr_wifi_init()
1956 event_subscribe(EVENT_WIFI_SCAN_STARTED, wifi_stat_chg_cb, NULL); in netmgr_wifi_init()
1960 event_subscribe(EVENT_WIFI_AUTH_REJECT, wifi_stat_chg_cb, NULL); in netmgr_wifi_init()
1962 event_subscribe(EVENT_WIFI_ASSOCIATING, wifi_stat_chg_cb, NULL); in netmgr_wifi_init()
1965 event_subscribe(EVENT_WIFI_ASSOCIATED, wifi_stat_chg_cb, NULL); in netmgr_wifi_init()
1971 event_subscribe(EVENT_WIFI_CONNECTED, wifi_stat_chg_cb, NULL); in netmgr_wifi_init()
1973 event_subscribe(EVENT_WIFI_DEAUTH, wifi_stat_chg_cb, NULL); in netmgr_wifi_init()
1974 event_subscribe(EVENT_DHCP_SUCCESS, wifi_stat_chg_cb, NULL); in netmgr_wifi_init()
1975 event_subscribe(EVENT_SNTP_SUCCESS, wifi_stat_chg_cb, NULL); in netmgr_wifi_init()
1978 event_subscribe(EVENT_WIFI_AP_UP, wifi_ap_event_cb, NULL); in netmgr_wifi_init()
[all …]
A Dnetmgr_ethernet.c409 event_subscribe(EVENT_ETHERNET_LINK_UP, eth_event_cb, NULL); in netmgr_eth_init()
410 event_subscribe(EVENT_ETHERNET_LINK_DOWN, eth_event_cb, NULL); in netmgr_eth_init()
411 event_subscribe(EVENT_ETHERNET_DHCP_SUCCESS, eth_event_cb, NULL); in netmgr_eth_init()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sendfile/
A Dsendfile_cli.c112 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_event_cb, NULL); in sendfile_cli_register()
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/homepage/
A Dhomepage.md254 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_event_cb, NULL);
258 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_event_cb, NULL);这里则是注册了wifi_event的回调函数。
/AliOS-Things-master/components/uservice/include/uservice/
A Duservice.h179 void event_subscribe(uint32_t event_id, event_callback_t cb, void *context);
/AliOS-Things-master/components/uservice/src/
A Duservice.c160 event_subscribe(event_id, uservice_event_process, srv); in uservice_subscribe()
A Devent_svr.c220 void event_subscribe(uint32_t event_id, event_callback_t cb, void *context) in event_subscribe() function
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_netmgr.c175 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, dhcp_callback, NULL); in BleCfg_netmgr_init()
/AliOS-Things-master/components/uservice/
A DREADME.md247 void event_subscribe(uint32_t event_id, event_callback_t cb, void *context);
255 event_subscribe 订阅普通事件,event_subscribe_fd 订阅设备(网络)句柄数据可读事件
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_AWSS_rhino.c303 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_event_cb, NULL); in netmgr_comp_enable()
/AliOS-Things-master/solutions/ota_demo/
A Dotaappdemo.c413 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_service_event, NULL); in application_start()
/AliOS-Things-master/hardware/board/haaseduk1/board_test/
A Dboard_test.c514 event_subscribe(EVENT_NETMGR_DHCP_SUCCESS, wifi_event_cb, NULL); in board_test()

Completed in 22 milliseconds