Searched refs:native_get_netshare_config (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/modules/network/cellular/ |
A D | module_cellular.c | 262 static duk_ret_t native_get_netshare_config(duk_context *ctx) in native_get_netshare_config() function 392 AMP_ADD_FUNCTION("getNetShareconfig", native_get_netshare_config, 0); in module_cellular_register()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/cellular/ |
A D | module_cellular.c | 262 static duk_ret_t native_get_netshare_config(duk_context *ctx) in native_get_netshare_config() function 389 AMP_ADD_FUNCTION("getNetShareconfig", native_get_netshare_config, 0); in module_cellular_register()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/cellular/ |
A D | module_cellular.c | 238 static JSValue native_get_netshare_config(JSContext *ctx, JSValueConst this_val, int argc, JSValueC… in native_get_netshare_config() function 343 JS_CFUNC_DEF("getNetShareconfig", 0, native_get_netshare_config),
|
Completed in 11 milliseconds