Searched refs:g_typeMap (Results 1 – 4 of 4) sorted by relevance
59 static std::unordered_map<std::string, CalendarType> g_typeMap { variable711 if (g_typeMap.find(calendarType) != g_typeMap.end()) { in GetCalendarType()712 type = g_typeMap[calendarType]; in GetCalendarType()
159 const std::unordered_map<InterfaceType, std::vector<int32_t>> g_typeMap = { variable
45 static std::unordered_map<std::string, std::pair<int32_t, int32_t>> g_typeMap = { variable504 for (const auto& pair : g_typeMap) { in BuildData()
1282 ExecuteManageDeviceType(disableType, disable, g_typeMap, false); in ExecuteManageInterfaceType()2010 auto iterInterface = g_typeMap.find(interfaceType); in ManageInterfaceTypeImpl()2011 if (iterInterface == g_typeMap.end()) { in ManageInterfaceTypeImpl()2053 auto iterInterface = g_typeMap.find(interfaceType); in ManageDeviceTypeImpl()2054 if (iterInterface == g_typeMap.end()) { in ManageDeviceTypeImpl()