Home
last modified time | relevance | path

Searched refs:CreateUIContent (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.cpp39 UIContent* CreateUIContent(void* context, void* runtime, bool isFormRender) in CreateUIContent() function
56 UIContent* CreateUIContent(void* context, void* runtime) in CreateUIContent() function
77 UIContent* CreateUIContent(void* ability) in CreateUIContent() function
101 content.reset(CreateUIContent(reinterpret_cast<void*>(context), reinterpret_cast<void*>(runtime))); in Create()
109 content.reset(CreateUIContent(reinterpret_cast<void*>(context), reinterpret_cast<void*>(runtime), isFormRender)); in Create()
116 content.reset(CreateUIContent(reinterpret_cast<void*>(ability))); in Create()

Completed in 1 milliseconds