Home
last modified time | relevance | path

Searched refs:testLayoutFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_partial_update_model_test_ng.cpp158 NG::LayoutWrapper* testLayoutFunc; variable
168 auto layoutFuncation = [&testLayoutFunc](NG::LayoutWrapper* layoutWrapper = nullptr) { in __anon5736251c0702()
169 testLayoutFunc = layoutWrapper; in __anon5736251c0702()
197 NG::LayoutWrapper* testLayoutFunc; variable
208 auto layoutFuncation = [&testLayoutFunc](NG::LayoutWrapper* layoutWrapper = nullptr) { in __anon5736251c0a02()
209 testLayoutFunc = layoutWrapper; in __anon5736251c0a02()
241 NG::LayoutWrapper* testLayoutFunc; variable
253 auto layoutFuncation = [&testLayoutFunc](NG::LayoutWrapper* layoutWrapper = nullptr) { in __anon5736251c0e02()
254 testLayoutFunc = layoutWrapper; in __anon5736251c0e02()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp226 NG::LayoutWrapper* testLayoutFunc; variable
230 auto layoutFuncation = [&testLayoutFunc](
231 … NG::LayoutWrapper* layoutWrapper = nullptr) { testLayoutFunc = layoutWrapper; }; in __anon71f9752b0902()