Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_partial_update_model.h45 std::function<void(bool)> reloadFunc; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.h83 void SetReloadFunction(std::function<void(bool)>&& reloadFunc) in SetReloadFunction()