Searched refs:AMP_CUSTOMER_PRODUCTSECRET (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/amp/main/ |
A D | amp_defines.h | 49 #define AMP_CUSTOMER_PRODUCTSECRET "_amp_customer_productsecret" macro
|
/AliOS-Things-master/components/py_engine/external/common/ |
A D | py_defines.h | 53 #define AMP_CUSTOMER_PRODUCTSECRET "_amp_customer_productsecret" macro
|
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/ |
A D | module_aiot_dynreg.c | 73 aos_kv_get(AMP_CUSTOMER_PRODUCTSECRET, product_secret, &productsecret_len); in pyamp_aiot_dynreg_http()
|
A D | module_aiot_device.c | 1079 aos_kv_set(AMP_CUSTOMER_PRODUCTSECRET, productSecret, in aiot_dynreg()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/ |
A D | module_aiot_dynreg.c | 58 aos_kv_get(AMP_CUSTOMER_PRODUCTSECRET, product_secret, &productsecret_len); in aiot_dynreg_http()
|
A D | module_aiot_device.c | 639 aos_kv_set(AMP_CUSTOMER_PRODUCTSECRET, productSecret, IOTX_PRODUCT_SECRET_LEN, 1); in native_aiot_dynreg()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/ |
A D | module_aiot_dynreg.c | 68 aos_kv_get(AMP_CUSTOMER_PRODUCTSECRET, product_secret, &productsecret_len); in aiot_dynreg_http()
|
A D | module_aiot_device.c | 614 aos_kv_set(AMP_CUSTOMER_PRODUCTSECRET, productSecret, IOTX_PRODUCT_SECRET_LEN, 1); in native_aiot_dynreg()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/ota/ |
A D | module_appota.c | 441 aos_kv_get(AMP_CUSTOMER_PRODUCTSECRET, customer_ota_ctx.ps, &productsecret_len); in native_ota_init()
|
/AliOS-Things-master/components/py_engine/modules/ota/ |
A D | modappota.c | 505 aos_kv_get(AMP_CUSTOMER_PRODUCTSECRET, customer_ota_ctx.ps, in ota_init()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/ota/ |
A D | module_appota.c | 494 aos_kv_get(AMP_CUSTOMER_PRODUCTSECRET, customer_ota_ctx.ps, &productsecret_len); in native_ota_init()
|
Completed in 15 milliseconds