Home
last modified time | relevance | path

Searched refs:APP_CONFIG_DEBUG (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_marker.h16 #define APP_CONFIG_DEBUG "debugLevel" macro
A Dboard_mgr.c1281 if((debug = cJSON_GetObjectItem(root, APP_CONFIG_DEBUG)) != NULL) { in board_parse_json_buff()
/AliOS-Things-master/components/py_engine/adapter/
A Dmain.c266 cJSON *debug = cJSON_GetObjectItem(root, APP_CONFIG_DEBUG); in get_logLevel()
282 ret = aos_kv_get(APP_CONFIG_DEBUG, logLevelStr, &len); in get_logLevel()
285 aos_kv_set(APP_CONFIG_DEBUG, set_value, strlen(set_value), 1); in get_logLevel()
/AliOS-Things-master/components/py_engine/external/common/
A Dboard_mgr.h21 #define APP_CONFIG_DEBUG "debugLevel" macro
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c717 if ((debug = cJSON_GetObjectItem(root, APP_CONFIG_DEBUG)) != NULL) { in board_parse_json_buff()

Completed in 11 milliseconds