Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpath_pattern.h65 auto cmdStr = paintProperty->GetCommands().value_or(""); in SetClipBounds()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_composed_element.h37 std::string GetCommands() const;
H A Dshape_composed_element.cpp37 { "commands", [](const ShapeComposedElement& inspector) { return inspector.GetCommands(); } } in __anoncc0f25ed0c02()
135 std::string ShapeComposedElement::GetCommands() const in GetCommands() function in OHOS::Ace::V2::ShapeComposedElement