Home
last modified time | relevance | path

Searched defs:sysdep (Results 1 – 25 of 33) sorted by relevance

12

/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_global.c13 int32_t core_global_init(aiot_sysdep_portfile_t *sysdep) in core_global_init()
28 int32_t core_global_alink_id_next(aiot_sysdep_portfile_t *sysdep, int32_t *alink_id) in core_global_alink_id_next()
43 int32_t core_global_set_mqtt_backup_ip(aiot_sysdep_portfile_t *sysdep, char ip[16]) in core_global_set_mqtt_backup_ip()
54 int32_t core_global_get_mqtt_backup_ip(aiot_sysdep_portfile_t *sysdep, char ip[16]) in core_global_get_mqtt_backup_ip()
63 int32_t core_global_deinit(aiot_sysdep_portfile_t *sysdep) in core_global_deinit()
A Dcore_log.c21 static uint64_t _core_log_get_timestamp(aiot_sysdep_portfile_t *sysdep) in _core_log_get_timestamp()
41 void _core_log_append_date(aiot_sysdep_portfile_t *sysdep, uint64_t timestamp, char *buffer) in _core_log_append_date()
69 static void _core_log_append_prefix(aiot_sysdep_portfile_t *sysdep, int32_t code, char *buffer) in _core_log_append_prefix()
103 static void _core_log(aiot_sysdep_portfile_t *sysdep, int32_t code, char *buffer, char *fmt, void *… in _core_log()
157 void core_log_set_timestamp(aiot_sysdep_portfile_t *sysdep, uint64_t timestamp) in core_log_set_timestamp()
164 uint64_t core_log_get_timestamp(aiot_sysdep_portfile_t *sysdep) in core_log_get_timestamp()
169 void core_log(aiot_sysdep_portfile_t *sysdep, int32_t code, char *data) in core_log()
187 void core_log1(aiot_sysdep_portfile_t *sysdep, int32_t code, char *fmt, void *data) in core_log1()
203 void core_log2(aiot_sysdep_portfile_t *sysdep, int32_t code, char *fmt, void *data1, void *data2) in core_log2()
219 void core_log3(aiot_sysdep_portfile_t *sysdep, int32_t code, char *fmt, void *data1, void *data2, v… in core_log3()
A Dcore_auth.c3 int32_t core_auth_tls_psk(aiot_sysdep_portfile_t *sysdep, char **psk_id, char psk[65], char *produc… in core_auth_tls_psk()
35 int32_t core_auth_mqtt_username(aiot_sysdep_portfile_t *sysdep, char **dest, char *product_key, cha… in core_auth_mqtt_username()
42 int32_t core_auth_mqtt_password(aiot_sysdep_portfile_t *sysdep, char **dest, char *product_key, cha… in core_auth_mqtt_password()
75 int32_t core_auth_mqtt_clientid(aiot_sysdep_portfile_t *sysdep, char **dest, char *product_key, cha… in core_auth_mqtt_clientid()
88 int32_t core_auth_http_body(aiot_sysdep_portfile_t *sysdep, char **dest, char *product_key, char *d… in core_auth_http_body()
A Dcore_diag.c24 void core_diag(aiot_sysdep_portfile_t *sysdep, int32_t code, uint8_t *data, uint32_t data_len) in core_diag()
A Dcore_string.c152 int32_t core_strdup(aiot_sysdep_portfile_t *sysdep, char **dest, char *src, char *module_name) in core_strdup()
169 int32_t core_sprintf(aiot_sysdep_portfile_t *sysdep, char **dest, char *fmt, char *src[], uint8_t c… in core_sprintf()
/AliOS-Things-master/components/linksdk/components/ota/
A Daiot_ota_api.c68 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_ota_init() local
89 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_ota_deinit() local
120 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_ota_setopt() local
165 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_download_init() local
331 aiot_sysdep_portfile_t *sysdep; in aiot_ota_report_version() local
371 aiot_sysdep_portfile_t *sysdep; in aiot_ota_report_version_ext() local
410 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_ota_query_firmware() local
440 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_download_report_progress() local
479 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_download_recv() local
654 aiot_sysdep_portfile_t *sysdep = NULL; in _ota_mqtt_process() local
[all …]
A Dota_private.h61 aiot_sysdep_portfile_t *sysdep; member
80 aiot_sysdep_portfile_t *sysdep; member
/AliOS-Things-master/components/linksdk/components/task/
A Daiot_task_api.c78 static int32_t _task_parse_json(aiot_sysdep_portfile_t *sysdep, const void *input, uint32_t input_l… in _task_parse_json()
159 aiot_sysdep_portfile_t *sysdep = aiot_sysdep_get_portfile(); in _task_free_task_detail() local
187 aiot_sysdep_portfile_t *sysdep = aiot_sysdep_get_portfile(); in _task_free_update_reply() local
673 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_task_setopt() local
714 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_task_init() local
736 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_task_deinit() local
A Dtask_private.h46 aiot_sysdep_portfile_t *sysdep; member
/AliOS-Things-master/components/linksdk/components/shadow/
A Daiot_shadow_api.c17 static int32_t _shadow_get_pk_dn(aiot_sysdep_portfile_t *sysdep, char *topic, uint16_t topic_len, in _shadow_get_pk_dn()
225 aiot_sysdep_portfile_t *sysdep = aiot_sysdep_get_portfile(); in aiot_shadow_init() local
416 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_shadow_deinit() local
A Dshadow_private.h25 aiot_sysdep_portfile_t *sysdep; member
/AliOS-Things-master/components/linksdk/components/dynreg/
A Daiot_dynreg_api.c126 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_dynreg_init() local
247 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_dynreg_deinit() local
A Ddynreg_private.h27 aiot_sysdep_portfile_t *sysdep; /* 底层依赖回调合集的引用指针 */ member
/AliOS-Things-master/components/linksdk/components/dynreg-mqtt/
A Daiot_dynregmq_api.c119 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_dynregmq_init() local
248 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_dynregmq_deinit() local
A Ddynregmq_private.h33 aiot_sysdep_portfile_t *sysdep; /* 底层依赖回调合集的引用指针 */ member
/AliOS-Things-master/components/linksdk/components/devinfo/
A Ddevinfo_private.h24 aiot_sysdep_portfile_t *sysdep; /* 底层依赖回调合集的引用指针 */ member
/AliOS-Things-master/components/linksdk/components/logpost/
A Dlogpost_private.h25 aiot_sysdep_portfile_t *sysdep; member
A Daiot_logpost_api.c253 aiot_sysdep_portfile_t *sysdep = aiot_sysdep_get_portfile(); in aiot_logpost_init() local
430 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_logpost_deinit() local
/AliOS-Things-master/components/linksdk/components/ntp/
A Dntp_private.h25 aiot_sysdep_portfile_t *sysdep; /* 底层依赖回调合集的引用指针 */ member
A Daiot_ntp_api.c160 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_ntp_init() local
/AliOS-Things-master/components/linksdk/components/subdev/
A Dsubdev_private.h29 aiot_sysdep_portfile_t *sysdep; /* 底层依赖回调合集的引用指针 */ member
/AliOS-Things-master/components/linksdk/components/data-model/
A Ddm_private.h50 aiot_sysdep_portfile_t *sysdep; member
A Daiot_dm_api.c359 static int32_t _dm_get_topic_level(aiot_sysdep_portfile_t *sysdep, char *topic, uint32_t topic_len,… in _dm_get_topic_level()
720 aiot_sysdep_portfile_t *sysdep = aiot_sysdep_get_portfile(); in aiot_dm_init() local
815 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_dm_deinit() local
/AliOS-Things-master/components/linksdk/components/bootstrap/
A Daiot_bootstrap_api.c313 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_bootstrap_init() local
461 aiot_sysdep_portfile_t *sysdep = NULL; in aiot_bootstrap_deinit() local
A Dbootstrap_private.h20 aiot_sysdep_portfile_t *sysdep; member

Completed in 27 milliseconds

12