Searched defs:Condition (Results 1 – 5 of 5) sorted by relevance
56 struct Condition struct in phosphor::inventory::manager::associations::Manager58 std::string path;59 std::string interface;60 std::string property;61 std::vector<InterfaceVariantType> values;62 std::filesystem::path file;63 InterfaceVariantType actualValue;
10 subdir('Condition') subdir
101 using Condition = std::function<bool(sdbusplus::bus_t&)>; typedef
30 using Condition = std::tuple<std::string, std::vector<ConditionProperty>>; typedef
793 class Condition(HasPropertyIndex): class