Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dview_model.h28 void* CreateNodeWithParams(ArkUINodeType tag, ArkUI_Int32 nodeId, const ArkUI_Params& params);
H A Dnode_api.cpp229 ArkUINodeHandle CreateNodeWithParams(ArkUINodeType type, int peerId, ArkUI_Int32 flags, const ArkUI… in CreateNodeWithParams() function
231 …auto* node = reinterpret_cast<ArkUINodeHandle>(ViewModel::CreateNodeWithParams(type, peerId, param… in CreateNodeWithParams()
1639 CreateNodeWithParams, in GetBasicAPI()
H A Dview_model.cpp635 void* CreateNodeWithParams(ArkUINodeType tag, ArkUI_Int32 nodeId, const ArkUI_Params& params) in CreateNodeWithParams() function