Home
last modified time | relevance | path

Searched defs:initRegistrationContext (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dregister.go301 type initRegistrationContext struct { struct
302 moduleTypes map[string]ModuleFactory
303 singletonTypes map[string]SingletonFactory
304 preSingletonTypes map[string]SingletonFactory
305 moduleTypesForDocs map[string]reflect.Value
308 func (ctx *initRegistrationContext) RegisterModuleType(name string, factory ModuleFactory) {
317 …initRegistrationContext) RegisterSingletonModuleType(name string, factory SingletonModuleFactory) {
327 func (ctx *initRegistrationContext) RegisterSingletonType(name string, factory SingletonFactory) {
335 …nc (ctx *initRegistrationContext) RegisterPreSingletonType(name string, factory SingletonFactory) {
343 func (ctx *initRegistrationContext) PreArchMutators(f RegisterMutatorFunc) {
[all …]