/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_segment_integrated.cpp | 67 EXPECT_EQ(secObj->GetSectionInfo().size(), 6); 68 EXPECT_EQ(secObj->GetSectionInfo()[5].crossCount, 2); 116 EXPECT_EQ(secObj->GetSectionInfo().size(), 4); 117 EXPECT_EQ(secObj->GetSectionInfo()[0].itemsCount, 4); 118 EXPECT_EQ(secObj->GetSectionInfo()[1].itemsCount, 10); 119 EXPECT_EQ(secObj->GetSectionInfo()[3].itemsCount, 30); 210 EXPECT_EQ(secObj->GetSectionInfo().size(), 1); 211 EXPECT_EQ(secObj->GetSectionInfo()[0].itemsCount, 4); 251 EXPECT_EQ(secObj->GetSectionInfo().size(), 2); 252 EXPECT_EQ(secObj->GetSectionInfo()[1].itemsCount, 30); [all …]
|
H A D | water_flow_segment_common_test.cpp | 118 EXPECT_EQ(secObj->GetSectionInfo().size(), 6); 119 EXPECT_EQ(secObj->GetSectionInfo()[5].crossCount, 2); 159 EXPECT_EQ(secObj->GetSectionInfo().size(), 4); 160 EXPECT_EQ(secObj->GetSectionInfo()[0].itemsCount, 4); 161 EXPECT_EQ(secObj->GetSectionInfo()[1].itemsCount, 10); 162 EXPECT_EQ(secObj->GetSectionInfo()[3].itemsCount, 30); 261 EXPECT_EQ(secObj->GetSectionInfo().size(), 1); 262 EXPECT_EQ(secObj->GetSectionInfo()[0].itemsCount, 4); 297 EXPECT_EQ(secObj->GetSectionInfo().size(), 2); 298 EXPECT_EQ(secObj->GetSectionInfo()[1].itemsCount, 30); [all …]
|
H A D | water_flow_segment_layout_test.cpp | 888 EXPECT_EQ(secObj->GetSectionInfo().size(), 5); 1361 auto sectionLength = secObj->GetSectionInfo().size();
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | elf_test.cpp | 63 elf.GetSectionInfo(shdr, interestedSections[i]); 64 elfImitate.GetSectionInfo(shdrImitate, interestedSections[i]); 110 elf.GetSectionInfo(shdr, interestedSections[i]); 111 elfImitate.GetSectionInfo(shdrImitate, interestedSections[i]); 155 EXPECT_FALSE(elf.GetSectionInfo(shdrInfo, ""));
|
H A D | elf_imitate.cpp | 784 bool ElfImitate::GetSectionInfo(ShdrInfo& shdr, const std::string secName) in GetSectionInfo() function in OHOS::HiviewDFX::ElfImitate 861 GetSectionInfo(shdr, PLT); in AddSymbolsByPlt()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_elf_parser.cpp | 279 if (!GetSectionInfo(shdrInfo, DYNSTR)) { in ParseElfName() 316 if (!GetSectionInfo(linkShdrInfo, shdr.link)) { in ParseElfSymbols() 363 if (!GetSectionInfo(linkShdrInfo, shdr.link)) { in ParseElfSymbolByAddr() 430 bool ElfParser::GetSectionInfo(ShdrInfo& shdr, const uint32_t idx) in GetSectionInfo() function in OHOS::HiviewDFX::ElfParser 442 bool ElfParser::GetSectionInfo(ShdrInfo& shdr, const std::string& secName) in GetSectionInfo() function in OHOS::HiviewDFX::ElfParser 457 if (GetSectionInfo(shdr, secName)) { in GetSectionData()
|
H A D | dfx_elf.cpp | 432 …if ((GetSectionInfo(shdr, NOTE_GNU_BUILD_ID) || GetSectionInfo(shdr, NOTES)) && GetMmapPtr() != nu… in GetBuildId() 526 bool DfxElf::GetSectionInfo(ShdrInfo& shdr, const std::string secName) in GetSectionInfo() function in OHOS::HiviewDFX::DfxElf 531 return elfParse_->GetSectionInfo(shdr, secName); in GetSectionInfo() 788 if (GetSectionInfo(shdr, ARM_EXIDX)) { in FindUnwindTableInfo() 796 if (GetSectionInfo(shdr, EH_FRAME_HDR) && GetMmapPtr() != nullptr) { in FindUnwindTableInfo() 799 } else if (GetSectionInfo(shdr, EH_FRAME) && GetMmapPtr() != nullptr) { in FindUnwindTableInfo() 857 return elf->GetSectionInfo(shdr, secName); in FindSection()
|
H A D | dfx_symbols.cpp | 97 elf->GetSectionInfo(shdr, PLT); in AddSymbolsByPlt()
|
H A D | libunwinder.map | 87 OHOS::HiviewDFX::DfxElf::GetSectionInfo*;
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_elf_parser.h | 58 virtual bool GetSectionInfo(ShdrInfo& shdr, const uint32_t idx); 59 virtual bool GetSectionInfo(ShdrInfo& shdr, const std::string& secName);
|
H A D | dfx_elf.h | 73 bool GetSectionInfo(ShdrInfo& shdr, const std::string secName);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_pattern.cpp | 145 layoutInfo_->InitSegments(sections_->GetSectionInfo(), 0); in BeforeCreateLayoutWrapper() 507 sections_->GetSectionInfo(), sections_->GetPrevSectionInfo(), start); in OnSectionChanged() 509 layoutInfo_->InitSegments(sections_->GetSectionInfo(), start); in OnSectionChanged() 650 layoutInfo_->InitSegments(sections_->GetSectionInfo(), 0); in ResetLayoutInfo() 817 for (const auto& section : sections_->GetSectionInfo()) { in DumpAdvanceInfo()
|
H A D | water_flow_sections.h | 84 const std::vector<Section>& GetSectionInfo() const in GetSectionInfo() function
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/include/ |
H A D | elf_imitate.h | 67 bool GetSectionInfo(ShdrInfo& shdr, const std::string secName);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_utils.cpp | 156 const auto& section = sections->GetSectionInfo()[seg]; in GetUserDefHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_water_flow.cpp | 104 waterFlowSections->ChangeData(0, waterFlowSections->GetSectionInfo().size(), newSections); in ParseSections() 142 if (waterFlowSections->GetSectionInfo().size() != sectionLength->ToNumber<uint32_t>()) { in UpdateSections()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_segmented_layout.cpp | 179 const auto& sections = sections_->GetSectionInfo(); in Init()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_sw.cpp | 118 const auto& sections = sections_->GetSectionInfo(); in Init()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | water_flow_modifier.cpp | 497 auto newSection = WaterFlowModelNG::GetOrCreateWaterFlowSections(frameNode)->GetSectionInfo(); in GetWaterFlowSectionOptions()
|