Home
last modified time | relevance | path

Searched refs:serviceName (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/bmcweb/redfish-core/lib/
H A Dfabric_adapters.hpp43 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 Dassembly.hpp53 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 Dfabric_ports.hpp66 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 Dprocessor.hpp762 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 Dsoftware_manager.cpp22 constexpr auto serviceName = "xyz.openbmc_project.Software.Manager"; in main() local
30 ctx.request_name(serviceName); in main()
/openbmc/telemetry/src/
H A Dmain.cpp18 constexpr const char* serviceName = "xyz.openbmc_project.Telemetry"; in main() local
19 bus->request_name(serviceName); in main()
/openbmc/phosphor-modbus/tests/
H A Dtest_sensors.cpp49 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 Dtest_device_events.cpp124 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 Dtest_inventory.cpp38 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 Dtest_base.cpp4 const char* serviceName) in BaseTest() argument
27 ctx.request_name(serviceName); in BaseTest()
H A Dtest_firmware.cpp51 static constexpr auto serviceName = member in FirmwareTest
59 FirmwareTest() : BaseTest(clientDevicePath, serverDevicePath, serviceName) in FirmwareTest()
108 .service(serviceName) in testFirmwareVersion()
H A Dtest_port.cpp45 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 Dtest_modbus.cpp17 static constexpr auto serviceName = "xyz.openbmc_project.TestModbus"; member in ModbusTest
20 ModbusTest() : BaseTest(clientDevicePath, serverDevicePath, serviceName) in ModbusTest()
H A Dtest_base.hpp17 const char* serviceName);
/openbmc/dbus-sensors/src/
H A DEntityManagerInterface.cpp44 .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 Dtest_sensor.cpp57 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 Ddbus_environment.hpp25 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 Ddbus_environment.cpp26 bus->request_name(serviceName()); in SetUp()
54 const char* DbusEnvironment::serviceName() in serviceName() function in DbusEnvironment
/openbmc/phosphor-modbus/common/
H A Dentity_manager_interface.cpp52 .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 Dsystem.cpp173 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 DLeakDetectionManager.cpp88 .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 Dasset_utils.hpp77 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 Dsoftware_manager.cpp34 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 Ddbus_utility.hpp179 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 Dmock_modbus_server.cpp138 constexpr auto serviceName = "xyz.openbmc_project.ModbusRTUTestServer"; in main() local
152 ctx.request_name(serviceName); in main()

123