Searched refs:method_call (Results 1 – 8 of 8) sorted by relevance
/openbmc/telemetry/src/utils/ |
H A D | dbus_mapper.hpp | 44 auto method_call = in getSubTreeSensors() local 48 method_call.append("/xyz/openbmc_project/sensors/", 2, sensorInterfaces); in getSubTreeSensors() 49 auto reply = bus->call(method_call); in getSubTreeSensors()
|
/openbmc/sdbusplus/example/ |
H A D | calculator-aserver.cpp | 14 auto method_call(multiply_t, auto x, auto y) in method_call() function in Calculator 21 auto method_call(divide_t, auto x, in method_call() function in Calculator 36 auto method_call(clear_t) -> sdbusplus::async::task<> in method_call() function in Calculator
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | method.aserver.callback.hpp.mako | 46 decltype(self_i->method_call(${m_tag}{}, m\ 65 self_i->method_call(${m_tag}{}, m\ 100 co_await self_i->method_call( 140 decltype(self_i->method_call(${m_tag}{}\ 159 self_i->method_call(${m_tag}{}\ 194 co_await self_i->method_call(
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | server.hpp | 103 i.method_call(Tag{}, std::forward<Args>(a)...); 110 i.method_call(Tag{}, m, std::forward<Args>(a)...);
|
/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus/ |
H A D | dbus-1.init | 91 dbus-send --print-reply --system --type=method_call \
|
/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/ |
H A D | gpios-manager.sh | 67 …dbus-send --system --dest=xyz.openbmc_project.State.Host --print-reply --type=method_call /xyz/ope…
|
/openbmc/boost-dbus/include/dbus/ |
H A D | connection.hpp | 117 message method_call(const dbus::endpoint& e, const InputArgs&... a) { in method_call() function in dbus::connection
|
/openbmc/docs/designs/ |
H A D | phosphor-audit.md | 319 > Notify the other service which set in configuration via 'method_call' or
|