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