| /openbmc/phosphor-bmc-code-mgmt/test/common/software/ |
| H A D | software_config.cpp | 25 TEST(SoftwareConfig, ConfigCreate) in TEST() argument 27 SoftwareConfig config(objPath, vendorIANA, compatibleHardware, in TEST() 34 TEST(SoftwareConfig, FailureCompatibleNoDot) in TEST() argument 38 SoftwareConfig config(objPath, vendorIANA, "comexamplesamplecorp", in TEST() 46 TEST(SoftwareConfig, FailureCompatibleInvalidChar) in TEST() argument 50 SoftwareConfig config(objPath, vendorIANA, in TEST()
|
| H A D | software_get_random_softwareid.cpp | 38 SoftwareConfig config(objPath, 0x1234, "my.example.compatible", "Example", in TEST()
|
| /openbmc/phosphor-bmc-code-mgmt/common/src/ |
| H A D | software_config.cpp | 13 SoftwareConfig::SoftwareConfig(const std::string& objPath, uint32_t vendorIANA, in SoftwareConfig() function in SoftwareConfig 37 sdbusplus::async::task<std::string> SoftwareConfig::getInventoryItemObjectPath( in getInventoryItemObjectPath()
|
| H A D | software_manager.cpp | 45 static sdbusplus::async::task<std::optional<SoftwareConfig>> getConfig( in getConfig() 97 co_return SoftwareConfig(objectPath, vendorIANA, compatible, configType, in getConfig() local
|
| H A D | device.cpp | 34 Device::Device(sdbusplus::async::context& ctx, const SoftwareConfig& config, in Device()
|
| /openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/ |
| H A D | example_device.hpp | 34 SoftwareConfig& config) final; 65 static SoftwareConfig defaultConfig; 69 const SoftwareConfig& config = defaultConfig);
|
| H A D | example_device.cpp | 25 SoftwareConfig ExampleDevice::defaultConfig = 26 SoftwareConfig(exampleInvObjPath, exampleVendorIANA, 82 SoftwareConfig& /*unused*/) in initDevice() argument 103 const SoftwareConfig& config) : in ExampleDevice()
|
| /openbmc/phosphor-bmc-code-mgmt/common/include/ |
| H A D | software_config.hpp | 23 class SoftwareConfig class 26 SoftwareConfig(const std::string& objPath, uint32_t vendorIANA,
|
| H A D | device.hpp | 30 const phosphor::software::config::SoftwareConfig& deviceConfig, 92 config::SoftwareConfig config;
|
| H A D | software_manager.hpp | 52 SoftwareConfig& config) = 0;
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/ |
| H A D | i2cvr_software_manager.hpp | 17 SoftwareConfig& config) final;
|
| H A D | i2cvr_device.hpp | 26 ConfigInf::SoftwareConfig& config, in I2CVRDevice()
|
| H A D | i2cvr_software_manager.cpp | 47 const std::string& service, const std::string& path, SoftwareConfig& config) in initDevice()
|
| /openbmc/phosphor-bmc-code-mgmt/bios/ |
| H A D | bios_software_manager.hpp | 19 SoftwareConfig& config) final;
|
| H A D | spi_device.hpp | 48 const std::vector<bool>& gpioValuesIn, SoftwareConfig& config,
|
| H A D | bios_software_manager.cpp | 23 const std::string& service, const std::string& path, SoftwareConfig& config) in initDevice()
|
| /openbmc/phosphor-bmc-code-mgmt/cpld/ |
| H A D | cpld_software_manager.hpp | 17 SoftwareConfig& config) final;
|
| H A D | cpld.hpp | 22 const uint8_t& address, SoftwareConfig& config, in CPLDDevice()
|
| H A D | cpld_software_manager.cpp | 14 const std::string& service, const std::string& path, SoftwareConfig& config) in initDevice()
|
| /openbmc/phosphor-bmc-code-mgmt/tpm/ |
| H A D | tpm_software_manager.hpp | 20 SoftwareConfig& config) final;
|
| H A D | tpm_device.cpp | 11 uint8_t tpmIndex, SoftwareConfig& config, in TPMDevice()
|
| H A D | tpm_device.hpp | 46 uint8_t tpmIndex, SoftwareConfig& config,
|
| H A D | tpm_software_manager.cpp | 23 const std::string& service, const std::string& path, SoftwareConfig& config) in initDevice()
|
| /openbmc/phosphor-bmc-code-mgmt/eeprom-device/ |
| H A D | eeprom_device_software_manager.hpp | 20 SoftwareConfig& config) final;
|
| H A D | eeprom_device.hpp | 26 SoftwareConfig& config, ManagerInf::SoftwareManager* parent);
|