Searched refs:json_buff (Results 1 – 3 of 3) sorted by relevance
256 int8_t *json_buff = board_get_json_buff(board_json_path); in get_logLevel() local257 if (NULL == json_buff) { in get_logLevel()261 cJSON *root = cJSON_Parse(json_buff); in get_logLevel()277 if (json_buff != NULL) { in get_logLevel()278 aos_free(json_buff); in get_logLevel()
695 static int32_t board_parse_json_buff(const char *json_buff) in board_parse_json_buff() argument706 if (NULL == json_buff) { in board_parse_json_buff()710 root = cJSON_Parse(json_buff); in board_parse_json_buff()
1257 static int32_t board_parse_json_buff(const char *json_buff) in board_parse_json_buff() argument1270 if (NULL == json_buff) in board_parse_json_buff()1274 root = cJSON_Parse(json_buff); in board_parse_json_buff()
Completed in 19 milliseconds