Searched refs:SectionType (Results 1 – 19 of 19) sorted by relevance
35 return current_section_ == SectionType::System; in IsSystemSection()39 return current_section_ == SectionType::Vendor; in IsVendorSection()43 return current_section_ == SectionType::Product; in IsProductSection()47 return current_section_ == SectionType::Unrestricted; in IsUnrestrictedSection()71 void Context::SetCurrentSection(SectionType section_type) { in SetCurrentSection()
26 enum class SectionType { enum44 : current_section_(SectionType::System), in Context()59 void SetCurrentSection(SectionType value);72 SectionType current_section_;
108 enum class SectionType : uint8_t { enum118 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)];121 std::ostream& operator<<(std::ostream& os, DexLayoutSections::SectionType collector_type);
107 for (size_t i = 0; i < static_cast<size_t>(DexLayoutSections::SectionType::kSectionCount); ++i) { in operator <<()108 os << static_cast<DexLayoutSections::SectionType>(i) << ":" << sections.sections_[i] << "\n"; in operator <<()
28 using android::linkerconfig::contents::SectionType;36 ctx.SetCurrentSection(SectionType::Other); in BuildPostInstallSection()
23 using android::linkerconfig::contents::SectionType;31 ctx.SetCurrentSection(SectionType::System); in BuildLegacySection()
24 using android::linkerconfig::contents::SectionType;32 ctx.SetCurrentSection(SectionType::Other); in BuildIsolatedSection()
26 using android::linkerconfig::contents::SectionType;34 ctx.SetCurrentSection(SectionType::Product); in BuildProductSection()
29 using android::linkerconfig::contents::SectionType;37 ctx.SetCurrentSection(SectionType::Unrestricted); in BuildUnrestrictedSection()
26 using android::linkerconfig::contents::SectionType;34 ctx.SetCurrentSection(SectionType::Vendor); in BuildVendorSection()
25 using android::linkerconfig::contents::SectionType;33 ctx.SetCurrentSection(SectionType::System); in BuildSystemSection()
27 using android::linkerconfig::contents::SectionType;46 ctx.SetCurrentSection(SectionType::Other); in BuildApexDefaultSection()
26 // SectionType defines how incidentd gonna get the field's data27 enum SectionType { enum56 optional SectionType type = 1 [default = SECTION_NONE];
52 vendor_context.SetCurrentSection(SectionType::Vendor); in TEST()
23 // The top level proto message must be used as a new SectionType in
97 Sections_t *FindSection(int SectionType);
765 CameraContext::Sections_t *CameraContext::FindSection(int SectionType) in FindSection() argument768 if (mSections[a].Type == SectionType){ in FindSection()
606 DexLayoutSections::SectionType::kSectionTypeCode)]; in WriteCodeItems()
1232 sections->sections_[static_cast<size_t>(DexLayoutSections::SectionType::kSectionTypeCode)]; in TEST_F()