Searched refs:configTable (Results 1 – 1 of 1) sorted by relevance
675 auto configTable = TYPE_CONFIGS.find(type); in GetSupportEvents() local676 if (configTable != TYPE_CONFIGS.end()) { in GetSupportEvents()677 auto configs = configTable->second; in GetSupportEvents()