Searched refs:CreateNodeWithParams (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | view_model.h | 28 void* CreateNodeWithParams(ArkUINodeType tag, ArkUI_Int32 nodeId, const ArkUI_Params& params);
|
H A D | node_api.cpp | 229 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 D | view_model.cpp | 635 void* CreateNodeWithParams(ArkUINodeType tag, ArkUI_Int32 nodeId, const ArkUI_Params& params) in CreateNodeWithParams() function
|