Searched refs:ULOG_CFG_PARA_VAL_SIZE (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ulog/internal/ |
A D | ulog_session_file.h | 17 #define ULOG_CFG_PARA_VAL_SIZE 24 macro 115 …type, const unsigned short idx, const ulog_cfg_para_t para_type, char val[ULOG_CFG_PARA_VAL_SIZE]);
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_fs_cfg.c | 22 char ulog_cfg_val[ULOG_CFG_PARA_VAL_SIZE]; 114 … type, const unsigned short idx, const ulog_cfg_para_t para_type, char val[ULOG_CFG_PARA_VAL_SIZE]) in update_mm_cfg() argument 132 … strncpy(ulog_cfg_header->cfg[para_type]->ulog_cfg_val, val, ULOG_CFG_PARA_VAL_SIZE - 1); in update_mm_cfg() 155 strncpy(p->cfg[para_type]->ulog_cfg_val, val, ULOG_CFG_PARA_VAL_SIZE - 1); in update_mm_cfg() 175 … strncpy(p->next->cfg[para_type]->ulog_cfg_val, val, ULOG_CFG_PARA_VAL_SIZE - 1); in update_mm_cfg()
|
Completed in 3 milliseconds