Home
last modified time | relevance | path

Searched defs:ComposeId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dbase_composed_component.h25 using ComposeId = std::string; variable
H A Dcomposed_component.h27 using ComposeId = std::string; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_component.h98 … void SetTargetCallback(const std::function<void(const ComposeId&, const Offset&)>& targetCallback) in SetTargetCallback()