Home
last modified time | relevance | path

Searched defs:Condition (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.hpp56 struct Condition struct in phosphor::inventory::manager::associations::Manager
58 std::string path;
59 std::string interface;
60 std::string property;
61 std::vector<InterfaceVariantType> values;
62 std::filesystem::path file;
63 InterfaceVariantType actualValue;
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/
H A Dmeson.build10 subdir('Condition') subdir
/openbmc/phosphor-fan-presence/monitor/
H A Dtypes.hpp101 using Condition = std::function<bool(sdbusplus::bus_t&)>; typedef
/openbmc/phosphor-fan-presence/control/
H A Dtypes.hpp30 using Condition = std::tuple<std::string, std::vector<ConditionProperty>>; typedef
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py793 class Condition(HasPropertyIndex): class