Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_fota.c8 static dm_fota_ctx_t g_dm_fota_ctx;
10 dm_fota_ctx_t *dm_fota_get_ctx(void) in dm_fota_get_ctx()
17 dm_fota_ctx_t *ctx = dm_fota_get_ctx(); in dm_fota_init()
19 memset(ctx, 0, sizeof(dm_fota_ctx_t)); in dm_fota_init()
26 dm_fota_ctx_t *ctx = dm_fota_get_ctx(); in dm_fota_deinit()
28 memset(ctx, 0, sizeof(dm_fota_ctx_t)); in dm_fota_deinit()
70 dm_fota_ctx_t *ctx = dm_fota_get_ctx(); in dm_fota_perform_sync()
173 dm_fota_ctx_t *ctx = dm_fota_get_ctx(); in dm_fota_status_check()
A Ddm_fota.h10 } dm_fota_ctx_t; typedef
17 dm_fota_ctx_t *dm_fota_get_ctx(void);
A Ddm_ota.c18 dm_fota_ctx_t *fota = dm_fota_get_ctx(); in _dm_ota_clean_state()

Completed in 3 milliseconds