Home
last modified time | relevance | path

Searched refs:itemType (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_network_manager.cpp175 const std::string& itemType = in setBIOSTableAttrs() local
178 if (itemType.compare(itemType.size() - intType.size(), in setBIOSTableAttrs()
188 else if ((itemType.compare(itemType.size() - strType.size(), in setBIOSTableAttrs()
190 (itemType.compare(itemType.size() - enumType.size(), in setBIOSTableAttrs()
/openbmc/entity-manager/src/entity_manager/
H A Dentity_manager.cpp247 std::string itemType; in postExposesRecordsToDBus() local
250 itemType = findType->get<std::string>(); in postExposesRecordsToDBus()
251 std::regex_replace(itemType.begin(), itemType.begin(), itemType.end(), in postExposesRecordsToDBus()
256 itemType = "unknown"; in postExposesRecordsToDBus()
265 if (itemType == "BMC") in postExposesRecordsToDBus()
275 getPermission(itemType)); in postExposesRecordsToDBus()
277 else if (itemType == "System") in postExposesRecordsToDBus()
287 getPermission(itemType)); in postExposesRecordsToDBus()
297 if (!postConfigurationRecord(name, config, boardNameOrig, itemType, in postExposesRecordsToDBus()
306 ifacePath, "xyz.openbmc_project.Configuration." + itemType, in postExposesRecordsToDBus()
[all …]
H A Dentity_manager.hpp68 const std::string& boardNameOrig, const std::string& itemType,
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp242 const std::string& itemType = std::get<0>(attributes); in getPendingList() local
243 AttributesType attrType = getAttrType(itemType); in getPendingList()