Searched refs:AMP_CUSTOMER_DEVICESECRET (Results 1 – 17 of 17) sorted by relevance
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/ |
A D | module_aiot_dynreg.c | 33 aos_kv_set(AMP_CUSTOMER_DEVICESECRET, in pyamp_aiot_app_dynreg_recv_handler() 96 aos_kv_get(AMP_CUSTOMER_DEVICESECRET, device_secret, &devicesecret_len); in pyamp_aiot_dynreg_http() 152 aos_kv_get(AMP_CUSTOMER_DEVICESECRET, device_secret, &devicesecret_len); in pyamp_aiot_dynreg_http()
|
A D | module_aiot_mqtt.c | 273 aos_kv_get(AMP_CUSTOMER_DEVICESECRET, device_secret, &devicesecret_len); in pyamp_aiot_mqtt_client_start()
|
A D | module_aiot_gateway.c | 487 aos_kv_set(AMP_CUSTOMER_DEVICESECRET, deviceSecret, IOTX_DEVICE_SECRET_LEN, 1); in aiot_create_gateway()
|
A D | module_aiot_device.c | 728 aos_kv_set(AMP_CUSTOMER_DEVICESECRET, deviceSecret, IOTX_DEVICE_SECRET_LEN, in aiot_create_device()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/ |
A D | module_aiot_dynreg.c | 31 …aos_kv_set(AMP_CUSTOMER_DEVICESECRET, packet->data.device_info.device_secret, strlen(packet->data.… in aiot_app_dynreg_recv_handler() 73 aos_kv_get(AMP_CUSTOMER_DEVICESECRET, device_secret, &devicesecret_len); in aiot_dynreg_http() 114 aos_kv_get(AMP_CUSTOMER_DEVICESECRET, device_secret, &devicesecret_len); in aiot_dynreg_http()
|
A D | module_aiot_mqtt.c | 248 aos_kv_get(AMP_CUSTOMER_DEVICESECRET, device_secret, &devicesecret_len); in aiot_mqtt_client_start()
|
A D | module_aiot_device.c | 532 aos_kv_set(AMP_CUSTOMER_DEVICESECRET, deviceSecret, IOTX_DEVICE_SECRET_LEN, 1); in native_aiot_create_device()
|
A D | module_aiot_gateway.c | 462 aos_kv_set(AMP_CUSTOMER_DEVICESECRET, deviceSecret, IOTX_DEVICE_SECRET_LEN, 1); in native_aiot_create_gateway()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/ |
A D | module_aiot_dynreg.c | 34 …aos_kv_set(AMP_CUSTOMER_DEVICESECRET, packet->data.device_info.device_secret, strlen(packet->data.… in aiot_app_dynreg_recv_handler() 86 aos_kv_get(AMP_CUSTOMER_DEVICESECRET, device_secret, &devicesecret_len); in aiot_dynreg_http() 139 aos_kv_get(AMP_CUSTOMER_DEVICESECRET, device_secret, &devicesecret_len); in aiot_dynreg_http()
|
A D | module_aiot_mqtt.c | 227 aos_kv_get(AMP_CUSTOMER_DEVICESECRET, device_secret, &devicesecret_len); in aiot_mqtt_client_start()
|
A D | module_aiot_device.c | 567 aos_kv_set(AMP_CUSTOMER_DEVICESECRET, deviceSecret, IOTX_DEVICE_SECRET_LEN, 1); in native_aiot_create_device()
|
A D | module_aiot_gateway.c | 526 aos_kv_set(AMP_CUSTOMER_DEVICESECRET, deviceSecret, IOTX_DEVICE_SECRET_LEN, 1); in native_aiot_create_gateway()
|
/AliOS-Things-master/components/amp/main/ |
A D | amp_defines.h | 51 #define AMP_CUSTOMER_DEVICESECRET "_amp_customer_devicesecret" macro
|
/AliOS-Things-master/components/py_engine/external/common/ |
A D | py_defines.h | 55 #define AMP_CUSTOMER_DEVICESECRET "_amp_customer_devicesecret" macro
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/ota/ |
A D | module_appota.c | 443 aos_kv_get(AMP_CUSTOMER_DEVICESECRET, customer_ota_ctx.ds, &devicesecret_len); in native_ota_init()
|
/AliOS-Things-master/components/py_engine/modules/ota/ |
A D | modappota.c | 508 aos_kv_get(AMP_CUSTOMER_DEVICESECRET, customer_ota_ctx.ds, in ota_init()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/ota/ |
A D | module_appota.c | 496 aos_kv_get(AMP_CUSTOMER_DEVICESECRET, customer_ota_ctx.ds, &devicesecret_len); in native_ota_init()
|
Completed in 25 milliseconds