Home
last modified time | relevance | path

Searched refs:GetSectionInfo (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_segment_integrated.cpp67 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 Dwater_flow_segment_common_test.cpp118 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 Dwater_flow_segment_layout_test.cpp888 EXPECT_EQ(secObj->GetSectionInfo().size(), 5);
1361 auto sectionLength = secObj->GetSectionInfo().size();
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_test.cpp63 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 Delf_imitate.cpp784 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 Ddfx_elf_parser.cpp279 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 Ddfx_elf.cpp432 …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 Ddfx_symbols.cpp97 elf->GetSectionInfo(shdr, PLT); in AddSymbolsByPlt()
H A Dlibunwinder.map87 OHOS::HiviewDFX::DfxElf::GetSectionInfo*;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_parser.h58 virtual bool GetSectionInfo(ShdrInfo& shdr, const uint32_t idx);
59 virtual bool GetSectionInfo(ShdrInfo& shdr, const std::string& secName);
H A Ddfx_elf.h73 bool GetSectionInfo(ShdrInfo& shdr, const std::string secName);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp145 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 Dwater_flow_sections.h84 const std::vector<Section>& GetSectionInfo() const in GetSectionInfo() function
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/include/
H A Delf_imitate.h67 bool GetSectionInfo(ShdrInfo& shdr, const std::string secName);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp156 const auto& section = sections->GetSectionInfo()[seg]; in GetUserDefHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow.cpp104 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 Dwater_flow_segmented_layout.cpp179 const auto& sections = sections_->GetSectionInfo(); in Init()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp118 const auto& sections = sections_->GetSectionInfo(); in Init()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dwater_flow_modifier.cpp497 auto newSection = WaterFlowModelNG::GetOrCreateWaterFlowSections(frameNode)->GetSectionInfo(); in GetWaterFlowSectionOptions()