Searched refs:ARKUI_XCOMPONENT (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | view_model.cpp | 646 if (tag == ArkUINodeType::ARKUI_XCOMPONENT) { in CreateNodeWithParams()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_model.cpp | 147 ARKUI_CHECKBOX, ARKUI_XCOMPONENT, ARKUI_DATE_PICKER, ARKUI_TIME_PICKER, ARKUI_TEXT_PICKER, in CreateNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_frame_node_bridge.cpp | 284 { "Search", ARKUI_SEARCH }, { "Button", ARKUI_BUTTON }, { "XComponent", ARKUI_XCOMPONENT }, in CreateTypedFrameNode() 297 if (nodeType == ARKUI_XCOMPONENT) { in CreateTypedFrameNode() 301 params.nodeType = ARKUI_XCOMPONENT; in CreateTypedFrameNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 741 ARKUI_XCOMPONENT, enumerator 907 ON_XCOMPONENT_LOAD = ARKUI_MAX_EVENT_NUM * ARKUI_XCOMPONENT,
|