Home
last modified time | relevance | path

Searched refs:JsCommandContextOperation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.h323 class ACE_EXPORT JsCommandContextOperation final : public JsCommand {
325JsCommandContextOperation(NodeId nodeId, std::function<void(const RefPtr<CanvasTaskPool>&)> task) in JsCommandContextOperation() function
328 ~JsCommandContextOperation() final = default;
H A Djs_command.cpp659 void JsCommandContextOperation::Execute(const RefPtr<JsAcePage>& page) const in Execute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.cpp178 auto command = Referenced::MakeRefPtr<JsCommandContextOperation>(id, task); in PushTaskToPage()
508 auto command = Referenced::MakeRefPtr<JsCommandContextOperation>(id, task); in JsSetAntiAlias()