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.cpp64 auto renderFunc = [renderFunction = std::move(info.renderFunc)]() -> RefPtr<UINode> { in CreateNode() local
Dview_partial_update_model.h35 std::function<RefPtr<AceType>()> renderFunc; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
Dcustom_test_ng.cpp106 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b350202() variable
153 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b350402() variable
201 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b350602() variable
319 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b350c02() variable
376 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b350e02() variable
438 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b351002() variable
494 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b351202() variable
863 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b352202() variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view.cpp360 JSRef<JSVal> renderFunc = thisObj->GetProperty("render"); in ConstructorCallback() local