Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp77 createInventoryAssociation(isRunning, endpoint); in createInventoryAssociations()
80 void Software::createInventoryAssociation(bool isRunning, in createInventoryAssociation() function in Software
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.hpp53 using Software::createInventoryAssociation;
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware.hpp100 void createInventoryAssociation(bool isRunning, std::string objectPath);
/openbmc/phosphor-bmc-code-mgmt/test/common/software/
H A Dsoftware_association.cpp92 ->createInventoryAssociation(createRunningAssoc, exampleEndpoint); in testSoftwareAssociation()