Home
last modified time | relevance | path

Searched refs:SoftwareConfig (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/phosphor-bmc-code-mgmt/test/common/software/
H A Dsoftware_config.cpp25 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 Dsoftware_get_random_softwareid.cpp38 SoftwareConfig config(objPath, 0x1234, "my.example.compatible", "Example", in TEST()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_config.cpp13 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 Dsoftware_manager.cpp45 static sdbusplus::async::task<std::optional<SoftwareConfig>> getConfig( in getConfig()
97 co_return SoftwareConfig(objectPath, vendorIANA, compatible, configType, in getConfig() local
H A Ddevice.cpp34 Device::Device(sdbusplus::async::context& ctx, const SoftwareConfig& config, in Device()
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.hpp34 SoftwareConfig& config) final;
65 static SoftwareConfig defaultConfig;
69 const SoftwareConfig& config = defaultConfig);
H A Dexample_device.cpp25 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 Dsoftware_config.hpp23 class SoftwareConfig class
26 SoftwareConfig(const std::string& objPath, uint32_t vendorIANA,
H A Ddevice.hpp30 const phosphor::software::config::SoftwareConfig& deviceConfig,
92 config::SoftwareConfig config;
H A Dsoftware_manager.hpp52 SoftwareConfig& config) = 0;
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_software_manager.hpp17 SoftwareConfig& config) final;
H A Di2cvr_device.hpp26 ConfigInf::SoftwareConfig& config, in I2CVRDevice()
H A Di2cvr_software_manager.cpp47 const std::string& service, const std::string& path, SoftwareConfig& config) in initDevice()
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dbios_software_manager.hpp19 SoftwareConfig& config) final;
H A Dspi_device.hpp48 const std::vector<bool>& gpioValuesIn, SoftwareConfig& config,
H A Dbios_software_manager.cpp23 const std::string& service, const std::string& path, SoftwareConfig& config) in initDevice()
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld_software_manager.hpp17 SoftwareConfig& config) final;
H A Dcpld.hpp22 const uint8_t& address, SoftwareConfig& config, in CPLDDevice()
H A Dcpld_software_manager.cpp14 const std::string& service, const std::string& path, SoftwareConfig& config) in initDevice()
/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_software_manager.hpp20 SoftwareConfig& config) final;
H A Dtpm_device.cpp11 uint8_t tpmIndex, SoftwareConfig& config, in TPMDevice()
H A Dtpm_device.hpp46 uint8_t tpmIndex, SoftwareConfig& config,
H A Dtpm_software_manager.cpp23 const std::string& service, const std::string& path, SoftwareConfig& config) in initDevice()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device_software_manager.hpp20 SoftwareConfig& config) final;
H A Deeprom_device.hpp26 SoftwareConfig& config, ManagerInf::SoftwareManager* parent);

12