Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp124 #define UICONTENT_IMPL_HELPER(name) _##name = std::make_shared<UIContentImplHelper>(this)
132 struct UIContentImplHelper { struct
133 explicit UIContentImplHelper(UIContentImpl* uiContent) : uiContent_(uiContent) in UIContentImplHelper() function
140 ~UIContentImplHelper() in ~UIContentImplHelper()
150 UIContentImplHelper(const UIContentImplHelper& rhs) = delete;
151 UIContentImplHelper& operator=(const UIContentImplHelper& rhs) = delete;

Completed in 8 milliseconds