Home
last modified time | relevance | path

Searched refs:connectionName (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-pid-control/dbus/
H A Ddbuswrite.hpp39 const std::string& connectionName) : in DbusWritePercent() argument
40 WriteInterface(min, max), path(path), connectionName(connectionName) in DbusWritePercent()
48 std::string connectionName; member in pid_control::DbusWritePercent
60 const std::string& connectionName) : in DbusWrite() argument
61 WriteInterface(min, max), path(path), connectionName(connectionName) in DbusWrite()
69 std::string connectionName; member in pid_control::DbusWrite
H A Ddbuswrite.cpp41 std::string connectionName; in createDbusWrite() local
45 connectionName = helper->getService(pwmInterface, path); in createDbusWrite()
52 return std::make_unique<DbusWritePercent>(path, min, max, connectionName); in createDbusWrite()
82 writeBus.new_method_call(connectionName.c_str(), path.c_str(), in write()
110 std::string connectionName; in createDbusWrite() local
114 connectionName = helper->getService(pwmInterface, path); in createDbusWrite()
121 return std::make_unique<DbusWrite>(path, min, max, connectionName); in createDbusWrite()
144 writeBus.new_method_call(connectionName.c_str(), path.c_str(), in write()
/openbmc/bmcweb/redfish-core/lib/
H A Dpcie_slots.hpp121 const std::string& connectionName, const boost::system::error_code& ec, in onMapperAssociationDone() argument
152 *crow::connections::systemBus, connectionName, pcieSlotPath, in onMapperAssociationDone()
192 const std::string& connectionName = connectionInterfacePair.first; in onMapperSubtreeDone() local
201 [asyncResp, chassisID, pcieSlotPath, connectionName]( in onMapperSubtreeDone()
205 connectionName, ec2, endpoints); in onMapperSubtreeDone()
H A Dstorage.hpp291 const std::string& connectionName, in getDriveAsset() argument
295 *crow::connections::systemBus, connectionName, path, in getDriveAsset()
346 const std::string& connectionName, in getDrivePresent() argument
350 *crow::connections::systemBus, connectionName, path, in getDrivePresent()
370 const std::string& connectionName, in getDriveState() argument
374 *crow::connections::systemBus, connectionName, path, in getDriveState()
447 *crow::connections::systemBus, connectionName, path, in getDriveItemProperties()
617 getDriveAsset(asyncResp, connectionName, path); in addAllDriveInfo()
625 getDriveState(asyncResp, connectionName, path); in addAllDriveInfo()
1040 *crow::connections::systemBus, connectionName, path, in populateStorageController()
[all …]
H A Dchassis.hpp331 const std::string& connectionName, const std::string& path) in getChassisLocationCode() argument
334 *crow::connections::systemBus, connectionName, path, in getChassisLocationCode()
352 const std::string& connectionName, in getChassisUUID() argument
356 *crow::connections::systemBus, connectionName, path, in getChassisUUID()
529 const std::string& connectionName = connectionNames[0].first; in handleChassisGetSubTree() local
548 *crow::connections::systemBus, connectionName, path, in handleChassisGetSubTree()
565 *crow::connections::systemBus, connectionName, path, in handleChassisGetSubTree()
583 *crow::connections::systemBus, connectionName, path, in handleChassisGetSubTree()
610 *crow::connections::systemBus, connectionName, path, in handleChassisGetSubTree()
623 getChassisUUID(asyncResp, connectionName, path); in handleChassisGetSubTree()
[all …]
H A Dmanagers.hpp1775 const std::string& connectionName, in getLocation() argument
1781 *crow::connections::systemBus, connectionName, path, in getLocation()
2237 const std::string& connectionName = in requestRoutesManager() local
2247 *crow::connections::systemBus, connectionName, in requestRoutesManager()
2321 getLocation(asyncResp, connectionName, path); in requestRoutesManager()
H A Dsensors.hpp2406 const std::string& connectionName = valueIface.first; in getSensorFromDbus() local
2407 BMCWEB_LOG_DEBUG("Looking up {}", connectionName); in getSensorFromDbus()
2411 *crow::connections::systemBus, connectionName, sensorPath, "", in getSensorFromDbus()
/openbmc/phosphor-objmgr/src/test/util/
H A Dassociation_objects.hpp52 const std::string& connectionName, in createInterfaceMap() argument
55 ConnectionNames connectionMap{{connectionName, interfaceNames}}; in createInterfaceMap()
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp291 const std::string& connectionName, in getManagedObjectsForEnumerate() argument
299 connectionName, path, in getManagedObjectsForEnumerate()
307 objectName, connectionName, ec); in getManagedObjectsForEnumerate()
366 objectName, connectionName); in findObjectManagerPathForEnumerate()
368 [transaction, objectName, connectionName]( in findObjectManagerPathForEnumerate()
1391 const std::string& connectionName) in findActionOnInterface() argument
1395 [transaction, connectionName{std::string(connectionName)}]( in findActionOnInterface()
1403 ec.message(), connectionName); in findActionOnInterface()
1413 connectionName); in findActionOnInterface()
1551 connectionName, transaction->path, in findActionOnInterface()
[all …]