Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/
H A Dfunctor.cpp96 auto hostCall = bus.new_method_call( in operator ()() local
98 hostCall.append(_iface); in operator ()()
99 hostCall.append(_property); in operator ()()
103 auto hostResponseMsg = bus.call(hostCall); in operator ()()