Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_cota.c21 static dm_cota_ctx_t g_dm_cota_ctx;
23 dm_cota_ctx_t *dm_cota_get_ctx(void) in dm_cota_get_ctx()
30 dm_cota_ctx_t *ctx = dm_cota_get_ctx(); in dm_cota_init()
32 memset(ctx, 0, sizeof(dm_cota_ctx_t)); in dm_cota_init()
39 dm_cota_ctx_t *ctx = dm_cota_get_ctx(); in dm_cota_deinit()
41 memset(ctx, 0, sizeof(dm_cota_ctx_t)); in dm_cota_deinit()
122 dm_cota_ctx_t *ctx = dm_cota_get_ctx(); in dm_cota_perform_sync()
221 dm_cota_ctx_t *ctx = dm_cota_get_ctx(); in dm_cota_status_check()
A Ddm_cota.h10 } dm_cota_ctx_t; typedef
18 dm_cota_ctx_t *dm_cota_get_ctx(void);
A Ddm_ota.c17 dm_cota_ctx_t *cota = dm_cota_get_ctx(); in _dm_ota_clean_state()

Completed in 3 milliseconds