Searched refs:mp_obj_new_strn (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | utility.c | 40 mp_obj_t mp_obj_new_strn(const char *data) in mp_obj_new_strn() function 47 mp_obj_t value_obj = mp_obj_dict_get(dict, mp_obj_new_strn(key)); in get_str_from_dict() 53 mp_obj_t value_obj = mp_obj_dict_get(dict, mp_obj_new_strn(key)); in get_int_from_dict()
|
A D | utility.h | 19 mp_obj_t mp_obj_new_strn(const char *data);
|
/AliOS-Things-master/components/py_engine/modules/netmgr/ |
A D | modnetmgr.c | 121 … mp_obj_dict_store(dict, MP_OBJ_NEW_QSTR(qstr_from_str("ssid")), mp_obj_new_strn(wifi_info.ssid)); in hapy_netmgr_getInfo() 122 mp_obj_dict_store(dict, MP_OBJ_NEW_QSTR(qstr_from_str("mac")), mp_obj_new_strn(wifi_info.mac)); in hapy_netmgr_getInfo() 123 mp_obj_dict_store(dict, MP_OBJ_NEW_QSTR(qstr_from_str("ip")), mp_obj_new_strn(wifi_info.ip)); in hapy_netmgr_getInfo() 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()
|
/AliOS-Things-master/components/py_engine/modules/oss/ |
A D | modoss.c | 37 return mp_obj_new_strn(url); in obj_uploadFile() 65 return mp_obj_new_strn(url); in obj_uploadContent()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | utility.h | 16 mp_obj_t mp_obj_new_strn(const char *data);
|
A D | utility.c | 39 mp_obj_t mp_obj_new_strn(const char *data) { in mp_obj_new_strn() function
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | utility.h | 16 mp_obj_t mp_obj_new_strn(const char *data);
|
A D | utility.c | 39 mp_obj_t mp_obj_new_strn(const char *data) { in mp_obj_new_strn() function
|
/AliOS-Things-master/components/py_engine/modules/ucloud_ai/ |
A D | moducloud_ai.c | 43 return mp_obj_new_strn(buffer); in obj_get_token_id()
|
A D | chatbot.c | 101 return mp_obj_new_strn(buffer); in obj_input()
|
/AliOS-Things-master/components/py_engine/modules/ble/ |
A D | modble.c | 140 mp_obj_t s_uuid_obj = mp_obj_dict_get(srv_in, mp_obj_new_strn("uuid")); in ble_addService() 144 mp_obj_t chara_list_obj = mp_obj_dict_get(srv_in, mp_obj_new_strn("charas")); in ble_addService()
|
/AliOS-Things-master/components/py_engine/modules/audio/ |
A D | uvoicetts.c | 75 … mp_obj_dict_store(event_dict, MP_OBJ_NEW_QSTR(qstr_from_str("info")), mp_obj_new_strn(info)); in alicoud_tts_event()
|
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/ |
A D | modlinkkit.c | 247 mp_obj_new_strn( in demo_dm_recv_handler()
|
Completed in 15 milliseconds