Home
last modified time | relevance | path

Searched refs:renderFunc (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_full_update_model_impl.cpp41 auto renderFunction = [renderFunc = nodeInfo.renderFunc]( in CreateNode()
43 if (!renderFunc) { in CreateNode()
46 auto node = renderFunc(); in CreateNode()
H A Dview_partial_update_model_impl.cpp38 auto renderFunction = [renderFunc = std::move(info.renderFunc), updateFunc = std::move(info.updateFunc)]( in CreateNode()
40 auto node = renderFunc ? renderFunc() : nullptr; in CreateNode()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_partial_update_model_test_ng.cpp240 .renderFunc = renderFunction, in HWTEST_F()
249 EXPECT_NE(info.renderFunc, nullptr); in HWTEST_F()
329 .renderFunc = renderFunction, in HWTEST_F()
339 EXPECT_NE(info.renderFunc, nullptr); in HWTEST_F()
372 .renderFunc = renderFunction, in HWTEST_F()
382 EXPECT_NE(info.renderFunc, nullptr); in HWTEST_F()
415 .renderFunc = renderFunction, in HWTEST_F()
425 EXPECT_NE(info.renderFunc, nullptr); in HWTEST_F()
H A Dview_full_update_model_ng_test.cpp142 .renderFunc = std::move(renderFunction), in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_partial_update_model_ng.cpp59 auto renderFunc = [renderFunction = std::move(info.renderFunc)]() -> RefPtr<UINode> { in CreateNode() local
63 customNode->SetRenderFunction(std::move(renderFunc)); in CreateNode()
H A Dview_full_update_model.h33 std::function<RefPtr<AceType>()> renderFunc; member
H A Dview_full_update_model_ng.cpp35 auto renderFunction = [internalRender = std::move(info.renderFunc)]() -> RefPtr<UINode> { in CreateNode()
H A Dview_partial_update_model.h35 std::function<RefPtr<AceType>()> renderFunc; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp106 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in HWTEST_F() local
107 auto renderFunction = [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> { in HWTEST_F()
153 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in HWTEST_F() local
154 auto renderFunction = [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> { in HWTEST_F()
201 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in HWTEST_F() local
202 auto renderFunction = [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> { in HWTEST_F()
319 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in HWTEST_F() local
320 auto renderFunction = [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> { in HWTEST_F()
376 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in HWTEST_F() local
377 auto renderFunction = [internalRender = std::move(renderFunc)]() in HWTEST_F()
438 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; HWTEST_F() local
494 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; HWTEST_F() local
863 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp228 .renderFunc = std::move(renderFunction), in CreateViewNode()
357 JSRef<JSVal> renderFunc = thisObj->GetProperty("render"); in ConstructorCallback() local
358 if (!renderFunc->IsFunction()) { in ConstructorCallback()
366 auto instance = AceType::MakeRefPtr<JSViewFullUpdate>(viewId, info.This(), JSRef<JSFunc>::Cast(renderFunc)); in ConstructorCallback()
692 .renderFunc = std::move(renderFunction), in CreateViewNode()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dnative_view.cpp62 .renderFunc = [weakThis]() -> RefPtr<AceType> { in CreateUI()

Completed in 8 milliseconds