Searched refs:config_scope (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | dm_cota.h | 15 int dm_cota_get_config(const char *config_scope, const char *get_type,
|
A D | dm_cota.c | 202 int dm_cota_get_config(const char *config_scope, const char *get_type, in dm_cota_get_config() argument 214 return iotx_ota_get_config(ota_handle, config_scope, get_type, in dm_cota_get_config()
|
A D | iotx_dm.h | 228 int iotx_dm_cota_get_config(_IN_ const char *config_scope, const char *get_type,
|
A D | dm_api.c | 620 int iotx_dm_cota_get_config(_IN_ const char *config_scope, const char *get_type, in iotx_dm_cota_get_config() argument 624 return dm_cota_get_config(config_scope, get_type, attribute_keys); in iotx_dm_cota_get_config()
|
/AliOS-Things-master/components/linkkit/dev_model/deprecated/ |
A D | linkkit_export.h | 359 int being_deprecated linkkit_invoke_cota_get_config(const char *config_scope,
|
A D | impl_solo.c | 1323 int being_deprecated linkkit_invoke_cota_get_config(const char *config_scope, in linkkit_invoke_cota_get_config() argument 1332 if (config_scope == NULL || get_type == NULL || attribute_Keys == NULL) { in linkkit_invoke_cota_get_config() 1342 res = iotx_dm_cota_get_config(config_scope, get_type, attribute_Keys); in linkkit_invoke_cota_get_config()
|
Completed in 12 milliseconds