Searched refs:QUICKJS_GET_PROPERTY_STR (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/netmgr/ |
A D | module_netmgr.c | 480 ip_addr = QUICKJS_GET_PROPERTY_STR(ctx, argv[1], "ip_addr"); in native_netmgr_set_ifconfig() 481 mask = QUICKJS_GET_PROPERTY_STR(ctx, argv[1], "mask"); in native_netmgr_set_ifconfig() 482 gw = QUICKJS_GET_PROPERTY_STR(ctx, argv[1], "gw"); in native_netmgr_set_ifconfig() 483 dns_server = QUICKJS_GET_PROPERTY_STR(ctx, argv[1], "dns_server"); in native_netmgr_set_ifconfig() 484 mac = QUICKJS_GET_PROPERTY_STR(ctx, argv[1], "mac"); in native_netmgr_set_ifconfig()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/cellular/ |
A D | module_cellular.c | 291 const char *password = QUICKJS_GET_PROPERTY_STR(ctx, argv[0], "password"); in native_set_netshare_config() 292 const char *username = QUICKJS_GET_PROPERTY_STR(ctx, argv[0], "username"); in native_set_netshare_config() 293 const char *apn = QUICKJS_GET_PROPERTY_STR(ctx, argv[0], "apn"); in native_set_netshare_config()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/common/ |
A D | quickjs_addon_common.h | 33 static inline char *QUICKJS_GET_PROPERTY_STR(JSContext *ctx, JSValueConst argv, char *name) in QUICKJS_GET_PROPERTY_STR() function
|
Completed in 13 milliseconds