Home
last modified time | relevance | path

Searched refs:configIntfs (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_software_manager.cpp35 std::vector<std::string> configIntfs; in start() local
36 configIntfs.reserve(emConfigTypes.size()); in start()
39 configIntfs.push_back("xyz.openbmc_project.Configuration." + name); in start()
42 ctx.spawn(initDevices(configIntfs)); in start()
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dmain.cpp13 std::vector<std::string> configIntfs = { in run() local
19 ctx.spawn(spidcu.initDevices(configIntfs)); in run()
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld_software_manager.cpp101 std::vector<std::string> configIntfs; in start() local
103 configIntfs.reserve(configs.size()); in start()
106 configIntfs.push_back("xyz.openbmc_project.Configuration." + config); in start()
109 ctx.spawn(initDevices(configIntfs)); in start()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device_software_manager.cpp22 std::vector<std::string> configIntfs; in start() local
23 configIntfs.reserve(emConfigTypes.size()); in start()
26 std::back_inserter(configIntfs), in start()
31 ctx.spawn(initDevices(configIntfs)); in start()
/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_software_manager.cpp14 std::vector<std::string> configIntfs = { in start() local
18 ctx.spawn(initDevices(configIntfs)); in start()