Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.h336 class ACE_EXPORT JsCommandXComponentOperation final : public JsCommand {
338JsCommandXComponentOperation(NodeId nodeId, std::function<void(const RefPtr<XComponentTaskPool>&)>… in JsCommandXComponentOperation() function
341 ~JsCommandXComponentOperation() final = default;
H A Djs_command.cpp679 void JsCommandXComponentOperation::Execute(const RefPtr<JsAcePage>& page) const in Execute()