Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbuswrite.hpp37 const std::string& connectionName) : in DbusWritePercent() argument
38 WriteInterface(min, max), path(path), connectionName(connectionName) in DbusWritePercent()
46 std::string connectionName; member in pid_control::DbusWritePercent
58 const std::string& connectionName) : in DbusWrite() argument
59 WriteInterface(min, max), path(path), connectionName(connectionName) in DbusWrite()
67 std::string connectionName; member in pid_control::DbusWrite
H A Ddbuswrite.cpp44 std::string connectionName; in createDbusWrite() local
48 connectionName = helper->getService(ControlFanPwm::interface, path); in createDbusWrite()
55 return std::make_unique<DbusWritePercent>(path, min, max, connectionName); in createDbusWrite()
85 writeBus.new_method_call(connectionName.c_str(), path.c_str(), in write()
113 std::string connectionName; in createDbusWrite() local
117 connectionName = helper->getService(ControlFanPwm::interface, path); in createDbusWrite()
124 return std::make_unique<DbusWrite>(path, min, max, connectionName); in createDbusWrite()
147 writeBus.new_method_call(connectionName.c_str(), path.c_str(), in write()
/openbmc/bmcweb/redfish-core/lib/
H A Dstorage_chassis.hpp21 const std::string& connectionName, in getDrivePresent() argument
25 connectionName, path, "xyz.openbmc_project.Inventory.Item", "Present", in getDrivePresent()
44 const std::string& connectionName, in getDriveState() argument
48 connectionName, path, "xyz.openbmc_project.State.Drive", "Rebuilding", in getDriveState()
117 const std::string& connectionName, const std::string& path) in getDriveItemProperties() argument
120 connectionName, path, "xyz.openbmc_project.Inventory.Item.Drive", in getDriveItemProperties()
281 const std::string& connectionName, in addAllDriveInfo() argument
289 asset_utils::getAssetInfo(asyncResp, connectionName, path, in addAllDriveInfo()
294 getDrivePresent(asyncResp, connectionName, path); in addAllDriveInfo()
298 getDriveState(asyncResp, connectionName, path); in addAllDriveInfo()
[all …]
H A Dpcie_slots.hpp135 const std::string& connectionName, const boost::system::error_code& ec, in onMapperAssociationDone() argument
166 connectionName, pcieSlotPath, in onMapperAssociationDone()
206 const std::string& connectionName = connectionInterfacePair.first; in onMapperSubtreeDone() local
215 [asyncResp, chassisID, pcieSlotPath, connectionName]( in onMapperSubtreeDone()
219 connectionName, ec2, endpoints); in onMapperSubtreeDone()
H A Dstorage_controller.hpp18 const std::string& controllerId, const std::string& connectionName, in populateStorageController() argument
31 connectionName, path, "xyz.openbmc_project.Inventory.Item", "Present", in populateStorageController()
47 asset_utils::getAssetInfo(asyncResp, connectionName, path, ""_json_pointer, in populateStorageController()
85 const std::string& connectionName = interfaceDict.front().first; in getStorageControllerHandler() local
86 populateStorageController(asyncResp, controllerId, connectionName, in getStorageControllerHandler()
H A Dchassis.hpp397 const std::string& connectionName, const std::string& path) in getChassisLocationCode() argument
400 connectionName, path, in getChassisLocationCode()
418 const std::string& connectionName, in getChassisUUID() argument
422 connectionName, path, "xyz.openbmc_project.Common.UUID", "UUID", in getChassisUUID()
585 const std::string& connectionName = connectionNames[0].first; in handleChassisGetSubTree() local
604 connectionName, path, assetTagInterface, "AssetTag", in handleChassisGetSubTree()
620 connectionName, path, replaceableInterface, "HotPluggable", in handleChassisGetSubTree()
637 connectionName, path, revisionInterface, "Version", in handleChassisGetSubTree()
666 *crow::connections::systemBus, connectionName, path, in handleChassisGetSubTree()
676 *crow::connections::systemBus, connectionName, path, in handleChassisGetSubTree()
[all …]
H A Dmanagers.hpp350 const std::string& connectionName, in getLocation() argument
356 connectionName, path, in getLocation()
659 for (const auto& [connectionName, interfaces] : serviceMap) in getManagerData()
667 *crow::connections::systemBus, connectionName, managerPath, in getManagerData()
674 getLocation(asyncResp, connectionName, managerPath); in getManagerData()
H A Dsensors.hpp2446 const std::string& connectionName = valueIface.first; in getSensorFromDbus() local
2447 BMCWEB_LOG_DEBUG("Looking up {}", connectionName); in getSensorFromDbus()
2451 *crow::connections::systemBus, connectionName, sensorPath, "", in getSensorFromDbus()
/openbmc/phosphor-objmgr/src/test/util/
H A Dassociation_objects.hpp53 const std::string& connectionName, in createInterfaceMap() argument
56 ConnectionNames connectionMap{{connectionName, interfaceNames}}; in createInterfaceMap()
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp262 const std::string& connectionName, in getManagedObjectsForEnumerate() argument
267 objectName, objectManagerPath, connectionName); in getManagedObjectsForEnumerate()
270 connectionName, path, in getManagedObjectsForEnumerate()
272 connectionName](const boost::system::error_code& ec, in getManagedObjectsForEnumerate()
278 objectName, connectionName, ec); in getManagedObjectsForEnumerate()
325 connectionName, transaction); in getManagedObjectsForEnumerate()
333 const std::string& objectName, const std::string& connectionName, in findObjectManagerPathForEnumerate() argument
337 objectName, connectionName); in findObjectManagerPathForEnumerate()
339 [transaction, objectName, connectionName]( in findObjectManagerPathForEnumerate()
353 if (connectionGroup.first == connectionName) in findObjectManagerPathForEnumerate()
[all …]