Lines Matching refs:Context
34 bool Context::IsSystemSection() const { in IsSystemSection()
38 bool Context::IsVendorSection() const { in IsVendorSection()
42 bool Context::IsProductSection() const { in IsProductSection()
46 bool Context::IsUnrestrictedSection() const { in IsUnrestrictedSection()
50 bool Context::IsDefaultConfig() const { in IsDefaultConfig()
54 bool Context::IsLegacyConfig() const { in IsLegacyConfig()
59 bool Context::IsVndkliteConfig() const { in IsVndkliteConfig()
63 bool Context::IsRecoveryConfig() const { in IsRecoveryConfig()
67 bool Context::IsApexBinaryConfig() const { in IsApexBinaryConfig()
71 void Context::SetCurrentSection(SectionType section_type) { in SetCurrentSection()
75 std::string Context::GetSystemNamespaceName() const { in GetSystemNamespaceName()
82 void Context::SetCurrentLinkerConfigType(LinkerConfigType config_type) { in SetCurrentLinkerConfigType()
86 bool Context::IsVndkAvailable() const { in IsVndkAvailable()
95 void Context::RegisterApexNamespaceBuilder(const std::string& name, in RegisterApexNamespaceBuilder()
100 Namespace Context::BuildApexNamespace(const ApexInfo& apex_info, in BuildApexNamespace()
127 bool Context::IsSectionVndkEnabled() const { in IsSectionVndkEnabled()