Home
last modified time | relevance | path

Searched refs:dm_ota_ctx_t (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_ota.c8 static dm_ota_ctx_t g_dm_ota_ctx;
10 static dm_ota_ctx_t *_dm_ota_get_ctx(void) in _dm_ota_get_ctx()
31 dm_ota_ctx_t *ctx = _dm_ota_get_ctx(); in dm_ota_init()
32 memset(ctx, 0, sizeof(dm_ota_ctx_t)); in dm_ota_init()
42 dm_ota_ctx_t *ctx = _dm_ota_get_ctx(); in dm_ota_sub()
58 dm_ota_ctx_t *ctx = _dm_ota_get_ctx(); in dm_ota_deinit()
77 dm_ota_ctx_t *ctx = NULL; in dm_ota_switch_device()
100 memset(ctx, 0, sizeof(dm_ota_ctx_t)); in dm_ota_switch_device()
115 dm_ota_ctx_t *ctx = _dm_ota_get_ctx(); in dm_ota_get_ota_handle()
A Ddm_ota.h12 } dm_ota_ctx_t; typedef

Completed in 3 milliseconds