Home
last modified time | relevance | path

Searched refs:IOTX_DEVICE_SECRET_LEN (Results 1 – 25 of 40) sorted by relevance

12

/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_PRODUCT_rhino.c25 char _device_secret[IOTX_DEVICE_SECRET_LEN + 1] = { 0 };
87 memset(_device_secret, 0x0, IOTX_DEVICE_SECRET_LEN + 1); in HAL_SetDeviceSecret()
89 if (len > IOTX_DEVICE_SECRET_LEN) { in HAL_SetDeviceSecret()
145 int HAL_GetDeviceSecret(char device_secret[IOTX_DEVICE_SECRET_LEN + 1]) in HAL_GetDeviceSecret()
150 len = IOTX_DEVICE_SECRET_LEN; in HAL_GetDeviceSecret()
158 memset(device_secret, 0x0, IOTX_DEVICE_SECRET_LEN + 1); in HAL_GetDeviceSecret()
205 char dec_secret[IOTX_DEVICE_SECRET_LEN + 1] = { 0 }; in HAL_SaveDeviceIdentity()
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodule_aiot_dynreg.c65 char device_secret[IOTX_DEVICE_SECRET_LEN] = { 0 }; in pyamp_aiot_dynreg_http()
70 int devicesecret_len = IOTX_DEVICE_SECRET_LEN; in pyamp_aiot_dynreg_http()
98 device_secret[IOTX_DEVICE_SECRET_LEN] != '\0')) { in pyamp_aiot_dynreg_http()
A Dmodule_aiot_mqtt.c265 char device_secret[IOTX_DEVICE_SECRET_LEN] = { 0 }; in pyamp_aiot_mqtt_client_start()
269 int devicesecret_len = IOTX_DEVICE_SECRET_LEN; in pyamp_aiot_mqtt_client_start()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_dynreg.c52 char device_secret[IOTX_DEVICE_SECRET_LEN] = {0}; in aiot_dynreg_http()
56 int devicesecret_len = IOTX_DEVICE_SECRET_LEN; in aiot_dynreg_http()
74 if (device_secret[0] == '\0' || device_secret[IOTX_DEVICE_SECRET_LEN] != '\0') { in aiot_dynreg_http()
A Dmodule_aiot_mqtt.c240 char device_secret[IOTX_DEVICE_SECRET_LEN] = {0}; in aiot_mqtt_client_start()
244 int devicesecret_len = IOTX_DEVICE_SECRET_LEN; in aiot_mqtt_client_start()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/
A Dmodule_aiot_dynreg.c60 char device_secret[IOTX_DEVICE_SECRET_LEN] = {0}; in aiot_dynreg_http()
65 int devicesecret_len = IOTX_DEVICE_SECRET_LEN; in aiot_dynreg_http()
87 if (device_secret[0] == '\0' || device_secret[IOTX_DEVICE_SECRET_LEN] != '\0') in aiot_dynreg_http()
A Dmodule_aiot_mqtt.c219 char device_secret[IOTX_DEVICE_SECRET_LEN] = {0}; in aiot_mqtt_client_start()
223 int devicesecret_len = IOTX_DEVICE_SECRET_LEN; in aiot_mqtt_client_start()
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_manager.h20 char device_secret[IOTX_DEVICE_SECRET_LEN + 1];
41 _IN_ char device_secret[IOTX_DEVICE_SECRET_LEN + 1],
50 _OU_ char device_secret[IOTX_DEVICE_SECRET_LEN + 1]);
65 _IN_ int devid, _IN_ char device_secret[IOTX_DEVICE_SECRET_LEN + 1]);
A Diotx_dm.h241 _IN_ char device_secret[IOTX_DEVICE_SECRET_LEN + 1],
265 _IN_ int devid, _IN_ char device_secret[IOTX_DEVICE_SECRET_LEN + 1]);
356 _IN_ int devid, _IN_ char device_secret[IOTX_DEVICE_SECRET_LEN + 1]);
A Ddm_message.h190 _IN_ char device_secret[IOTX_DEVICE_SECRET_LEN + 1],
201 _IN_ char device_secret[IOTX_DEVICE_SECRET_LEN + 1],
A Ddm_api.c172 char device_secret[IOTX_DEVICE_SECRET_LEN + 1] = { 0 }; in iotx_dm_subscribe()
690 _IN_ char device_secret[IOTX_DEVICE_SECRET_LEN + 1], in iotx_dm_subdev_create()
702 strlen(device_secret) >= IOTX_DEVICE_SECRET_LEN + 1) { in iotx_dm_subdev_create()
765 (strlen(search_node->device_secret) < IOTX_DEVICE_SECRET_LEN + 1)) { in iotx_dm_subdev_register()
793 (strlen(search_node->device_secret) < IOTX_DEVICE_SECRET_LEN + 1)) { in iotx_dm_subdev_proxy_register()
909 char device_secret[IOTX_DEVICE_SECRET_LEN + 1] = { 0 }; in iotx_dm_get_device_avail_status()
2099 char device_secret[IOTX_DEVICE_SECRET_LEN + 1] = { 0 }; in iotx_dm_deprecated_legacy_get_pkdn_by_devid()
2272 _IN_ int devid, _IN_ char device_secret[IOTX_DEVICE_SECRET_LEN + 1]) in iotx_dm_deprecated_subdev_register()
2283 (strlen(device_secret) < IOTX_DEVICE_SECRET_LEN + 1)) { in iotx_dm_deprecated_subdev_register()
2289 memset(search_node->device_secret, 0, IOTX_DEVICE_SECRET_LEN + 1); in iotx_dm_deprecated_subdev_register()
A Ddm_ota.c73 char ds[IOTX_DEVICE_SECRET_LEN + 1] = { 0 }; in dm_ota_switch_device()
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_defs.h15 #define IOTX_DEVICE_SECRET_LEN (64) macro
348 char device_secret[IOTX_DEVICE_SECRET_LEN + 1];
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Diot_export_linkkit.h24 char device_secret[IOTX_DEVICE_SECRET_LEN + 1];
/AliOS-Things-master/components/linkkit/include/linkkit/
A Ddev_model_api.h25 char device_secret[IOTX_DEVICE_SECRET_LEN + 1];
A Dhttp_api.h19 char device_secret[IOTX_DEVICE_SECRET_LEN + 1];
A Dcoap_api.h71 char device_secret[IOTX_DEVICE_SECRET_LEN + 1];
/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/
A Dwrappers_os.h70 int HAL_GetDeviceSecret(char device_secret[IOTX_DEVICE_SECRET_LEN + 1]);
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/os/
A Dos.h44 #define OS_DEVICE_SECRET_LEN IOTX_DEVICE_SECRET_LEN
/AliOS-Things-master/components/amp/main/
A Damp_defines.h58 #define IOTX_DEVICE_SECRET_LEN (64) macro
/AliOS-Things-master/components/py_engine/external/common/
A Dpy_defines.h62 #define IOTX_DEVICE_SECRET_LEN (64) macro
/AliOS-Things-master/components/linkkit/dynamic_register/
A Ddynreg.c178 char device_secret[IOTX_DEVICE_SECRET_LEN]) in _fetch_dynreg_http_resp() argument
264 if (end - start + 1 > IOTX_DEVICE_SECRET_LEN) { in _fetch_dynreg_http_resp()
447 char device_secret[IOTX_DEVICE_SECRET_LEN + 1] = { 0 }; in _mqtt_dynamic_register()
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_packet.c89 char key[IOTX_DEVICE_SECRET_LEN + 1] = { 0 }; in awss_build_dev_info()
/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_upgrade.c148 int devicesecret_len = IOTX_DEVICE_SECRET_LEN; in py_app_upgrade_service()
/AliOS-Things-master/components/linkkit/mqtt/
A Dmqtt_api.c236 meta_info.device_secret[IOTX_DEVICE_SECRET_LEN] != '\0') { in IOT_MQTT_Construct()
245 meta_info.device_secret[IOTX_DEVICE_SECRET_LEN] != '\0') { in IOT_MQTT_Construct()

Completed in 33 milliseconds

12