Home
last modified time | relevance | path

Searched defs:context (Results 1 – 10 of 10) sorted by relevance

/napi_generator/src/vscode_plugin/assist/assist_tools_vs_plugin/src/
Dextension.js32 function activate(context) { argument
222 function getWebviewContent(context) { argument
228 function getWebViewContent(context, templatePath) { argument
/napi_generator/src/vscode_plugin/dts2cpp/napi_vs_plugin/src/
Dextension.js42 function activate(context) { argument
97 function register(context, command) { argument
131 function handleMsg(msg, message, context) { argument
148 function getMsgCfg(message, context) { argument
187 function configServiceCode(message, context) { argument
207 function handleConfigMsg(showInfoMessage, context) { argument
479 function getCommonWebViewContent(context, html) { argument
488 function getWebviewContent(context, importToolChain) { argument
498 function getWebViewContent(context, templatePath, panel) { argument
/napi_generator/src/tool/api/api_scan_vs_plugin/src/
Dextension.js37 function activate(context) { argument
80 function register(context, command) { argument
230 function getWebviewContent(context, importToolChain) { argument
240 function getWebViewContent(context, templatePath) { argument
/napi_generator/src/vscode_plugin/h2dts/ts_vs_plugin/src/
Dextension.js36 function activate(context) { argument
76 function register(context, command) { argument
232 function getWebviewContent(context, importToolChain) { argument
242 function getWebViewContent(context, templatePath) { argument
/napi_generator/src/vscode_plugin/h2sa/service_vs_plugin/src/
Dextension.js36 function activate(context) { argument
81 function register(context, command) { argument
236 function getWebviewContent(context, importToolChain) { argument
246 function getWebViewContent(context, templatePath) { argument
/napi_generator/src/vscode_plugin/cmake2gn/gn_vs_plugin/src/
Dextension.js39 function activate(context) { argument
120 function register(context, command) { argument
332 function getWebviewContent(context, importToolChain) { argument
342 function getWebViewContent(context, templatePath) { argument
/napi_generator/examples/napitutorials/entry/src/main/cpp/nodeapi/datatypes/
Dnapithreadsafefuncall.cpp25 static void CallbackFunction(napi_env env, napi_value jsCallback, void *context, void *data) in CallbackFunction()
Dnapithreadsafefunc.cpp25 static void CallbackFunction(napi_env env, napi_value jsCallback, void *context, void *data) in CallbackFunction()
Dnapithreadsafefuncrel.cpp25 static void CallbackFunction(napi_env env, napi_value jsCallback, void *context, void *data) in CallbackFunction()
/napi_generator/examples/napitutorials/entry/src/main/cpp/ncpp/ffmpegcase/manager/
Dplugin_manager.cpp123 auto context = PluginManager::GetInstance(); in Export() local