Searched refs:itemType (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/ |
H A D | hyp_network_manager.cpp | 177 const std::string& itemType = in setBIOSTableAttrs() local 180 if (itemType.compare(itemType.size() - intType.size(), in setBIOSTableAttrs() 190 else if ((itemType.compare(itemType.size() - strType.size(), in setBIOSTableAttrs() 192 (itemType.compare(itemType.size() - enumType.size(), in setBIOSTableAttrs()
|
/openbmc/entity-manager/src/ |
H A D | entity_manager.cpp | 685 std::string itemType; in postToDbus() local 688 itemType = findType->get<std::string>(); in postToDbus() 689 std::regex_replace(itemType.begin(), itemType.begin(), in postToDbus() 690 itemType.end(), illegalDbusPathRegex, "_"); in postToDbus() 694 itemType = "unknown"; in postToDbus() 703 if (itemType == "BMC") in postToDbus() 711 getPermission(itemType)); in postToDbus() 713 else if (itemType == "System") in postToDbus() 721 getPermission(itemType)); in postToDbus() 734 ifaceName.append(itemType).append(".").append(name); in postToDbus() [all …]
|
/openbmc/sdbusplus/include/sdbusplus/message/ |
H A D | read.hpp | 477 using itemType = decltype(std::get<0>(t)); in read_tuple() typedef 478 read_single_t<itemType>::op(intf, m, in read_tuple() 479 std::forward<itemType>(std::get<0>(t))); in read_tuple()
|
H A D | append.hpp | 414 using itemType = decltype(std::get<0>(t)); in append_tuple() typedef 415 append_single_t<itemType>::op(intf, m, in append_tuple() 416 std::forward<itemType>(std::get<0>(t))); in append_tuple()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | biosconfigcommands.cpp | 242 const std::string& itemType = std::get<0>(attributes); in getPendingList() local 243 AttributesType attrType = getAttrType(itemType); in getPendingList()
|