Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp87 shared_ptr<JsValue> JsHandleCallback(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue… in JsHandleCallback() function
226 if (!aceObj->SetProperty(runtime_, "handleCallback", runtime_->NewFunction(JsHandleCallback))) { in RegisterPaModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1043 shared_ptr<JsValue> JsHandleCallback( in JsHandleCallback() function
1820 … const std::string& methodName) { return JsHandleCallback(runtime, argv[1], methodName); } }, in JsHandleModule()