Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/blenetcfg/
A Dmodule_blecfgnet.c58 static const JSCFunctionListEntry js_blecfgnet_funcs[] = { variable
72 JS_SetPropertyFunctionList(ctx, proto, js_blecfgnet_funcs, countof(js_blecfgnet_funcs)); in js_blecfgnet_init()
74 return JS_SetModuleExportList(ctx, m, js_blecfgnet_funcs, countof(js_blecfgnet_funcs)); in js_blecfgnet_init()
83 JS_AddModuleExportList(ctx, m, js_blecfgnet_funcs, countof(js_blecfgnet_funcs)); in js_init_module_blecfgnet()

Completed in 3 milliseconds