Home
last modified time | relevance | path

Searched refs:AddDestructCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h348 void AddDestructCallback(void* key, const std::function<void()>& callback) in AddDestructCallback() function
H A Dui_content_impl.cpp140 uiContent_->AddDestructCallback(this, [mutex = mutex_, isValid = isValid_] { in UIContentImplHelper()