Home
last modified time | relevance | path

Searched refs:completeReloadFunc_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node.h71 completeReloadFunc_ = std::move(func); in SetCompleteReloadFunc()
137 RenderFunction completeReloadFunc_; variable
H A Dcustom_node.cpp99 CHECK_NULL_VOID(completeReloadFunc_); in FlushReload()
101 renderFunction_ = completeReloadFunc_; in FlushReload()
H A Dcustom_node_base.h269 std::function<void()> completeReloadFunc_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp824 customNode->completeReloadFunc_ = renderFunction;