Searched refs:typeMap (Results 1 – 5 of 5) sorted by relevance
95 typeMap = {110 return typeMap[i_type]
76 sdbusplus::asio::connection& bus, const I2CDeviceTypeMap& typeMap,
874 sdbusplus::asio::connection& bus, const I2CDeviceTypeMap& typeMap, in setupPropertiesChangedMatches() argument878 types.reserve(typeMap.size()); in setupPropertiesChangedMatches()879 for (const auto& [type, dt] : typeMap) in setupPropertiesChangedMatches()
271 std::string typeToString(std::map<uint8_t, std::string> typeMap, in typeToString() argument277 return std::string(typeMap.at(type)) + "(" + typeString + ")"; in typeToString()
434 std::map<std::string, MachineType> typeMap = { in getMachineType() local448 machineType = typeMap.at(hexId); in getMachineType()