Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/
H A Dfunctor.cpp98 auto hostCall = bus.new_method_call( in operator ()() local
100 hostCall.append(_iface); in operator ()()
101 hostCall.append(_property); in operator ()()
105 auto hostResponseMsg = bus.call(hostCall); in operator ()()