Searched refs:DEVINFO_PS (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/linkkit/wrappers/os/ |
A D | HAL_PRODUCT_rhino.c | 16 #define DEVINFO_PS "hal_devinfo_ps" macro 117 aos_kv_get(DEVINFO_PS, _product_secret, &len); in HAL_GetProductSecret() 194 aos_kv_set(DEVINFO_PS, dec_secret, len, 1); in HAL_SaveDeviceIdentity() 233 aos_kv_del(DEVINFO_PS); in HAL_ClearDeviceIdentity()
|
/AliOS-Things-master/components/linkkit/wrappers/platform/os/ |
A D | HAL_OS_yoc.c | 313 aos_kv_get(DEVINFO_PS, _product_secret, &len); in HAL_GetProductSecret() 404 aos_kv_del(DEVINFO_PS); in HAL_SetProductSecret() 409 aos_kv_set(DEVINFO_PS, product_secret, len, 1); in HAL_SetProductSecret()
|
Completed in 5 milliseconds