| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | fabric_adapters.hpp | 43 const std::string& serviceName, const std::string& fabricAdapterPath) in getFabricAdapterLocation() 46 serviceName, fabricAdapterPath, in getFabricAdapterLocation() 68 const std::string& serviceName, const std::string& fabricAdapterPath) in getFabricAdapterAsset() 71 serviceName, fabricAdapterPath, "xyz.openbmc_project.Inventory.Item", in getFabricAdapterAsset() 94 const std::string& serviceName, const std::string& fabricAdapterPath) in getFabricAdapterAsset() 97 serviceName, fabricAdapterPath, in getFabricAdapterAsset() 122 const std::string& fabricAdapterPath, const std::string& serviceName) 141 getFabricAdapterLocation(asyncResp, serviceName, fabricAdapterPath); in getFabricAdapterState() 142 asset_utils::getAssetInfo(asyncResp, serviceName, fabricAdapterPath, in getFabricAdapterState() 144 getFabricAdapterState(asyncResp, serviceName, fabricAdapterPat in getFabricAdapterState() 42 getFabricAdapterLocation(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & serviceName,const std::string & fabricAdapterPath) getFabricAdapterLocation() argument 67 getFabricAdapterAsset(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & serviceName,const std::string & fabricAdapterPath) getFabricAdapterAsset() argument 125 getFabricAdapterState(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & serviceName,const std::string & fabricAdapterPath) getFabricAdapterState() argument 151 getFabricAdapterHealth(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & serviceName,const std::string & fabricAdapterPath) getFabricAdapterHealth() argument 179 doAdapterGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & adapterId,const std::string & fabricAdapterPath,const std::string & serviceName) doAdapterGet() argument 214 std::string serviceName; afterGetValidFabricAdapterPath() local 252 afterHandleFabricAdapterGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & adapterId,const boost::system::error_code & ec,const std::string & fabricAdapterPath,const std::string & serviceName) afterHandleFabricAdapterGet() argument 308 afterHandleFabricAdapterPatch(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & adapterId,std::optional<bool> locationIndicatorActive,const boost::system::error_code & ec,const std::string & fabricAdapterPath,const std::string & serviceName) afterHandleFabricAdapterPatch() argument 445 afterHandleFabricAdapterHead(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & adapterId,const boost::system::error_code & ec,const std::string & fabricAdapterPath,const std::string & serviceName) afterHandleFabricAdapterHead() argument [all...] |
| H A D | assembly.hpp | 53 const std::string& serviceName, const std::string& assembly, in getAssemblyLocationCode() argument 57 *crow::connections::systemBus, serviceName, assembly, in getAssemblyLocationCode() 79 const auto& serviceName, const auto& assembly, in getAssemblyState() argument 86 serviceName, assembly, "xyz.openbmc_project.Inventory.Item", "Present", in getAssemblyState() 108 const auto& serviceName, const auto& assembly, in getAssemblyHealth() argument 115 serviceName, assembly, in getAssemblyHealth() 152 for (const auto& [serviceName, interfaceList] : object) in afterGetDbusObject() 158 asset_utils::getAssetInfo(asyncResp, serviceName, assembly, in afterGetDbusObject() 164 getAssemblyLocationCode(asyncResp, serviceName, assembly, in afterGetDbusObject() 169 getAssemblyState(asyncResp, serviceName, assembly, in afterGetDbusObject() [all …]
|
| H A D | fabric_ports.hpp | 66 const std::string& portPath, const std::string& serviceName) in getFabricPortLocation() argument 69 serviceName, portPath, in getFabricPortLocation() 96 const std::string& portPath, const std::string& serviceName) in getFabricPortState() argument 100 serviceName, portPath, "xyz.openbmc_project.Inventory.Item", "Present", in getFabricPortState() 128 const std::string& portPath, const std::string& serviceName) in getFabricPortHealth() argument 132 serviceName, portPath, in getFabricPortHealth() 141 const std::string& serviceName) in getFabricPortProperties() argument 161 getFabricPortLocation(asyncResp, portPath, serviceName); in getFabricPortProperties() 162 getFabricPortState(asyncResp, portPath, serviceName); in getFabricPortProperties() 163 getFabricPortHealth(asyncResp, portPath, serviceName); in getFabricPortProperties()
|
| H A D | processor.hpp | 762 for (const auto& [serviceName, interfaceList] : serviceMap) in handleProcessorSubtree() 835 for (const auto& [serviceName, interfaceList] : serviceMap) in getProcessorData() 841 getCpuAssetData(asyncResp, serviceName, objectPath); in getProcessorData() 846 getCpuRevisionData(asyncResp, serviceName, objectPath); in getProcessorData() 850 getCpuDataByService(asyncResp, processorId, serviceName, in getProcessorData() 856 getAcceleratorDataByService(asyncResp, processorId, serviceName, in getProcessorData() 863 getCpuConfigData(asyncResp, processorId, serviceName, in getProcessorData() 869 getCpuLocationCode(asyncResp, serviceName, objectPath); in getProcessorData() 873 getProcessorUUID(asyncResp, serviceName, objectPath); in getProcessorData() 878 getCpuUniqueId(asyncResp, serviceName, objectPath); in getProcessorData() [all …]
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | software_manager.cpp | 22 constexpr auto serviceName = "xyz.openbmc_project.Software.Manager"; in main() local 30 ctx.request_name(serviceName); in main()
|
| /openbmc/telemetry/src/ |
| H A D | main.cpp | 18 constexpr const char* serviceName = "xyz.openbmc_project.Telemetry"; in main() local 19 bus->request_name(serviceName); in main()
|
| /openbmc/phosphor-modbus/tests/ |
| H A D | test_sensors.cpp | 49 static constexpr auto serviceName = member in SensorsTest 58 SensorsTest() : BaseTest(clientDevicePath, serverDevicePath, serviceName) in SensorsTest() 80 .service(serviceName) in checkInventoryAssociations() 116 .service(serviceName) in testSensorCreation() 127 .service(serviceName) in testSensorCreation() 135 .service(serviceName) in testSensorCreation()
|
| H A D | test_device_events.cpp | 124 static constexpr auto serviceName = "xyz.openbmc_project.Logging"; member in DeviceEventsTest 130 BaseTest(clientDevicePath, serverDevicePath, serviceName), in DeviceEventsTest() 237 .service(serviceName) in testSensorCreation() 242 .service(serviceName) in testSensorCreation() 247 .service(serviceName) in testSensorCreation() 252 .service(serviceName) in testSensorCreation()
|
| H A D | test_inventory.cpp | 38 static constexpr auto serviceName = "xyz.openbmc_project.TestModbusRTU"; member in InventoryTest 41 InventoryTest() : BaseTest(clientDevicePath, serverDevicePath, serviceName) in InventoryTest() 74 .service(serviceName) in testInventorySourceCreation()
|
| H A D | test_base.cpp | 4 const char* serviceName) in BaseTest() argument 27 ctx.request_name(serviceName); in BaseTest()
|
| H A D | test_firmware.cpp | 51 static constexpr auto serviceName = member in FirmwareTest 59 FirmwareTest() : BaseTest(clientDevicePath, serverDevicePath, serviceName) in FirmwareTest() 108 .service(serviceName) in testFirmwareVersion()
|
| H A D | test_port.cpp | 45 static constexpr auto serviceName = "xyz.openbmc_project.TestModbusPort"; member in PortTest 48 PortTest() : BaseTest(clientDevicePath, serverDevicePath, serviceName) {} in PortTest() 153 ctx.request_name(entity_manager::EntityManagerInterface::serviceName); in TEST_F() 180 ctx.request_name(entity_manager::EntityManagerInterface::serviceName); in TEST_F()
|
| H A D | test_modbus.cpp | 17 static constexpr auto serviceName = "xyz.openbmc_project.TestModbus"; member in ModbusTest 20 ModbusTest() : BaseTest(clientDevicePath, serverDevicePath, serviceName) in ModbusTest()
|
| H A D | test_base.hpp | 17 const char* serviceName);
|
| /openbmc/dbus-sensors/src/ |
| H A D | EntityManagerInterface.cpp | 44 .service(serviceName) in handleInventoryGet() 73 ctx, rules_intf::interfacesAdded() + rules_intf::sender(serviceName)); in handleInventoryAdded() 103 ctx, rules_intf::interfacesRemoved() + rules_intf::sender(serviceName)); in handleInventoryRemoved()
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_sensor.cpp | 57 DbusEnvironment::serviceName(), sensorObject->path(), "metadata", 69 Eq(Sensor::Id("Sensor", DbusEnvironment::serviceName(), in TEST_F() 102 auto expected = LabeledSensorInfo(DbusEnvironment::serviceName(), in TEST_F() 111 DbusEnvironment::serviceName(), path, "", DbusEnvironment::getIoc(), in TEST_F() 120 DbusEnvironment::serviceName(), path, "metadata2", in TEST_F()
|
| H A D | dbus_environment.hpp | 25 static const char* serviceName(); 103 *DbusEnvironment::getBus(), DbusEnvironment::serviceName(), path, in getProperty() 124 *DbusEnvironment::getBus(), DbusEnvironment::serviceName(), path, in setProperty() 145 DbusEnvironment::serviceName(), path, interface, method, in callMethod()
|
| H A D | dbus_environment.cpp | 26 bus->request_name(serviceName()); in SetUp() 54 const char* DbusEnvironment::serviceName() in serviceName() function in DbusEnvironment
|
| /openbmc/phosphor-modbus/common/ |
| H A D | entity_manager_interface.cpp | 52 .service(serviceName) in handleInventoryGet() 81 ctx, rules_intf::interfacesAdded() + rules_intf::sender(serviceName)); in handleInventoryAdded() 111 ctx, rules_intf::interfacesRemoved() + rules_intf::sender(serviceName)); in handleInventoryRemoved()
|
| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | system.cpp | 173 for (const auto& [serviceName, unused] : itServ->second) in subscribeSensorsToServices() 176 sensorMap[serviceName].insert(sensor); in subscribeSensorsToServices() 182 for (const auto& [serviceName, unused] : sensorMap) in subscribeSensorsToServices() 186 _bus, match::rules::nameOwnerChanged(serviceName), in subscribeSensorsToServices() 295 std::string serviceName, oldOwner, newOwner; in tachSignalOffline() local 297 msg.read(serviceName); in tachSignalOffline() 306 serviceName, stateStr), in tachSignalOffline() 309 auto sensorItr(sensorMap.find(serviceName)); in tachSignalOffline()
|
| /openbmc/dbus-sensors/src/leakdetector/ |
| H A D | LeakDetectionManager.cpp | 88 .service(entity_manager::EntityManagerInterface::serviceName) in getDetectorConfig() 152 constexpr auto serviceName = "xyz.openbmc_project.leakdetector"; in main() local 159 ctx.request_name(serviceName); in main()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | asset_utils.hpp | 77 const std::string& serviceName, const std::string& dbusPath, in getAssetInfo() argument 82 serviceName, dbusPath, "xyz.openbmc_project.Inventory.Decorator.Asset", in getAssetInfo()
|
| /openbmc/phosphor-bmc-code-mgmt/common/src/ |
| H A D | software_manager.cpp | 34 serviceName("xyz.openbmc_project.Software." + serviceNameSuffix), in SoftwareManager() 38 debug("requesting dbus name {BUSNAME}", "BUSNAME", serviceName); in SoftwareManager() 40 ctx.request_name(serviceName.c_str()); in SoftwareManager() 150 return serviceName; in getBusName()
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
| H A D | dbus_utility.hpp | 179 const std::string& serviceName, const std::string& objectPath, in readDbusProperty() argument 185 if (serviceName.empty() || objectPath.empty() || interface.empty() || in readDbusProperty() 197 bus.new_method_call(serviceName.c_str(), objectPath.c_str(), in readDbusProperty() 226 const std::string& serviceName, const std::string& objectPath, in writeDbusProperty() argument 233 if (serviceName.empty() || objectPath.empty() || interface.empty() || in writeDbusProperty() 241 bus.new_method_call(serviceName.c_str(), objectPath.c_str(), in writeDbusProperty()
|
| /openbmc/phosphor-modbus/mocked_test_device/ |
| H A D | mock_modbus_server.cpp | 138 constexpr auto serviceName = "xyz.openbmc_project.ModbusRTUTestServer"; in main() local 152 ctx.request_name(serviceName); in main()
|