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/base/
Dview_full_update_model.h33 std::function<RefPtr<AceType>()> renderFunc; member
Dview_partial_update_model_ng.cpp63 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/test/unittest/core/pattern/custom/
Dcustom_test_ng.cpp116 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2740202() variable
163 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2740402() variable
211 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2740602() variable
329 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2740c02() variable
386 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2740e02() variable
448 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2741002() variable
504 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2741202() variable
873 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2742202() variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view.cpp351 JSRef<JSVal> renderFunc = thisObj->GetProperty("render"); in ConstructorCallback() local