Home
last modified time | relevance | path

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

1234

/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()
136 pldm::utils::DBusHandler::getBus(), path.c_str())); in implementFabricAdapter()
146 pldm::utils::DBusHandler::getBus(), path.c_str())); in implementBoard()
156 pldm::utils::DBusHandler::getBus(), path.c_str())); in implementPowerSupplyInterface()
[all …]
/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/openpower-occ-control/
H A Docc_dbus.cpp31 path, std::make_unique<SensorIntf>(utils::getBus(), path.c_str())); in setMaxValue()
58 path, std::make_unique<SensorIntf>(utils::getBus(), path.c_str())); in setMinValue()
85 path, std::make_unique<SensorIntf>(utils::getBus(), path.c_str())); in setValue()
112 path, std::make_unique<SensorIntf>(utils::getBus(), path.c_str())); in setUnit()
155 utils::getBus(), path.c_str())); in setOperationalStatus()
196 path, std::make_unique<AssociationIntf>(utils::getBus(), path.c_str(), in setChassisAssociation()
241 std::make_unique<SensorIntf>(utils::getBus(), path.c_str()); in setDvfsTemp()
256 path, std::make_unique<PurposeIntf>(utils::getBus(), path.c_str())); in setPurpose()
H A Dutils.cpp35 auto& bus = getBus(); in getService()
61 auto& bus = getBus(); in getProperty()
94 auto& bus = getBus(); in setProperty()
120 auto& bus = getBus(); in getSubtreePaths()
143 auto& bus = getBus(); in getServiceUsingSubTree()
180 auto& bus = getBus(); in getStateValue()
H A Docc_status.hpp89 Interface(utils::getBus(), getDbusPath(path).c_str(), in Status()
98 utils::getBus(), in Status()
222 utils::getBus(), procPath.c_str()); in updateProcAssociation()
H A Dpowercap.hpp135 CapLimitsInterface(utils::getBus(), PCAPLIMITS_PATH, in PowerCap()
139 utils::getBus(), in PowerCap()
H A Docc_pass_through.cpp27 Iface(utils::getBus(), path), path(path), pmode(powerModeRef), in PassThrough()
31 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/pldm/requester/test/
H A Dmctp_endpoint_discovery_test.cpp31 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
43 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
58 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
70 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
88 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
101 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
136 auto& bus = pldm::utils::DBusHandler::getBus(); in TEST()
161 auto& bus = mockedDbusHandler.getBus(); in TEST()
208 auto& bus = mockedDbusHandler.getBus(); in TEST()
/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()
310 return getService(getBus(), path, interface); in getService()
360 return getProperty<Property>(getBus(), path, interface, property); in getProperty()
391 return getPropertyVariant<Variant>(getBus(), path, interface, property); in getPropertyVariant()
437 return getProperty<Property>(getBus(), service, path, interface, in getProperty()
469 return getPropertyVariant<Variant>(getBus(), service, path, interface, in getPropertyVariant()
500 return setProperty(getBus(), path, interface, property, in setProperty()
531 return setProperty(getBus(), service, path, interface, property, in setProperty()
[all …]
H A Djson_config.hpp92 util::SDBusPlus::getBus(), "/", confCompatIntf, 0); in getCompatObjPaths()
122 util::SDBusPlus::getBus(), in JsonConfig()
149 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::getIoc(), 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/pldm/fw-update/
H A Dupdate_manager.cpp129 pldm::utils::DBusHandler::getBus(), objPath, in processStream()
145 pldm::utils::DBusHandler::getBus(), objPath, in processStream()
161 pldm::utils::DBusHandler::getBus(), objPath, in processStream()
176 pldm::utils::DBusHandler::getBus(), objPath, in processStream()
199 pldm::utils::DBusHandler::getBus(), objPath, in processStream()
202 pldm::utils::DBusHandler::getBus(), objPath); in processStream()
/openbmc/phosphor-fan-presence/control/
H A Dmain.cpp86 phosphor::fan::util::SDBusPlus::getBus().attach_event( in main()
114 phosphor::fan::util::SDBusPlus::getBus().request_name(CONTROL_BUSNAME); in main()
116 Manager manager(phosphor::fan::util::SDBusPlus::getBus(), event, mode); in main()
/openbmc/pldm/common/
H A Dutils.cpp240 auto& bus = DBusHandler::getBus(); in getService()
264 auto& bus = pldm::utils::DBusHandler::getBus(); in getSubtree()
280 auto& bus = pldm::utils::DBusHandler::getBus(); in getSubTreePaths()
295 auto& bus = pldm::utils::DBusHandler::getBus(); in getAncestors()
308 auto& bus = pldm::utils::DBusHandler::getBus(); in reportError()
339 auto& bus = getBus(); in setDbusProperty()
416 auto& bus = DBusHandler::getBus(); in getDbusPropertyVariant()
429 auto& bus = DBusHandler::getBus(); in getAssociatedSubTree()
444 auto& bus = DBusHandler::getBus(); in getManagedObj()
455 auto& bus = DBusHandler::getBus(); in getDbusPropertiesVariant()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dentry_points.cpp33 std::make_unique<DataInterface>(logManager.getBus()); in DISABLE_LOG_ENTRY_CAPS()
39 logManager.getBus().get_event(), *(dataIface.get())); in DISABLE_LOG_ENTRY_CAPS()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp77 pldm::utils::DBusHandler::getBus(), in Handler()
115 pldm::utils::DBusHandler::getBus(), in Handler()
164 pldm::utils::DBusHandler::getBus(), in Handler()
198 pldm::utils::DBusHandler::getBus(), in Handler()
214 pldm::utils::DBusHandler::getBus(), in Handler()
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()
/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