Home
last modified time | relevance | path

Searched defs:renderFunc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_full_update_model.h33 std::function<RefPtr<AceType>()> renderFunc; member
H A Dview_partial_update_model_ng.cpp64 auto renderFunc = [renderFunction = std::move(info.renderFunc)]() -> RefPtr<UINode> { in CreateNode() local
H A Dview_partial_update_model.h35 std::function<RefPtr<AceType>()> renderFunc; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp106 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b0202() variable
153 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b0402() variable
201 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b0602() variable
319 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b0c02() variable
376 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b0e02() variable
438 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b1002() variable
494 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b1202() variable
863 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b2202() variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp360 JSRef<JSVal> renderFunc = thisObj->GetProperty("render"); in ConstructorCallback() local