Home
last modified time | relevance | path

Searched refs:JsCommandAppendElement (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.h264 class ACE_EXPORT JsCommandAppendElement final : public JsCommandDomElementCreator {
266 JsCommandAppendElement(const std::string& tagName, NodeId nodeId, NodeId parentNodeId) in JsCommandAppendElement() function in OHOS::Ace::Framework::final
269 ~JsCommandAppendElement() override = default;
H A Djs_command.cpp517 void JsCommandAppendElement::Execute(const RefPtr<JsAcePage>& page) const in Execute()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2190 auto command = Referenced::MakeRefPtr<JsCommandAppendElement>(node ? node->GetTag() : "", childNodeId, in JsCallComponent()
2431 auto command = Referenced::MakeRefPtr<JsCommandAppendElement>(node ? node->GetTag() : "", id, parentNodeId); in JsAppendChild()

Completed in 9 milliseconds