Home
last modified time | relevance | path

Searched defs:device_name (Results 1 – 25 of 73) sorted by relevance

123

/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_auth.c3 …portfile_t *sysdep, char **psk_id, char psk[65], char *product_key, char *device_name, char *devic… in core_auth_tls_psk()
35 …ame(aiot_sysdep_portfile_t *sysdep, char **dest, char *product_key, char *device_name, char *modul… in core_auth_mqtt_username()
42 …ord(aiot_sysdep_portfile_t *sysdep, char **dest, char *product_key, char *device_name, char *devic… in core_auth_mqtt_password()
75 …tid(aiot_sysdep_portfile_t *sysdep, char **dest, char *product_key, char *device_name, char *secur… in core_auth_mqtt_clientid()
88 …ody(aiot_sysdep_portfile_t *sysdep, char **dest, char *product_key, char *device_name, char *devic… in core_auth_http_body()
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_msg_process.c137 char device_name[IOTX_DEVICE_NAME_LEN + 1] = { 0 }; in dm_msg_proc_thing_model_down_raw() local
155 char device_name[IOTX_DEVICE_NAME_LEN + 1] = { 0 }; in dm_msg_proc_thing_model_up_raw_reply() local
183 char device_name[IOTX_DEVICE_NAME_LEN + 1] = { 0 }; in dm_msg_proc_thing_service_property_set() local
227 char device_name[IOTX_DEVICE_NAME_LEN] = { 0 }; in dm_msg_proc_thing_event_notify() local
271 char device_name[IOTX_DEVICE_NAME_LEN + 1] = { 0 }; in dm_msg_proc_thing_service_property_get() local
335 char device_name[IOTX_DEVICE_NAME_LEN + 1] = { 0 }; in dm_msg_proc_thing_service_property_post() local
365 char device_name[IOTX_DEVICE_NAME_LEN + 1] = { 0 }; in dm_msg_proc_thing_service_request() local
615 char device_name[IOTX_DEVICE_NAME_LEN + 1] = { 0 }; in dm_msg_proc_rrpc_request() local
672 char device_name[IOTX_DEVICE_NAME_LEN + 1] = { 0 }; in dm_msg_proc_thing_topo_add_notify() local
715 char device_name[IOTX_DEVICE_NAME_LEN + 1] = { 0 }; in dm_msg_proc_thing_disable() local
[all …]
A Ddm_ota.h11 char device_name[IOTX_DEVICE_NAME_LEN + 1]; member
A Ddm_manager.h19 char device_name[IOTX_DEVICE_NAME_LEN + 1]; member
/AliOS-Things-master/components/linkkit/ota/
A Dota_coap.c19 const char *device_name; member
49 const char *device_name) in otacoap_GenTopicName()
99 void *osc_Init(const char *product_key, const char *device_name, in osc_Init()
A Dota_mqtt.c22 const char *device_name; member
38 const char *device_name) in otamqtt_GenTopicName()
184 void *osc_Init(const char *product_key, const char *device_name, in osc_Init()
/AliOS-Things-master/components/linksdk/components/subdev/
A Daiot_subdev_api.h42 char* device_name; member
49 char* device_name; member
136 char *device_name; member
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_linksdk.c26 uint8_t device_name[LIMIT_DEVICE_NAME]; member
47 char device_name[LIMIT_DEVICE_NAME]; in BleCfg_devinfo_kv_save() local
307 char *device_name; in BleCfg_mqtt_event_handler() local
566 int BleCfg_linksdk_main(char *product_key, char *device_name, char *device_secret) in BleCfg_linksdk_main()
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_mqtt.c494 char *device_name) in alcs_mqtt_init()
548 char *device_name) in alcs_mqtt_deinit()
588 char device_name[IOTX_DEVICE_NAME_LEN + 1] = { 0 }; in alcs_mqtt_prefixkey_update() local
614 const char *device_name) in alcs_prefixkey_get()
649 const char *device_name) in alcs_mqtt_subdev_prefix_get()
A Dalcs_mqtt.h18 char device_name[IOTX_PRODUCT_KEY_LEN + IOTX_DEVICE_NAME_LEN + 2]; member
/AliOS-Things-master/components/linkkit/dev_sign/
A Ddev_sign_mqtt.c111 int _iotx_generate_sign_string(const char *device_id, const char *device_name, in _iotx_generate_sign_string()
145 int _iotx_generate_sign_string(const char *device_id, const char *device_name, in _iotx_generate_sign_string()
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodule_aiot_activeinfo.c26 char device_name[IOTX_DEVICE_NAME_LEN] = { 0 }; in pyamp_amp_app_devinfo_report() local
A Dmodule_aiot_dynreg.c64 char device_name[IOTX_DEVICE_NAME_LEN] = { 0 }; in pyamp_aiot_dynreg_http() local
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/
A Dmodule_aiot_activeinfo.c26 char device_name[IOTX_DEVICE_NAME_LEN] = {0}; in amp_app_devinfo_report() local
A Dmodule_aiot_dynreg.c59 char device_name[IOTX_DEVICE_NAME_LEN] = {0}; in aiot_dynreg_http() local
/AliOS-Things-master/components/linksdk/components/devinfo/
A Daiot_devinfo_api.c30 …_handle_t *devinfo_handle, char *topic, uint16_t topic_len, char **product_key, char **device_name) in _devinfo_find_pk_dn()
79 char *product_key = NULL, *device_name = NULL; in _devinfo_mqtt_recv_handler() local
172 static int32_t _devinfo_send(devinfo_handle_t *devinfo_handle, char *product_key, char *device_name in _devinfo_send()
A Daiot_devinfo_api.h80 char *device_name; member
176 char *device_name; member
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_activeinfo.c51 char device_name[IOTX_DEVICE_NAME_LEN] = {0}; in amp_app_devinfo_report() local
A Dmodule_aiot_dynreg.c51 char device_name[IOTX_DEVICE_NAME_LEN] = {0}; in aiot_dynreg_http() local
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_report.c109 char device_name[IOTX_DEVICE_NAME_LEN + 1] = { 0 }; in iotx_report_devinfo() local
173 char device_name[IOTX_DEVICE_NAME_LEN + 1] = { 0 }; in iotx_report_firmware_version() local
/AliOS-Things-master/components/SDL2/src/audio/pulseaudio/
A DSDL_pulseaudio.h35 char *device_name; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_central/
A Dble_central_app_main.c70 uint8_t device_name[GAP_DEVICE_NAME_LEN] = "BLE_CENTRAL_CLIENT"; in ble_central_app_le_gap_init() local
/AliOS-Things-master/components/linksdk/components/ota/
A Daiot_ota_api.c334 char *device_name; in aiot_ota_report_version() local
367 int32_t aiot_ota_report_version_ext(void *handle, char *product_key, char *device_name, char *versi… in aiot_ota_report_version_ext()
587 ota_type_t *type, char **product_key, char **device_name) in _ota_prase_topic()
656 char *product_key = NULL, *device_name = NULL; in _ota_mqtt_process() local
1078 char *device_name, char *suffix, char *params) in _ota_publish_base()
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Diot_export_linkkit.h23 char device_name[IOTX_DEVICE_NAME_LEN + 1]; member
/AliOS-Things-master/components/linkkit/include/linkkit/
A Ddev_model_api.h24 char device_name[IOTX_DEVICE_NAME_LEN + 1]; member

Completed in 36 milliseconds

123