Home
last modified time | relevance | path

Searched defs:XComponentType (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dxcomponent_model_impl.cpp25 void XComponentModelImpl::Create(const std::optional<std::string>& id, XComponentType /* type */, in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
Dxcomponent_model.h54 … const std::string& /* id */, XComponentType /* type */, const std::string& /* libraryname */, in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
Dconstants.h715 enum class XComponentType { UNKNOWN = -1, SURFACE = 0, COMPONENT, TEXTURE, NODE }; enum
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsEnumStyle.js2935 var XComponentType; variable
2936 (function (XComponentType) { argument