/openbmc/phosphor-fan-presence/monitor/ |
H A D | power_interface.cpp | 30 util::SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in softPowerOff() 37 util::SDBusPlus::callMethod( in executeHardPowerOff() 43 util::SDBusPlus::callMethod( in executeHardPowerOff()
|
H A D | power_off_action.hpp | 104 util::SDBusPlus::callMethod( in createBmcDump()
|
H A D | fan_error.cpp | 117 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in commit()
|
H A D | tach_sensor.cpp | 404 auto response = util::SDBusPlus::callMethod( in updateInventory()
|
H A D | fan.cpp | 436 auto response = util::SDBusPlus::callMethod( in updateInventory()
|
H A D | system.cpp | 561 util::SDBusPlus::callMethod( in createBmcDump()
|
/openbmc/phosphor-dbus-monitor/mslverify/ |
H A D | util.hpp | 37 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 D | main.cpp | 62 callMethod("Configure"); in main() 66 callMethod("Monitor", monitorEnable); in main()
|
H A D | utility.hpp | 23 auto callMethod(const std::string& method, Args&&... args) in callMethod() function
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | sdbusplus.hpp | 58 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 D | resolve_errors.cpp | 93 SDBusPlus::callMethod(busName, logEntry, PROPERTY_IFACE, "Set", in resolve()
|
/openbmc/phosphor-fan-presence/ |
H A D | sdbusplus.hpp | 121 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 D | shutdown_alarm_monitor.cpp | 364 util::SDBusPlus::callMethod( in createBmcDump() 397 SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in timerExpired() 466 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in createEventLog()
|
H A D | threshold_alarm_logger.cpp | 363 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in createEventLog()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | manager.cpp | 135 util::SDBusPlus::callMethod(_bus, SYSTEMD_SERVICE, SYSTEMD_OBJ_PATH, in doInit()
|
H A D | fanctl.cpp | 519 SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in reload() 544 SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in dumpFanControl()
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | gpio.cpp | 116 util::SDBusPlus::callMethod(loggingService, loggingPath, in logConflict()
|
/openbmc/telemetry/tests/src/ |
H A D | test_report.cpp | 165 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 D | dbus_environment.hpp | 135 callMethod(const std::string& path, const std::string& interface, in callMethod() function in DbusEnvironment
|