Home
last modified time | relevance | path

Searched refs:HAL_Kv_Set (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/
A Dwrappers_kv.h7 int HAL_Kv_Set(const char *key, const void *val, int len, int sync);
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/awss_reset/
A Dawss_dev_reset.c47 HAL_Kv_Set(AWSS_KV_RST, &rst, sizeof(rst), 0); in awss_report_reset_reply()
158 HAL_Kv_Set(AWSS_KV_RST, &rst, sizeof(rst), 0); in awss_report_reset()
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_TLS_mbedtls.c62 extern int HAL_Kv_Set(const char *key, const void *val, int len, int sync);
669 HAL_Kv_Set(key_buf, (void *)save_buf, real_session_len, 1); in _TLSConnectNetwork()
A DHAL_OS_rhino.c266 int HAL_Kv_Set(const char *key, const void *val, int len, int sync) in HAL_Kv_Set() function
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_localsetup.c31 if (HAL_Kv_Set(key, val, len, sync) != 0) { in __alcs_localsetup_kv_set()
A Dalcs_mqtt.c65 if (HAL_Kv_Set(key, val, len, sync) != 0) { in __alcs_mqtt_kv_set()
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_OS_yoc.c36 int HAL_Kv_Set(const char *key, const void *val, int len, int sync) in HAL_Kv_Set() function
/AliOS-Things-master/components/linkkit/mqtt/
A Dmqtt_api.c96 int HAL_Kv_Set(const char *key, const void *val, int len, int sync);

Completed in 12 milliseconds