Home
last modified time | relevance | path

Searched refs:PendingAttributesType (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/
H A Dutils.cpp123 using PendingAttributesType = std::vector<std::pair< in setPendingAttributes() typedef
125 PendingAttributesType pendingAttributes; in setPendingAttributes()
135 std::variant<PendingAttributesType>(pendingAttributes)); in setPendingAttributes()
H A Dfunctions.cpp394 using PendingAttributesType = std::vector<std::pair< in setBiosAttr() typedef
396 PendingAttributesType pendingAttributes; in setBiosAttr()
421 std::variant<PendingAttributesType>(pendingAttributes)); in setBiosAttr()
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp123 using PendingAttributesType = typedef
189 std::variant<PendingAttributesType> pendingAttributesData; in getPendingList()
208 dbus->yield_method_call<std::variant<PendingAttributesType>>( in getPendingList()
231 const PendingAttributesType* pendingAttributes = in getPendingList()
232 std::get_if<PendingAttributesType>(&pendingAttributesData); in getPendingList()