Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_network_manager.cpp177 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 Dentity_manager.cpp685 std::string itemType; in postToDbus() local
688 itemType = findType->get<std::string>(); in postToDbus()
689 std::regex_replace(itemType.begin(), itemType.begin(), in postToDbus()
694 itemType = "unknown"; in postToDbus()
708 if (itemType == "BMC") in postToDbus()
716 getPermission(itemType)); in postToDbus()
718 else if (itemType == "System") in postToDbus()
726 getPermission(itemType)); in postToDbus()
731 getPermission(itemType)); in postToDbus()
743 ifaceName.append(itemType).append(".").append(name); in postToDbus()
[all …]
/openbmc/sdbusplus/include/sdbusplus/message/
H A Dappend.hpp414 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()
H A Dread.hpp477 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()
/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()