| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
| D | custom_node_pattern.h | 39 void SetRenderFunction(const RenderFunction& renderFunction) in SetRenderFunction()
|
| D | custom_node_layout_algorithm.h | 38 …explicit CustomNodeLayoutAlgorithm(const RenderFunction& renderFunction) : renderFunction_(renderF… in CustomNodeLayoutAlgorithm()
|
| D | custom_measure_layout_node.h | 41 void SetRenderFunction(const RenderFunction& renderFunction) override in SetRenderFunction()
|
| D | custom_node_base.h | 39 virtual void SetRenderFunction(const RenderFunction& renderFunction) {}; in SetRenderFunction()
|
| D | custom_node.h | 59 void SetRenderFunction(const RenderFunction& renderFunction) override in SetRenderFunction()
|
| D | custom_node.cpp | 47 RenderFunction renderFunction = nullptr; in Render() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| D | view_full_update_model_ng.cpp | 35 auto renderFunction = in CreateNode() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/custom/ |
| D | custom_test_ng.cpp | 108 auto renderFunction = variable 156 auto renderFunction = variable 205 auto renderFunction = variable 324 auto renderFunction = variable 382 auto renderFunction = variable 445 auto renderFunction = variable 502 auto renderFunction = variable 806 auto renderFunction = [&](int64_t deadline, bool& isTimeout) -> RefPtr<UINode> { in __anon285e86152002() variable 832 auto renderFunction = [&](int64_t deadline, bool& isTimeout) -> RefPtr<UINode> { in __anon285e86152102() variable 877 auto renderFunction = variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | view_full_update_model_impl.cpp | 41 auto renderFunction = [renderFunc = nodeInfo.renderFunc]( in CreateNode() local
|
| D | view_partial_update_model_impl.cpp | 38 …auto renderFunction = [renderFunc = std::move(info.renderFunc), updateFunc = std::move(info.update… in CreateNode() local
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| D | view_partial_update_model_test_ng.cpp | 238 …auto renderFunction = [&testRenderfunc](int64_t deadline, bool& isTimeout) -> RefPtr<AceType> { re… in __anon69f5dd461002() variable 327 …auto renderFunction = [&testRenderfunc](int64_t deadline, bool& isTimeout) -> RefPtr<AceType> { re… in __anon69f5dd461602() variable 368 …auto renderFunction = [&testRenderfunc](int64_t deadline, bool& isTimeout) -> RefPtr<AceType> { re… in __anon69f5dd461a02() variable 411 …auto renderFunction = [&testRenderfunc](int64_t deadline, bool& isTimeout) -> RefPtr<AceType> { re… in __anon69f5dd461f02() variable
|
| D | view_full_update_model_ng_test.cpp | 133 auto renderFunction = [&view]() -> RefPtr<AceType> { in __anon634c0c0c0602() variable
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
| D | js_app_context.cpp | 189 jerry_value_t renderFunction = jerryx_get_property_str(viewModel, ATTR_RENDER); in Render() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_view.cpp | 213 auto renderFunction = [weak = AceType::WeakClaim(this)]() -> RefPtr<AceType> { in CreateViewNode() local 577 …auto renderFunction = [weak = AceType::WeakClaim(this)](int64_t deadline, bool& isTimeout) -> RefP… in CreateViewNode() local
|