Home
last modified time | relevance | path

Searched refs:hawkbit_event_add_callback (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/subsys/mgmt/hawkbit/src/
Dmain.c101 hawkbit_event_add_callback(&hb_event_cb_start); in main()
102 hawkbit_event_add_callback(&hb_event_cb_end); in main()
/Zephyr-latest/include/zephyr/mgmt/hawkbit/
Devent.h144 int hawkbit_event_add_callback(struct hawkbit_event_callback *cb);
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c389 int hawkbit_event_add_callback(struct hawkbit_event_callback *cb) in hawkbit_event_add_callback() function