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 D | jsi_xcomponent_bridge.h | 35 void HandleContext(const shared_ptr<JsRuntime>& runtime, NodeId id, const std::string& args);
|
H A D | jsi_xcomponent_bridge.cpp | 45 void JsiXComponentBridge::HandleContext(const shared_ptr<JsRuntime>& runtime, NodeId id, const std:… in HandleContext() function in OHOS::Ace::Framework::JsiXComponentBridge
|
H A D | jsi_engine.cpp | 2149 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 D | js_get_input_method_controller.h | 27 struct HandleContext : public AsyncCall::Context { struct 30 HandleContext() : Context(nullptr, nullptr){}; in HandleContext() argument 31 …HandleContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(output… in HandleContext() argument
|
H A D | js_get_input_method_controller.cpp | 443 auto ctxt = std::make_shared<HandleContext>(); in HandleSoftKeyboard()
|