Lines Matching refs:baseModuleContext

225 type baseModuleContext struct {  struct
237 func (b *baseModuleContext) OtherModuleName(m blueprint.Module) string { argument
240 func (b *baseModuleContext) OtherModuleDir(m blueprint.Module) string { return b.bp.OtherModuleDir(… argument
241 func (b *baseModuleContext) OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{}) { argument
244 func (b *baseModuleContext) OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag { argument
247 func (b *baseModuleContext) OtherModuleExists(name string) bool { return b.bp.OtherModuleExists(nam… argument
248 func (b *baseModuleContext) OtherModuleDependencyVariantExists(variations []blueprint.Variation, na… argument
251 func (b *baseModuleContext) OtherModuleFarDependencyVariantExists(variations []blueprint.Variation,… argument
254 func (b *baseModuleContext) OtherModuleReverseDependencyVariantExists(name string) bool { argument
257 func (b *baseModuleContext) OtherModuleType(m blueprint.Module) string { argument
261 func (b *baseModuleContext) otherModuleProvider(m blueprint.Module, provider blueprint.AnyProviderK… argument
265 func (b *baseModuleContext) provider(provider blueprint.AnyProviderKey) (any, bool) { argument
269 func (b *baseModuleContext) setProvider(provider blueprint.AnyProviderKey, value any) { argument
273 func (b *baseModuleContext) GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint… argument
277 func (b *baseModuleContext) blueprintBaseModuleContext() blueprint.BaseModuleContext { argument
281 func (b *baseModuleContext) AddMissingDependencies(deps []string) { argument
289 func (b *baseModuleContext) checkedMissingDeps() bool { argument
293 func (b *baseModuleContext) getMissingDependencies() []string { argument
314 func (b *baseModuleContext) validateAndroidModule(module blueprint.Module, tag blueprint.Dependency… argument
346 func (b *baseModuleContext) getDirectDepsInternal(name string, tag blueprint.DependencyTag) []dep { argument
366 func (b *baseModuleContext) getDirectDepInternal(name string, tag blueprint.DependencyTag) (bluepri… argument
378 func (b *baseModuleContext) getDirectDepFirstTag(name string) (blueprint.Module, blueprint.Dependen… argument
397 func (b *baseModuleContext) GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module { argument
412 func (b *baseModuleContext) GetDirectDep(name string) (blueprint.Module, blueprint.DependencyTag) { argument
416 func (b *baseModuleContext) VisitDirectDepsBlueprint(visit func(blueprint.Module)) { argument
420 func (b *baseModuleContext) VisitDirectDeps(visit func(Module)) { argument
424 func (b *baseModuleContext) VisitDirectDepsIgnoreBlueprint(visit func(Module)) { argument
428 func (b *baseModuleContext) visitDirectDeps(visit func(Module), ignoreBlueprint bool) { argument
436 func (b *baseModuleContext) VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module))… argument
446 func (b *baseModuleContext) VisitDirectDepsIf(pred func(Module) bool, visit func(Module)) { argument
462 func (b *baseModuleContext) VisitDepsDepthFirst(visit func(Module)) { argument
470 func (b *baseModuleContext) VisitDepsDepthFirstIf(pred func(Module) bool, visit func(Module)) { argument
486 func (b *baseModuleContext) WalkDepsBlueprint(visit func(blueprint.Module, blueprint.Module) bool) { argument
490 func (b *baseModuleContext) WalkDeps(visit func(Module, Module) bool) { argument
511 func (b *baseModuleContext) GetWalkPath() []Module { argument
515 func (b *baseModuleContext) GetTagPath() []blueprint.DependencyTag { argument
519 func (b *baseModuleContext) VisitAllModuleVariants(visit func(Module)) { argument
525 func (b *baseModuleContext) PrimaryModule() Module { argument
529 func (b *baseModuleContext) FinalModule() Module { argument
565 func (b *baseModuleContext) GetPathString(skipFirst bool) string { argument
580 func (m *baseModuleContext) EvaluateConfiguration(condition proptools.ConfigurableCondition, proper… argument