Home
last modified time | relevance | path

Searched defs:UIContentImplHelper (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp137 struct UIContentImplHelper { struct
138 explicit UIContentImplHelper(UIContentImpl* uiContent) : uiContent_(uiContent) in UIContentImplHelper() argument
145 ~UIContentImplHelper() in ~UIContentImplHelper()
152 UIContentImpl* uiContent_;
153 std::shared_ptr<std::mutex> mutex_ = std::make_shared<std::mutex>();
154 std::shared_ptr<bool> isValid_ = std::make_shared<bool>(true);