Home
last modified time | relevance | path

Searched refs:MethodCall (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-inventory-manager/
H A Dpimgen.py216 class MethodCall(Argument): class
234 class Vector(MethodCall):
244 class Filter(MethodCall):
252 class Action(MethodCall):
260 class PathCondition(MethodCall):
268 class GetProperty(MethodCall):
332 class SetProperty(MethodCall):
395 class PropertyIs(MethodCall):
436 fArg = MethodCall(
461 class Event(MethodCall):
[all …]
/openbmc/boost-dbus/test/
H A Davahi.cpp285 TEST(BOOST_DBUS, MethodCall) { in TEST() argument