Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dpower_interface.cpp30 util::SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in softPowerOff()
37 util::SDBusPlus::callMethod( in executeHardPowerOff()
43 util::SDBusPlus::callMethod( in executeHardPowerOff()
H A Dpower_off_action.hpp104 util::SDBusPlus::callMethod( in createBmcDump()
H A Dfan_error.cpp117 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in commit()
H A Dtach_sensor.cpp404 auto response = util::SDBusPlus::callMethod( in updateInventory()
H A Dfan.cpp436 auto response = util::SDBusPlus::callMethod( in updateInventory()
H A Dsystem.cpp561 util::SDBusPlus::callMethod( in createBmcDump()
/openbmc/phosphor-dbus-monitor/mslverify/
H A Dutil.hpp37 static auto callMethod(::sdbusplus::bus_t& bus, const std::string& busName, in callMethod() function
58 static auto callMethod(const std::string& busName, const std::string& path, in callMethod() function
62 return callMethod(getBus(), busName, path, interface, method, in callMethod()
73 ::sdbusplus::message_t respMsg = callMethod<Args...>( in callMethodAndRead()
121 callMethod(bus, busName, path, "org.freedesktop.DBus.Properties"s, in getProperty()
/openbmc/phosphor-power/phosphor-regulators/src/regsctl/
H A Dmain.cpp62 callMethod("Configure"); in main()
66 callMethod("Monitor", monitorEnable); in main()
H A Dutility.hpp23 auto callMethod(const std::string& method, Args&&... args) in callMethod() function
/openbmc/phosphor-dbus-monitor/src/
H A Dsdbusplus.hpp58 static auto callMethod(const std::string& busName, const std::string& path, in callMethod() function in phosphor::dbus::monitoring::SDBusPlus
75 sdbusplus::message_t respMsg = callMethod<Args...>( in callMethodAndRead()
H A Dresolve_errors.cpp93 SDBusPlus::callMethod(busName, logEntry, PROPERTY_IFACE, "Set", in resolve()
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp121 static auto callMethod(sdbusplus::bus_t& bus, const std::string& busName, in callMethod() function in phosphor::fan::util::SDBusPlus
146 static auto callMethod(const std::string& busName, const std::string& path, in callMethod() function in phosphor::fan::util::SDBusPlus
150 return callMethod(getBus(), busName, path, interface, method, in callMethod()
161 sdbusplus::message_t respMsg = callMethod<Args...>( in callMethodAndRead()
347 callMethod(bus, service, path, "org.freedesktop.DBus.Properties"s, in getProperty()
378 callMethod(bus, service, path, "org.freedesktop.DBus.Properties"s, in getPropertyVariant()
546 return callMethod(bus, getService(bus, path, interface), path, in lookupAndCallMethod()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp364 util::SDBusPlus::callMethod( in createBmcDump()
397 SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in timerExpired()
466 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in createEventLog()
H A Dthreshold_alarm_logger.cpp363 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in createEventLog()
/openbmc/phosphor-fan-presence/control/
H A Dmanager.cpp135 util::SDBusPlus::callMethod(_bus, SYSTEMD_SERVICE, SYSTEMD_OBJ_PATH, in doInit()
H A Dfanctl.cpp519 SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in reload()
544 SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in dumpFanControl()
/openbmc/phosphor-fan-presence/presence/
H A Dgpio.cpp116 util::SDBusPlus::callMethod(loggingService, loggingPath, in logConflict()
/openbmc/telemetry/tests/src/
H A Dtest_report.cpp165 static boost::system::error_code callMethod(const std::string& path, in callMethod() function in TestReport
169 return DbusEnvironment::callMethod(path, Report::reportIfaceName, in callMethod()
430 EXPECT_THAT(callMethod(sut->getPath(), "SetReportingProperties", in TEST_F()
443 callMethod(sut->getPath(), "SetReportingProperties", "", newValue), in TEST_F()
460 callMethod(report->getPath(), "SetReportingProperties", "", newValue), in TEST_F()
474 EXPECT_THAT(callMethod(sut->getPath(), "SetReportingProperties", "XYZ", in TEST_F()
489 EXPECT_THAT(callMethod(sut->getPath(), "SetReportingProperties", in TEST_F()
946 callMethod(sut->getPath(), "SetReportingProperties", in changeReport()
H A Ddbus_environment.hpp135 callMethod(const std::string& path, const std::string& interface, in callMethod() function in DbusEnvironment