Searched refs:SetModuleAPI (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
H A D | sample_module.h | 48 JSI::SetModuleAPI(exports, "testCallFunc", SampleModule::TestCallFunc); in InitSampleModule() 49 JSI::SetModuleAPI(exports, "testCallback", SampleModule::TestCallback); in InitSampleModule() 50 JSI::SetModuleAPI(exports, "testStandardCallback", SampleModule::TestStandardCallback); in InitSampleModule() 51 JSI::SetModuleAPI(exports, "testCallbackWithArgs", SampleModule::TestCallbackWithArgs); in InitSampleModule() 52 JSI::SetModuleAPI(exports, "testStandardCallbackWithArgs", SampleModule::TestStandardCallbackWithArgs); in InitSampleModule() 53 JSI::SetModuleAPI(exports, "testGeneralFunc", SampleModule::TestGeneralFunc); in InitSampleModule()
|
H A D | dfx_module.h | 53 JSI::SetModuleAPI(exports, "screenshotToFile", DfxModule::Screenshot); in InitDfxModule() 55 JSI::SetModuleAPI(exports, "injectEvent", DfxModule::InjectEvent); in InitDfxModule() 56 JSI::SetModuleAPI(exports, "dumpDomNode", DfxModule::DumpDomNode); in InitDfxModule() 57 JSI::SetModuleAPI(exports, "dumpDomTree", DfxModule::DumpDomTree); in InitDfxModule()
|
H A D | app_module.h | 62 JSI::SetModuleAPI(exports, "getInfo", AppModule::GetInfo); in InitAppModule() 63 JSI::SetModuleAPI(exports, "terminate", AppModule::Terminate); in InitAppModule() 65 JSI::SetModuleAPI(exports, "screenOnVisible", AppModule::ScreenOnVisible); in InitAppModule()
|
H A D | router_module.cpp | 28 JSI::SetModuleAPI(exports, "replace", RouterModule::Replace); in InitRouterModule() 29 JSI::SetModuleAPI(exports, "replaceUrl", RouterModule::Replace); in InitRouterModule()
|
H A D | dialog_module.h | 51 JSI::SetModuleAPI(exports, "showDialog", DialogModule::ShowDialog);
in InitDialogModule()
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/js/builtin/src/ |
H A D | capability_module.cpp | 36 JSI::SetModuleAPI(exports, "has", CapabilityModule::HasCapability); in InitCapabilityModule()
|
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/ |
H A D | audio_module.cpp | 340 JSI::SetModuleAPI(exports, "play", AudioModule::Play); in InitAudioModule() 341 JSI::SetModuleAPI(exports, "pause", AudioModule::Pause); in InitAudioModule() 342 JSI::SetModuleAPI(exports, "stop", AudioModule::Stop); in InitAudioModule() 343 JSI::SetModuleAPI(exports, "getPlayState", AudioModule::GetPlayState); in InitAudioModule()
|
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/ |
H A D | jsi.h | 580 static void SetModuleAPI(JSIValue exports, const char * const name, JSIFunctionHandler handler);
|
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | fetch_module.cpp | 31 JSI::SetModuleAPI(exports, FetchModule::HTTP_API_KEY_FETCH, FetchModule::Fetch); in InitFetchModule()
|
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/ |
H A D | jsi.cpp | 837 void JSI::SetModuleAPI(JSIValue exports, const char * const name, JSIFunctionHandler handler) in SetModuleAPI() function in OHOS::ACELite::JSI 840 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:SetModuleAPI failed!"); in SetModuleAPI()
|
Completed in 7 milliseconds