Home
last modified time | relevance | path

Searched refs:getBus (Results 1 – 25 of 94) sorted by relevance

1234

/openbmc/phosphor-dbus-monitor/src/
H A Dsdbusplus.hpp34 static auto& getBus() in getBus() function in phosphor::dbus::monitoring::SDBusPlus
46 auto reqMsg = getBus().new_method_call( in callMethodNoReply()
49 getBus().call_noreply(reqMsg); in callMethodNoReply()
62 auto reqMsg = getBus().new_method_call( in callMethod()
65 return getBus().call(reqMsg); in callMethod()
93 getWatches().emplace_back(getBus(), match, std::move(callback)); in addMatch()
H A Devent_entry.hpp45 EntryIface(SDBusPlus::getBus(), path.c_str(), in Entry()
62 EntryIface(SDBusPlus::getBus(), path.c_str(), in Entry()
H A Dmain.cpp31 auto& bus = SDBusPlus::getBus(); in main()
/openbmc/pldm/host-bmc/dbus/
H A Dcustom_dbus.cpp13 pldm::utils::DBusHandler::getBus(), path.c_str())); in setLocationCode()
35 pldm::utils::DBusHandler::getBus(), path)); in implementCpuCoreInterface()
44 pldm::utils::DBusHandler::getBus(), path)); in setMicroCode()
64 pldm::utils::DBusHandler::getBus(), path)); in implementPCIeSlotInterface()
84 pldm::utils::DBusHandler::getBus(), path)); in implementPCIeDeviceInterface()
106 pldm::utils::DBusHandler::getBus(), path)); in implementCableInterface()
126 pldm::utils::DBusHandler::getBus(), path)); in implementMotherboardInterface()
/openbmc/pldm/requester/test/
H A Dmctp_endpoint_discovery_test.cpp13 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
25 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
40 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
52 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
70 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
83 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
117 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
/openbmc/openpower-occ-control/
H A Docc_dbus.cpp33 path, std::make_unique<SensorIntf>(utils::getBus(), path.c_str())); in setMaxValue()
60 path, std::make_unique<SensorIntf>(utils::getBus(), path.c_str())); in setMinValue()
87 path, std::make_unique<SensorIntf>(utils::getBus(), path.c_str())); in setValue()
114 path, std::make_unique<SensorIntf>(utils::getBus(), path.c_str())); in setUnit()
158 utils::getBus(), path.c_str())); in setOperationalStatus()
195 path, std::make_unique<AssociationIntf>(utils::getBus(), path.c_str(), in setChassisAssociation()
245 std::make_unique<SensorIntf>(utils::getBus(), path.c_str()); in setDvfsTemp()
H A Dutils.cpp35 auto& bus = getBus(); in getService()
62 auto& bus = getBus(); in getProperty()
95 auto& bus = getBus(); in setProperty()
130 auto& bus = getBus(); in getSubtreePaths()
153 auto& bus = getBus(); in getServiceUsingSubTree()
194 auto& bus = getBus(); in getStateValue()
H A Docc_status.hpp99 Interface(utils::getBus(), getDbusPath(path).c_str(), in Status()
119 utils::getBus(), in Status()
255 utils::getBus(), procPath.c_str()); in updateProcAssociation()
H A Docc_pass_through.cpp34 Iface(utils::getBus(), path), path(path), in PassThrough()
41 utils::getBus(), in PassThrough()
/openbmc/phosphor-led-manager/
H A Dutils.cpp19 auto& bus = DBusHandler::getBus(); in getService()
45 auto& bus = DBusHandler::getBus(); in getAllProperties()
69 auto& bus = DBusHandler::getBus(); in getProperty()
91 auto& bus = DBusHandler::getBus(); in setProperty()
110 auto& bus = DBusHandler::getBus(); in getSubTreePaths()
/openbmc/phosphor-dbus-monitor/mslverify/
H A Dutil.hpp28 static auto& getBus() __attribute__((pure));
29 static auto& getBus() in getBus() function
62 return callMethod(getBus(), busName, path, interface, method, in callMethod()
86 return callMethodAndRead<Ret>(getBus(), busName, path, interface, method, in callMethodAndRead()
134 return getProperty<Property>(getBus(), busName, path, interface, property); in getProperty()
152 return getProperty<Property>(getBus(), path, interface, property); in getProperty()
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp113 static auto& getBus() __attribute__((pure)) in getBus() function in phosphor::fan::util::SDBusPlus
150 return callMethod(getBus(), busName, path, interface, method, in callMethod()
174 return callMethodAndRead<Ret>(getBus(), busName, path, interface, in callMethodAndRead()
315 return getService(getBus(), path, interface); in getService()
365 return getProperty<Property>(getBus(), path, interface, property); in getProperty()
442 return getProperty<Property>(getBus(), service, path, interface, in getProperty()
474 return getPropertyVariant<Variant>(getBus(), service, path, interface, in getPropertyVariant()
505 return setProperty(getBus(), path, interface, property, in setProperty()
536 return setProperty(getBus(), service, path, interface, property, in setProperty()
556 return lookupAndCallMethod(getBus(), path, interface, method, in lookupAndCallMethod()
[all …]
H A Djson_config.hpp93 util::SDBusPlus::getBus(), "/", confCompatIntf, 0); in getCompatObjPaths()
123 util::SDBusPlus::getBus(), in JsonConfig()
150 util::SDBusPlus::getBus(), path, confCompatIntf, in JsonConfig()
/openbmc/telemetry/tests/src/
H A Ddbus_environment.hpp23 static std::shared_ptr<sdbusplus::asio::connection> getBus();
103 *DbusEnvironment::getBus(), DbusEnvironment::serviceName(), path, in getProperty()
124 *DbusEnvironment::getBus(), DbusEnvironment::serviceName(), path, in setProperty()
140 DbusEnvironment::getBus()->async_method_call( in callMethod()
H A Dtest_sensor.cpp48 DbusEnvironment::getIoc(), DbusEnvironment::getBus(), in makeSensorObject()
58 DbusEnvironment::getIoc(), DbusEnvironment::getBus());
112 DbusEnvironment::getBus()); in TEST_F()
121 DbusEnvironment::getBus()); in TEST_F()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dservices.hpp55 virtual sdbusplus::bus_t& getBus() = 0;
120 virtual sdbusplus::bus_t& getBus() override in getBus() function in phosphor::power::regulators::BMCServices
/openbmc/phosphor-fan-presence/control/
H A Dmain.cpp87 phosphor::fan::util::SDBusPlus::getBus().attach_event( in main()
115 phosphor::fan::util::SDBusPlus::getBus().request_name(CONTROL_BUSNAME); in main()
117 Manager manager(phosphor::fan::util::SDBusPlus::getBus(), event, mode); in main()
/openbmc/pldm/common/
H A Dutils.cpp231 auto& bus = DBusHandler::getBus(); in getService()
255 auto& bus = pldm::utils::DBusHandler::getBus(); in getSubtree()
271 auto& bus = pldm::utils::DBusHandler::getBus(); in getSubTreePaths()
284 auto& bus = pldm::utils::DBusHandler::getBus(); in reportError()
315 auto& bus = getBus(); in setDbusProperty()
386 auto& bus = DBusHandler::getBus(); in getDbusPropertyVariant()
397 auto& bus = DBusHandler::getBus(); in getManagedObj()
408 auto& bus = DBusHandler::getBus(); in getDbusPropertiesVariant()
514 auto& bus = DBusHandler::getBus(); in emitStateSensorEventSignal()
/openbmc/pldm/fw-update/
H A Dupdate_manager.cpp119 pldm::utils::DBusHandler::getBus(), objPath, in processPackage()
134 pldm::utils::DBusHandler::getBus(), objPath, in processPackage()
158 pldm::utils::DBusHandler::getBus(), objPath, in processPackage()
161 pldm::utils::DBusHandler::getBus(), objPath); in processPackage()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dentry_points.cpp47 std::make_unique<DataInterface>(logManager.getBus()); in DISABLE_LOG_ENTRY_CAPS()
53 logManager.getBus().get_event(), *(dataIface.get())); in DISABLE_LOG_ENTRY_CAPS()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_pel.cpp100 auto& bus = pldm::utils::DBusHandler::getBus(); in readIntoMemory()
131 auto& bus = pldm::utils::DBusHandler::getBus(); in read()
226 auto& bus = pldm::utils::DBusHandler::getBus(); in fileAck()
307 auto& bus = pldm::utils::DBusHandler::getBus(); in storePel()
H A Dinband_code_update.cpp162 auto& bus = dBusIntf->getBus(); in setVersions()
201 pldm::utils::DBusHandler::getBus(), in setVersions()
210 pldm::utils::DBusHandler::getBus(), in setVersions()
241 pldm::utils::DBusHandler::getBus(), in setVersions()
379 auto& bus = dBusIntf->getBus(); in deleteImage()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dservices.hpp61 virtual sdbusplus::bus_t& getBus() = 0;
168 virtual sdbusplus::bus_t& getBus() override in getBus() function in phosphor::power::sequencer::BMCServices
/openbmc/phosphor-snmp/
H A Dsnmp_util.cpp108 static auto& getBus() in getBus() function
117 auto& bus = getBus(); in getManagers()
/openbmc/pldm/softoff/
H A Dmain.cpp15 auto& bus = pldm::utils::DBusHandler::getBus(); in main()

1234