Home
last modified time | relevance | path

Searched refs:associationDefinitions (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp102 if (associationDefinitions) in createInventoryAssociation()
104 associationDefinitions->associations(assocs); in createInventoryAssociation()
108 associationDefinitions = in createInventoryAssociation()
112 associationDefinitions->emit_added(); in createInventoryAssociation()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware.hpp123 std::unique_ptr<SoftwareAssociationDefinitions> associationDefinitions = member in phosphor::software::Software