Searched refs:update_mm_cfg (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_fs_cfg.c | 114 int update_mm_cfg(const ulog_cfg_type_t type, const unsigned short idx, const ulog_cfg_para_t para_… in update_mm_cfg() function 341 …update_mm_cfg(cfg_key_list[i].type, (ulog_idx_type)config_node->valueint, ulog_cfg_para_none, NULL… in parser_cfg_file() 350 update_mm_cfg(cfg_key_list[i].type, in parser_cfg_file()
|
A D | ulog_session_file.c | 449 if (0 == update_mm_cfg(ulog_cfg_type_working, idx, ulog_cfg_para_none, NULL)) { in update_new_log_file() 459 update_mm_cfg(ulog_cfg_type_list, idx, ulog_cfg_para_start, time_start); in update_new_log_file() 556 update_mm_cfg(ulog_cfg_type_list, get_working_from_cfg_mm(), ulog_cfg_para_end, time_stop); in stop_operating()
|
/AliOS-Things-master/components/ulog/internal/ |
A D | ulog_session_file.h | 115 int update_mm_cfg(const ulog_cfg_type_t type, const unsigned short idx, const ulog_cfg_para_t para_…
|
Completed in 4 milliseconds