Home
last modified time | relevance | path

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

/openbmc/phosphor-power/
H A Dcompatible_system_types_finder.hpp48 class CompatibleSystemTypesFinder class
52 CompatibleSystemTypesFinder() = delete;
53 CompatibleSystemTypesFinder(const CompatibleSystemTypesFinder&) = delete;
54 CompatibleSystemTypesFinder(CompatibleSystemTypesFinder&&) = delete;
55 CompatibleSystemTypesFinder&
56 operator=(const CompatibleSystemTypesFinder&) = delete;
57 CompatibleSystemTypesFinder&
58 operator=(CompatibleSystemTypesFinder&&) = delete;
59 ~CompatibleSystemTypesFinder() = default;
84 explicit CompatibleSystemTypesFinder(sdbusplus::bus_t& bus,
H A Dcompatible_system_types_finder.cpp41 CompatibleSystemTypesFinder::CompatibleSystemTypesFinder(sdbusplus::bus_t& bus, in CompatibleSystemTypesFinder() function in phosphor::power::util::CompatibleSystemTypesFinder
48 std::bind_front(&CompatibleSystemTypesFinder::interfaceFoundCallback,
52 void CompatibleSystemTypesFinder::interfaceFoundCallback( in interfaceFoundCallback()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dmanager.hpp209 std::unique_ptr<util::CompatibleSystemTypesFinder> compatSysTypesFinder;
H A Dmanager.cpp78 compatSysTypesFinder = std::make_unique<util::CompatibleSystemTypesFinder>(
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_control.hpp98 std::unique_ptr<util::CompatibleSystemTypesFinder> compatSysTypesFinder;
H A Dpower_control.cpp57 compatSysTypesFinder = std::make_unique<util::CompatibleSystemTypesFinder>(