Home
last modified time | relevance | path

Searched refs:createDevice (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.cpp45 sdbusplus::async::context& ctx, bool createDevice, const char* swVersion) : in ExampleCodeUpdater() argument
48 if (!createDevice) in ExampleCodeUpdater()
H A Dexample_device.hpp27 ExampleCodeUpdater(sdbusplus::async::context& ctx, bool createDevice,
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dchassis_tests.cpp93 devices.emplace_back(createDevice("vdd_reg1")); in TEST_F()
94 devices.emplace_back(createDevice("vdd_reg2")); in TEST_F()
123 devices.emplace_back(createDevice("reg1", {"rail1"})); in TEST_F()
124 devices.emplace_back(createDevice("reg2", {"rail2a", "rail2b"})); in TEST_F()
125 devices.emplace_back(createDevice("reg3")); in TEST_F()
526 devices.emplace_back(createDevice("vdd_reg1")); in TEST_F()
527 devices.emplace_back(createDevice("vdd_reg2")); in TEST_F()
H A Dsystem_tests.cpp70 devices.emplace_back(createDevice("reg1", {"rail1"})); in TEST()
389 devices.emplace_back(createDevice("reg1", {"rail1"})); in TEST()
390 devices.emplace_back(createDevice("reg2", {"rail2a", "rail2b"})); in TEST()
397 devices.emplace_back(createDevice("reg3", {"rail3a", "rail3b"})); in TEST()
398 devices.emplace_back(createDevice("reg4")); in TEST()
H A Dtest_utils.hpp59 inline std::unique_ptr<Device> createDevice( in createDevice() function
/openbmc/entity-manager/src/entity_manager/
H A Doverlay.cpp117 static int createDevice(std::string_view busPath, std::string_view parameters, in createDevice() function
170 createDevice(busPath, parameters, constructor); in buildDevice()
258 createDevice(busPath, parameters, constructor); in exportDevice()