Searched refs:repot_func (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ota/ota_agent/download/ |
A D | ota_download_http.c | 359 int ota_download_start(char *url, unsigned int url_len, report_func repot_func, void *user_param) in ota_download_start() argument 458 if (repot_func != NULL) { in ota_download_start() 459 ret = repot_func(user_param, percent); in ota_download_start()
|
/AliOS-Things-master/components/amp_adapter/platform/aos/haas700/ |
A D | ota_agent.h | 456 int ota_download_start(char *url, unsigned int url_len, report_func repot_func, void *user_param);
|
/AliOS-Things-master/components/ota/include/ |
A D | ota_agent.h | 456 int ota_download_start(char *url, unsigned int url_len, report_func repot_func, void *user_param);
|
Completed in 6 milliseconds