Searched refs:productName (Results 1 – 5 of 5) sorted by relevance
1600 std::string& productName) in findIndexForFRU() argument1608 if (std::regex_match(path, std::regex(productName + "(_\\d+|)$"))) in findIndexForFRU()1615 std::regex(productName + "_(\\d+)$")); in findIndexForFRU()1646 std::string productName; in getProductName() local1673 productName = productNameFind->second; in getProductName()1675 productName = std::regex_replace(productName, illegalObject, "_"); in getProductName()1679 productName = "UNKNOWN" + std::to_string(unknownBusObjectCount); in getProductName()1682 return productName; in getProductName()
204 std::string& productName);
895 std::string productName = in addFruObjectToDbus() local898 std::optional<int> index = findIndexForFRU(dbusInterfaceMap, productName); in addFruObjectToDbus()901 productName += "_"; in addFruObjectToDbus()902 productName += std::to_string(++(*index)); in addFruObjectToDbus()906 objServer.add_interface(productName, "xyz.openbmc_project.FruDevice"); in addFruObjectToDbus()
107 uint8_t productName; member
845 std::vector<std::string> productName( in procInfo() local853 result = "CPU:" + productName[2] + "/" + std::to_string(procFrequency) + in procInfo()