/openbmc/phosphor-logging/ |
H A D | elog_meta.hpp | 30 AssociationList& list); 41 AssociationList& list) = delete; 49 AssociationList& /*list*/) in build() argument 56 AssociationList& list) in build() 87 AssociationList& list); 93 AssociationList& list);
|
H A D | elog_entry.hpp | 27 using AssociationList = typedef 69 AssociationList&& objects, const std::string& fwVersion, in Entry() 155 AssociationList assocs = {};
|
H A D | elog_block.hpp | 20 using AssociationList = typedef 48 AssociationList assoc{ in Block()
|
H A D | elog_meta.cpp | 21 AssociationList& list) in build() 46 AssociationList& list) in build()
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | utils.hpp | 17 using AssociationList = phosphor::software::updater::AssociationList; typedef 127 const AssociationList& assocs); 166 const AssociationList& assocs) const = 0; 206 const AssociationList& assocs) const override; 251 const AssociationList& assocs) in isAssociated()
|
H A D | types.hpp | 14 using AssociationList = typedef
|
H A D | item_updater.hpp | 158 const AssociationList& assocs, const std::string& filePath); 281 AssociationList assocs;
|
H A D | item_updater.cpp | 120 AssociationList associations; in onVersionInterfacesAdded() 238 const AssociationList& assocs, const std::string& filePath) in createActivationObject() 265 AssociationList associations; in createPsuObject()
|
/openbmc/phosphor-led-manager/fault-monitor/ |
H A D | fru-fault-monitor.cpp | 29 using AssociationList = typedef 31 using Attributes = std::variant<bool, AssociationList>; 166 auto& assocs = std::get<AssociationList>(attr->second); in created() 229 std::variant<AssociationList> assoc; in processExistingCallouts() 241 auto& assocs = std::get<AssociationList>(assoc); in processExistingCallouts()
|
/openbmc/phosphor-logging/test/ |
H A D | elog_quiesce_test.cpp | 46 phosphor::logging::AssociationList associations{}; in TEST_F() 74 phosphor::logging::AssociationList associations{}; in TEST_F() 102 phosphor::logging::AssociationList associations{}; in TEST_F() 159 phosphor::logging::AssociationList associations{}; in TEST_F() 218 phosphor::logging::AssociationList associations{}; in TEST_F()
|
H A D | elog_update_ts_test.cpp | 65 phosphor::logging::AssociationList associations{}; in TEST() 136 phosphor::logging::AssociationList associations{}; in TEST()
|
H A D | serialization_test_properties.cpp | 15 phosphor::logging::AssociationList assocations{}; in TEST_F()
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | item_updater.hpp | 31 using AssociationList = typedef 188 AssociationList& assocs) = 0; 216 AssociationList assocs = {};
|
H A D | msl_verify.cpp | 20 using AssociationList = typedef 91 std::variant<AssociationList> associations; in getFunctionalVersion() 104 auto& assocs = std::get<AssociationList>(associations); in getFunctionalVersion()
|
H A D | activation.hpp | 24 using AssociationList = typedef 159 AssociationList& assocs) : in Activation()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | activation.hpp | 31 using AssociationList = typedef 200 AssociationList& assocs) : in Activation()
|
H A D | item_updater.hpp | 39 using AssociationList = typedef 349 AssociationList assocs;
|
H A D | item_updater.cpp | 146 AssociationList associations = {}; in createActivationWithApplyTime() 175 AssociationList associations = {}; in verifyAndCreateObjects() 366 AssociationList associations; in processBMCImage() 964 AssociationList assocs; in createBIOSObject()
|
/openbmc/phosphor-psu-code-mgmt/test/ |
H A D | mocked_utils.hpp | 43 const AssociationList& assocs));
|
H A D | test_utils.cpp | 79 utils::AssociationList assocs = { in TEST()
|
/openbmc/openpower-pnor-code-mgmt/static/ |
H A D | item_updater_static.hpp | 64 AssociationList& assocs) override;
|
H A D | item_updater_static.cpp | 209 AssociationList& assocs) in createActivationObject() 265 AssociationList associations = {}; in processPNORImage()
|
/openbmc/openpower-pnor-code-mgmt/mmc/ |
H A D | item_updater_mmc.hpp | 83 AssociationList& assocs) override;
|
/openbmc/openpower-pnor-code-mgmt/ubi/ |
H A D | item_updater_ubi.hpp | 71 AssociationList& assocs) override;
|
/openbmc/phosphor-virtual-sensor/ |
H A D | virtualSensor.cpp | 48 using AssociationList = typedef 51 AssociationList getAssociationsFromJson(const Json& j) in getAssociationsFromJson() 53 AssociationList assocs{}; in getAssociationsFromJson() 368 AssociationList{{"chassis", "all_sensors", p.parent_path().string()}}; in createAssociation()
|