Home
last modified time | relevance | path

Searched refs:defaultConfig (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.hpp65 static SoftwareConfig defaultConfig; member in phosphor::software::example_device::ExampleDevice
69 const SoftwareConfig& config = defaultConfig);
H A Dexample_updater_main.cpp18 co_await updater.initDevice("", "", ExampleDevice::defaultConfig); in init()
H A Dexample_device.cpp25 SoftwareConfig ExampleDevice::defaultConfig = member in ExampleDevice