Home
last modified time | relevance | path

Searched refs:HandleContext (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.h35 void HandleContext(const shared_ptr<JsRuntime>& runtime, NodeId id, const std::string& args);
H A Djsi_xcomponent_bridge.cpp45 void JsiXComponentBridge::HandleContext(const shared_ptr<JsRuntime>& runtime, NodeId id, const std:… in HandleContext() function in OHOS::Ace::Framework::JsiXComponentBridge
H A Djsi_engine.cpp2149 bridge->HandleContext(runtime, nodeId, arguments); in JsCallComponent()
3479 bridge->HandleContext(runtime, nodeId, arguments); in FireExternalEvent()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h27 struct HandleContext : public AsyncCall::Context { struct
30 HandleContext() : Context(nullptr, nullptr){}; in HandleContext() argument
31HandleContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(output… in HandleContext() argument
H A Djs_get_input_method_controller.cpp443 auto ctxt = std::make_shared<HandleContext>(); in HandleSoftKeyboard()