Searched refs:config_dict (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/modules/netmgr/ |
A D | modnetmgr.c | 230 mp_obj_t config_dict = mp_obj_new_dict(7); in hapy_netmgr_getConfig() local 231 …mp_obj_dict_store(config_dict, MP_OBJ_NEW_QSTR(qstr_from_str("ap_num")), mp_obj_new_int(wifi_confi… in hapy_netmgr_getConfig() 232 …mp_obj_dict_store(config_dict, MP_OBJ_NEW_QSTR(qstr_from_str("used_ap")), mp_obj_new_int(wifi_conf… in hapy_netmgr_getConfig() 233 …mp_obj_dict_store(config_dict, MP_OBJ_NEW_QSTR(qstr_from_str("ssid")), mp_obj_new_strn(ap_info.ssi… in hapy_netmgr_getConfig() 234 …mp_obj_dict_store(config_dict, MP_OBJ_NEW_QSTR(qstr_from_str("pwd")), mp_obj_new_strn(ap_info.pwd)… in hapy_netmgr_getConfig() 235 …mp_obj_dict_store(config_dict, MP_OBJ_NEW_QSTR(qstr_from_str("bssid")), mp_obj_new_strn(ap_info.bs… in hapy_netmgr_getConfig() 236 …mp_obj_dict_store(config_dict, MP_OBJ_NEW_QSTR(qstr_from_str("ap_power")), mp_obj_new_int(ap_info.… in hapy_netmgr_getConfig() 237 …mp_obj_dict_store(config_dict, MP_OBJ_NEW_QSTR(qstr_from_str("channel")), mp_obj_new_int(ap_info.c… in hapy_netmgr_getConfig() 241 mp_obj_dict_store(res_dict, MP_OBJ_NEW_QSTR(qstr_from_str("config")), config_dict); in hapy_netmgr_getConfig()
|
/AliOS-Things-master/components/amp-utility/python/ |
A D | Player.py | 325 def cache_config(config_dict): argument
|
/AliOS-Things-master/components/py_engine/modules/audio/ |
A D | uvoiceplayer.c | 391 STATIC mp_obj_t uvoice_cache_config(mp_obj_t self_in, mp_obj_t config_dict) in uvoice_cache_config() argument 396 config.place = get_int_from_dict(config_dict, "place"); in uvoice_cache_config() 397 config.mem_size = get_int_from_dict(config_dict, "mem_size"); in uvoice_cache_config() 398 const char *file_path = get_str_from_dict(config_dict, "file_path"); in uvoice_cache_config()
|
Completed in 7 milliseconds