Home
last modified time | relevance | path

Searched refs:initDevice (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_software_manager.hpp15 SDBusAsync::task<bool> initDevice(const std::string& service,
H A Di2cvr_software_manager.cpp46 sdbusplus::async::task<bool> I2CVRSoftwareManager::initDevice( in initDevice() function in I2CVRSoftwareManager
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dbios_software_manager.hpp17 sdbusplus::async::task<bool> initDevice(const std::string& service,
H A Dbios_software_manager.cpp22 sdbusplus::async::task<bool> BIOSSoftwareManager::initDevice( in initDevice() function in BIOSSoftwareManager
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld_software_manager.hpp15 sdbusplus::async::task<bool> initDevice(const std::string& service,
H A Dcpld_software_manager.cpp13 sdbusplus::async::task<bool> CPLDSoftwareManager::initDevice( in initDevice() function in CPLDSoftwareManager
/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_software_manager.hpp18 sdbusplus::async::task<bool> initDevice(const std::string& service,
H A Dtpm_software_manager.cpp22 sdbusplus::async::task<bool> TPMSoftwareManager::initDevice( in initDevice() function in TPMSoftwareManager
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_updater_main.cpp18 co_await updater.initDevice("", "", ExampleDevice::defaultConfig); in init()
H A Dexample_device.hpp32 sdbusplus::async::task<bool> initDevice(const std::string& service,
H A Dexample_device.cpp80 sdbusplus::async::task<bool> ExampleCodeUpdater::initDevice( in initDevice() function in ExampleCodeUpdater
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device_software_manager.hpp18 sdbusplus::async::task<bool> initDevice(const std::string& service,
H A Deeprom_device_software_manager.cpp35 sdbusplus::async::task<bool> EEPROMDeviceSoftwareManager::initDevice( in initDevice() function in EEPROMDeviceSoftwareManager
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware_manager.hpp50 virtual sdbusplus::async::task<bool> initDevice(const std::string& service,
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_manager.cpp177 const bool accepted = co_await initDevice(service, path, config); in handleInterfaceAdded()