Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.h53 typedef void (*GetJSCodeCallback)(const char** buf, int* bufLen); typedef
61 GetJSCodeCallback getABCCode = nullptr;
62 GetJSCodeCallback getJSCode = nullptr;
H A Dnative_module_manager.cpp1073 auto getJSCode = reinterpret_cast<GetJSCodeCallback>(LIBSYM(lib, symbol)); in FindNativeModuleByDisk()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_node_api.cpp63 module.getJSCode = (GetJSCodeCallback)mod->nm_get_js_code; in napi_module_with_js_register()
64 module.getABCCode = (GetJSCodeCallback)mod->nm_get_abc_code; in napi_module_with_js_register()