Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/custom/
Dcustom_test_ng.cpp116 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon36e5cefc0202() variable
163 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon36e5cefc0402() variable
211 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon36e5cefc0602() variable
329 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon36e5cefc0c02() variable
385 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon36e5cefc0e02() variable
443 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon36e5cefc1002() variable
497 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon36e5cefc1202() variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_full_update_model.h33 std::function<RefPtr<AceType>()> renderFunc; member
Dview_partial_update_model_ng.cpp61 auto renderFunc = [renderFunction = std::move(info.renderFunc)]() -> RefPtr<UINode> { in CreateNode() local
Dview_partial_update_model.h34 std::function<RefPtr<AceType>()> renderFunc; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view.cpp350 JSRef<JSVal> renderFunc = thisObj->GetProperty("render"); in ConstructorCallback() local