/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/ |
H A D | box_layout_algorithm_test_ng.cpp | 140 BoxLayoutAlgorithm boxLayoutAlgorithm; variable 192 BoxLayoutAlgorithm boxLayoutAlgorithm; variable 251 BoxLayoutAlgorithm boxLayoutAlgorithm; variable 311 BoxLayoutAlgorithm boxLayoutAlgorithm; variable 375 BoxLayoutAlgorithm boxLayoutAlgorithm; variable 439 BoxLayoutAlgorithm boxLayoutAlgorithm; variable 491 BoxLayoutAlgorithm boxLayoutAlgorithm; variable 548 BoxLayoutAlgorithm boxLayoutAlgorithm; variable 608 BoxLayoutAlgorithm boxLayoutAlgorithm; variable 657 BoxLayoutAlgorithm boxLayoutAlgorithm; variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/ |
H A D | flex_testthree_ng.cpp | 178 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 217 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 318 ASSERT_NE(boxLayoutAlgorithm, nullptr); 338 ASSERT_NE(boxLayoutAlgorithm, nullptr); 358 ASSERT_NE(boxLayoutAlgorithm, nullptr); 458 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 821 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 878 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 976 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1060 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); [all …]
|
H A D | flex_testtwo_ng.cpp | 280 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 374 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 471 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 568 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 666 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 763 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1092 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1193 ASSERT_NE(boxLayoutAlgorithm, nullptr); 1213 ASSERT_NE(boxLayoutAlgorithm, nullptr); 1233 ASSERT_NE(boxLayoutAlgorithm, nullptr); [all …]
|
H A D | flex_test_ng.cpp | 520 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 623 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 719 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 807 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 911 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1008 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1091 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1174 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1259 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1344 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/old_cases/ |
H A D | relative_container_test_ng.cpp | 226 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 228 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 313 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 315 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 340 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 461 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 701 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 787 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 877 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 978 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_split/ |
H A D | linear_split_test_ng.cpp | 439 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 440 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 442 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 633 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 634 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 636 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 858 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 859 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 861 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 1039 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stack/old_cases/ |
H A D | stack_test_ng.cpp | 96 auto boxLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); in CreateSmallChild() local 97 EXPECT_NE(boxLayoutAlgorithm, nullptr); in CreateSmallChild() 98 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); in CreateSmallChild()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_layout/old_cases/ |
H A D | linear_layout_test_ng.cpp | 176 auto boxLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); in CreateSmallChild() local 177 EXPECT_NE(boxLayoutAlgorithm, nullptr); in CreateSmallChild() 178 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); in CreateSmallChild() 199 auto boxLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); in CreateLargeChild() local 200 EXPECT_NE(boxLayoutAlgorithm, nullptr); in CreateLargeChild() 201 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); in CreateLargeChild()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_ng.cpp | 1587 auto boxLayoutAlgorithm = textFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 1588 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1589 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 1738 auto boxLayoutAlgorithm = textFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 1739 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1740 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 1844 auto boxLayoutAlgorithm = textFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 1845 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1846 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm));
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_property_test_ng.cpp | 350 auto boxLayoutAlgorithm = childFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 351 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 352 …LayoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm));
|