Home
last modified time | relevance | path

Searched refs:COMPONENT (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model_ng.cpp69 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in InitXComponent()
82 if (type == XComponentType::COMPONENT) { in GetLibraryName()
95 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetSoPath()
121 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetOnLoad()
134 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetOnLoad()
155 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetOnDestroy()
168 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetOnDestroy()
214 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetDetachCallback()
227 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetControllerOnCreated()
240 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetControllerOnChanged()
[all …]
H A Dxcomponent_layout_algorithm.cpp27 if (xcomponentType == XComponentType::COMPONENT) { in MeasureContent()
40 if (xcomponentType == XComponentType::COMPONENT) { in Measure()
51 if (xcomponentType == XComponentType::COMPONENT) { in Layout()
H A Dxcomponent_pattern.cpp68 case XComponentType::COMPONENT: in XComponentTypeToString()
579 if (type_ == XComponentType::COMPONENT || type_ == XComponentType::NODE || config.skipMeasure) { in BeforeSyncGeometryProperties()
/ohos5.0/build/tools/component_tools/
H A Dparse_kconf.py25 COMPONENT = "component" variable
43 component_name = component.get(COMPONENT)
85 items[COMPONENT] = arr[2].split("=")[0]
94 items[TYPE] = COMPONENT
96 items[COMPONENT] = arr[1].split("=")[0]
112 COMPONENT: None,
134 component = items.get(COMPONENT)
140 elif conf_type == FEATRUE or conf_type == COMPONENT:
159 component_element = {COMPONENT: component, FEATRUES: features}
/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/
H A DCMakeLists.txt21 # COMPONENT CMAKE
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp42 return XComponentType::COMPONENT; in ConvertToXComponentType()
562 if (type == XComponentType::SURFACE || type == XComponentType::COMPONENT) { in JsOpacity()
697 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in JsEnableAnalyzer()
706 if (type == XComponentType::COMPONENT || type == XComponentType::NODE || args.Length() != 1) { in JsRenderFit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dindex.d.ts65 COMPONENT,
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-popup-and-menu-components-popup.md226 背景颜色:气泡的背景色默认为透明,但是会有一个默认的模糊效果,手机上为COMPONENT\_ULTRA\_THICK。
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h752 enum class XComponentType { UNKNOWN = -1, SURFACE = 0, COMPONENT, TEXTURE, NODE }; enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-appendix-enums.md1044 | COMPONENT<sup>(deprecated)</sup> | XComponent将变成一个容器组件,并可在其中执行非UI逻辑以动态加载显示内容。<br/>**说明:**<br/>从AP…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_bridge.cpp97 return XComponentType::COMPONENT; in ConvertToXComponentType()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp67 constexpr XComponentType XCOMPONENT_COMPONENT_TYPE_VALUE = XComponentType::COMPONENT;
H A Dxcomponent_property_test_ng.cpp69 constexpr XComponentType XCOMPONENT_COMPONENT_TYPE_VALUE = XComponentType::COMPONENT;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-appendix-enums.md1044 | COMPONENT<sup>(deprecated)</sup> | The component becomes a container where non-UI logic can be ex…