Home
last modified time | relevance | path

Searched refs:json_buff (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/adapter/
A Dmain.c256 int8_t *json_buff = board_get_json_buff(board_json_path); in get_logLevel() local
257 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()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c695 static int32_t board_parse_json_buff(const char *json_buff) in board_parse_json_buff() argument
706 if (NULL == json_buff) { in board_parse_json_buff()
710 root = cJSON_Parse(json_buff); in board_parse_json_buff()
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c1257 static int32_t board_parse_json_buff(const char *json_buff) in board_parse_json_buff() argument
1270 if (NULL == json_buff) in board_parse_json_buff()
1274 root = cJSON_Parse(json_buff); in board_parse_json_buff()

Completed in 8 milliseconds