/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | water_flow_component.cpp | 133 footerComponent_ = std::move(component); in SetFooterComponent()
|
H A D | water_flow_element.cpp | 69 footerElement_ = UpdateChild(footerElement_, component->GetFooterComponent()); in PerformBuild() 74 return footerElement_ ? AceType::DynamicCast<RenderNode>(footerElement_->GetRenderNode()) : nullptr; in RequestWaterFlowFooter()
|
H A D | water_flow_element.h | 49 RefPtr<Element> footerElement_; member in OHOS::Ace::V2::WaterFlowElement
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list_item_group.cpp | 95 footer_ = generator ? generator->RequestListItemFooter() : RefPtr<RenderNode>(); in RequestListItemFooter() 96 if (footer_) { in RequestListItemFooter() 97 AddChild(footer_); in RequestListItemFooter() 99 return footer_; in RequestListItemFooter() 284 if ((stickyFooter_ || reachEnd) && !footer_) { in LayoutHeaderFooter() 286 } else if (!stickyFooter_ && !reachEnd && footer_) { in LayoutHeaderFooter() 287 RemoveChild(footer_); in LayoutHeaderFooter() 288 footer_ = nullptr; in LayoutHeaderFooter() 295 if (footer_) { in LayoutHeaderFooter() 296 footer_ in LayoutHeaderFooter() 355 double footerSize = GetMainSize(footer_->GetLayoutSize()); SetItemsPostion() local 356 double footerPos = forwardReferencePos_; SetItemsPostion() local 379 double footerSize = footer_ && reachEnd ? GetMainSize(footer_->GetLayoutSize()) : 0.0; PerformLayout() local 487 double footerSize = GetMainSize(footer_->GetLayoutSize()); SetChainOffset() local 488 double footerPos = forwardReferencePos_ + offset; SetChainOffset() local [all...] |
H A D | render_list_item_group.h | 175 RefPtr<RenderNode> footer_; member in OHOS::Ace::V2::RenderListItemGroup
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 7545 auto footerNodeHandle = reinterpret_cast<ArkUI_NodeHandle>(item->object); in SetListItemGroupFooter() local 7547 node->uiNodeHandle, footerNodeHandle->uiNodeHandle); in SetListItemGroupFooter() 11976 auto footerNodeHandle = reinterpret_cast<ArkUI_NodeHandle>(item->object); in SetWaterFlowFooter() local 11978 node->uiNodeHandle, footerNodeHandle->uiNodeHandle); in SetWaterFlowFooter()
|
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitymanagerservicestub_fuzzer/ |
H A D | accessibleabilitymanagerservicestub_fuzzer_back.cpp | 34 constexpr size_t FOO_MAX_LEN = 1024; member
|
H A D | accessibleabilitymanagerservicestub_fuzzer.cpp | 25 constexpr size_t FOO_MAX_LEN = 1024; member
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/ |
H A D | zip_reader.h | 70 // "foo/bar.txt", but if it's absolute, is_unsafe() returns true.
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_test_ng.cpp | 1641 * @tc.desc: Test Footer func 1648 auto footer = GetDefaultHeaderBuilder(); in HWTEST_F() local 1649 model.SetFooter(std::move(footer)); in HWTEST_F() 1654 * @tc.steps: step1. Run footer func. in HWTEST_F() 1657 auto footerRect = GetChildRect(frameNode_, pattern_->layoutInfo_->footerIndex_); in HWTEST_F() local 1658 EXPECT_FLOAT_EQ(footerRect.GetY(), 200.f); in HWTEST_F() 1663 * @tc.desc: Test Footer func 1670 auto footer = nullptr; in HWTEST_F() local 1671 model.SetFooter(std::move(footer)); in HWTEST_F() [all...] |
H A D | water_flow_sw_layout_test.cpp | 64 * @tc.desc: Test ScrollToEdge func and layout footer 80 EXPECT_EQ(GetChildOffset(frameNode_, info->footerIndex_), OffsetF(0.0f, 750.0f)); in HWTEST_F() 104 frameNode_->ChildrenUpdatedFrom(5); // footer not included in LazyForEach / ForEach in HWTEST_F() 135 frameNode_->ChildrenUpdatedFrom(5); // footer not included in LazyForEach / ForEach in HWTEST_F() 150 frameNode_->ChildrenUpdatedFrom(95); // footer not included in LazyForEach / ForEach in HWTEST_F() 266 // update footer in HWTEST_F() 682 EXPECT_EQ(GetChildOffset(frameNode_, info->footerIndex_), OffsetF(0.0f, 750.0f)); in HWTEST_F() 729 EXPECT_FALSE(GetChildFrameNode(frameNode_, endItems[i] + 1)->IsActive()); // + 1 to skip footer node in HWTEST_F()
|
H A D | water_flow_segment_layout_test.cpp | 53 auto footer = GetDefaultHeaderBuilder(); in SetUpConfig1() local 54 model.SetFooter(std::move(footer)); in SetUpConfig1() 70 auto footer = GetDefaultHeaderBuilder(); in SetUpConfig2() local 71 model.SetFooter(std::move(footer)); in SetUpConfig2() 152 auto footer = GetDefaultHeaderBuilder(); in HWTEST_F() local 153 model.SetFooter(std::move(footer)); in HWTEST_F() 165 info->footerIndex_ = 0; in HWTEST_F() 200 * @tc.desc: Test SegmentedLayout with changing footer 215 EXPECT_EQ(info->footerIndex_, 10); in HWTEST_F() 216 auto footer in HWTEST_F() local 228 EXPECT_EQ(GetChildFrameNode(frameNode_, info->footerIndex_), footer); HWTEST_F() local 261 auto footer = WaterFlowItemNode::GetOrCreateFlowItem( HWTEST_F() local 274 EXPECT_EQ(GetChildFrameNode(frameNode_, info->footerIndex_), footer); HWTEST_F() local 755 auto footer = WaterFlowItemNode::GetOrCreateFlowItem( HWTEST_F() local 767 EXPECT_EQ(GetChildFrameNode(frameNode_, info->footerIndex_), footer); HWTEST_F() local [all...] |
H A D | water_flow_top_down_test.cpp | 382 EXPECT_EQ(info->endIndex_, std::max(49, info->footerIndex_)); in HWTEST_F()
|
H A D | water_flow_regular_test.cpp | 33 * @tc.desc: Check OffsetEnd value with footer 86 EXPECT_EQ(GetChildOffset(frameNode_, info->footerIndex_), OffsetF(0.0f, 750.0f)); in HWTEST_F() 87 // scrolled to footer in HWTEST_F() 92 * @tc.desc: Test ScrollToEdge with footer and OffsetEnd 111 EXPECT_EQ(GetChildOffset(frameNode_, info->footerIndex_), OffsetF(0.0f, 750.0f)); in HWTEST_F() 118 * @tc.desc: Test ScrollToEdge with footer and OffsetEnd 182 * @tc.desc: Test changing the footer of the WaterFlow layout. 199 EXPECT_EQ(info->footerIndex_, 0); in HWTEST_F() 213 EXPECT_EQ(info->footerIndex_, -1); in HWTEST_F() 384 * @tc.desc: Test cache item with footer [all...] |
H A D | water_flow_item_maps.h | 72 { { 0, { { 10, { 502, 50 } } } } } // footer
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/ |
H A D | event_bubble_tdd_test.cpp | 950 " _c('text', { attrs: { value: 'Footer' } }),\n"
|
/foundation/arkui/napi/sample/native_module_demo/ |
H A D | native_module_demo.cpp | 115 napi_throw_error(env, "error", "foo"); in NapiCreateAsyncWork()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addappjumpcontrolrule_fuzzer/ |
H A D | addappjumpcontrolrule_fuzzer.cpp | 26 constexpr size_t FOO_MAX_LEN = 1024; member 52 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleresourcehost_fuzzer/ |
H A D | bundleresourcehost_fuzzer.cpp | 26 constexpr size_t FOO_MAX_LEN = 1024; member 67 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/defaultapphost_fuzzer/ |
H A D | defaultapphost_fuzzer.cpp | 26 constexpr size_t FOO_MAX_LEN = 1024;
member 60 if (size > OHOS::FOO_MAX_LEN) {
in LLVMFuzzerTestOneInput()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstalleraddappprovisioninfo_fuzzer/ |
H A D | appservicefwkinstalleraddappprovisioninfo_fuzzer.cpp | 27 constexpr size_t FOO_MAX_LEN = 1024; member 57 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerbeforeinstall_fuzzer/ |
H A D | appservicefwkinstallerbeforeinstall_fuzzer.cpp | 27 constexpr size_t FOO_MAX_LEN = 1024; member 55 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinstall_fuzzer/ |
H A D | appservicefwkinstallerinstall_fuzzer.cpp | 26 constexpr size_t FOO_MAX_LEN = 1024; member 54 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallermergebundleinfos_fuzzer/ |
H A D | appservicefwkinstallermergebundleinfos_fuzzer.cpp | 27 constexpr size_t FOO_MAX_LEN = 1024; member 54 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallermkdirifnotexist_fuzzer/ |
H A D | appservicefwkinstallermkdirifnotexist_fuzzer.cpp | 27 constexpr size_t FOO_MAX_LEN = 1024; member 53 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
|