Home
last modified time | relevance | path

Searched refs:PathCondition (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-inventory-manager/
H A Dfunctor.hpp62 return PathCondition(std::forward<T>(condition)); in make_path_condition()
99 std::vector<PathCondition>&& conditions) in destroyObjects()
140 std::vector<PathCondition>&& conditions, const char* iface, in setProperty()
H A Dtypes.hpp38 using PathCondition = typedef
H A Dpimgen.py260 class PathCondition(MethodCall): class
265 super(PathCondition, self).__init__(**kw)
324 conditions = [PathCondition(args=[x]) for x in conditions]
360 conditions = [PathCondition(args=[x]) for x in conditions]
/openbmc/phosphor-inventory-manager/test/
H A Dtypes_test.cpp18 void functionUsingPathCondition(PathCondition&) {} in functionUsingPathCondition() argument