Home
last modified time | relevance | path

Searched refs:SetModuleAPI (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.h48 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 Ddfx_module.h53 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 Dapp_module.h62 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 Drouter_module.cpp28 JSI::SetModuleAPI(exports, "replace", RouterModule::Replace); in InitRouterModule()
29 JSI::SetModuleAPI(exports, "replaceUrl", RouterModule::Replace); in InitRouterModule()
H A Ddialog_module.h51 JSI::SetModuleAPI(exports, "showDialog", DialogModule::ShowDialog); in InitDialogModule()
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/js/builtin/src/
H A Dcapability_module.cpp36 JSI::SetModuleAPI(exports, "has", CapabilityModule::HasCapability); in InitCapabilityModule()
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_module.cpp340 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 Djsi.h580 static void SetModuleAPI(JSIValue exports, const char * const name, JSIFunctionHandler handler);
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dfetch_module.cpp31 JSI::SetModuleAPI(exports, FetchModule::HTTP_API_KEY_FETCH, FetchModule::Fetch); in InitFetchModule()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp837 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