Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h721 updateNodeFunc_ = updateNodeFunc; in SetUpdateNodeFunc()
726 return updateNodeFunc_; in GetUpdateNodeFunc()
911 std::function<void(int32_t, RefPtr<UINode>&)> updateNodeFunc_; variable