/openbmc/bmcweb/redfish-core/lib/ |
H A D | fabric_adapters.hpp | 39 const std::string& serviceName, const std::string& fabricAdapterPath) in getFabricAdapterLocation() argument 42 serviceName, fabricAdapterPath, in getFabricAdapterLocation() 64 const std::string& serviceName, const std::string& fabricAdapterPath) in getFabricAdapterAsset() argument 67 serviceName, fabricAdapterPath, in getFabricAdapterAsset() 122 const std::string& serviceName, const std::string& fabricAdapterPath) in getFabricAdapterState() argument 125 serviceName, fabricAdapterPath, "xyz.openbmc_project.Inventory.Item", in getFabricAdapterState() 148 const std::string& serviceName, const std::string& fabricAdapterPath) in getFabricAdapterHealth() argument 151 serviceName, fabricAdapterPath, in getFabricAdapterHealth() 176 const std::string& fabricAdapterPath, const std::string& serviceName) in doAdapterGet() argument 191 getFabricAdapterLocation(asyncResp, serviceName, fabricAdapterPath); in doAdapterGet() [all …]
|
H A D | processor.hpp | 782 for (const auto& [serviceName, interfaceList] : serviceMap) in getProcessorObject() 815 for (const auto& [serviceName, interfaceList] : serviceMap) in getProcessorData() 821 getCpuAssetData(asyncResp, serviceName, objectPath); in getProcessorData() 826 getCpuRevisionData(asyncResp, serviceName, objectPath); in getProcessorData() 830 getCpuDataByService(asyncResp, processorId, serviceName, in getProcessorData() 836 getAcceleratorDataByService(asyncResp, processorId, serviceName, in getProcessorData() 843 getCpuConfigData(asyncResp, processorId, serviceName, in getProcessorData() 849 getCpuLocationCode(asyncResp, serviceName, objectPath); in getProcessorData() 853 getProcessorUUID(asyncResp, serviceName, objectPath); in getProcessorData() 858 getCpuUniqueId(asyncResp, serviceName, objectPath); in getProcessorData() [all …]
|
H A D | network_protocol.hpp | 459 inline std::string encodeServiceObjectPath(std::string_view serviceName) in encodeServiceObjectPath() argument 463 objPath /= serviceName; in encodeServiceObjectPath()
|
H A D | update_service.hpp | 845 const std::string& objectPath, const std::string& serviceName) in startUpdate() argument 854 serviceName, objectPath, "xyz.openbmc_project.Software.Update", in startUpdate()
|
/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-fan-presence/monitor/ |
H A D | system.cpp | 175 for (const auto& [serviceName, unused] : itServ->second) in subscribeSensorsToServices() 178 sensorMap[serviceName].insert(sensor); in subscribeSensorsToServices() 184 for (const auto& [serviceName, unused] : sensorMap) in subscribeSensorsToServices() 188 _bus, match::rules::nameOwnerChanged(serviceName), in subscribeSensorsToServices() 296 std::string serviceName, oldOwner, newOwner; in tachSignalOffline() local 298 msg.read(serviceName); in tachSignalOffline() 307 serviceName, stateStr), in tachSignalOffline() 310 auto sensorItr(sensorMap.find(serviceName)); in tachSignalOffline()
|
/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/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()
|
H A D | vpd_specific_utility.hpp | 361 const std::string& serviceName = std::get<0>(mapperRetValue.at(0)); in getExpandedLocationCode() local 364 serviceName, std::string(constants::systemVpdInvPath), in getExpandedLocationCode() 380 serviceName, std::string(constants::systemVpdInvPath), in getExpandedLocationCode()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/ |
H A D | usb_manager.cpp | 89 constexpr auto serviceName = "xyz.openbmc_project.Software.Manager"; in startUpdate() local 98 auto updater = Updater(ctx).service(serviceName).path(paths[0]); in startUpdate()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | appcommands.cpp | 153 std::string serviceName; in getActiveSoftwareVersionInfo() local 155 serviceName); in getActiveSoftwareVersionInfo() 165 ec = ipmi::getAllDbusProperties(ctx, serviceName, activeEndPoint, in getActiveSoftwareVersionInfo() 171 phosphor::logging::entry("SERVICE=%s", serviceName.c_str()), in getActiveSoftwareVersionInfo()
|
H A D | manufacturingcommands.cpp | 1335 const std::string& serviceName, bool disableOrEnableUnitFiles = true) in startOrStopService() argument 1346 "StopUnit", serviceName, "replace"); in startOrStopService() 1351 "StartUnit", serviceName, "replace"); in startOrStopService() 1359 std::array<const char*, 1>{serviceName.c_str()}, in startOrStopService() 1365 std::array<const char*, 1>{serviceName.c_str()}, runtimeOnly, in startOrStopService() 1372 std::array<const char*, 1>{serviceName.c_str()}, runtimeOnly); in startOrStopService() 1378 std::array<const char*, 1>{serviceName.c_str()}, in startOrStopService() 1390 serviceName.c_str()); in startOrStopService()
|
H A D | oemcommands.cpp | 220 const std::string& serviceName = softObject.second.begin()->first; in loadPfrConfig() local 224 ec = ipmi::getAllDbusProperties(ctx, serviceName, objPath, sessionIntf, in loadPfrConfig() 3694 std::string serviceName = serviceIface.first; in getPSUAddress() local 3699 ctx->yield, ec, serviceName, pathName, in getPSUAddress() 3774 std::string serviceName; in getMultiNodeInfoPresence() local 3777 ipmi::getService(ctx, multiNodeIntf, multiNodeObjPath, serviceName); in getMultiNodeInfoPresence() 3786 ec = ipmi::getDbusProperty(ctx, serviceName, multiNodeObjPath, in getMultiNodeInfoPresence()
|
/openbmc/phosphor-power/cold-redundancy/ |
H A D | cold_redundancy.cpp | 179 std::string serviceName = serviceIface.first; in createPSU() local 255 serviceName.c_str(), pathName.c_str(), in createPSU()
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | manager.cpp | 453 const auto& serviceName = findService(path, intf); in getService() local 454 if (serviceName.empty()) in getService() 460 return serviceName; in getService() 535 const std::string& serviceName) in addObjects() argument 537 auto service = serviceName; in addObjects()
|
H A D | manager.hpp | 375 const std::string& prop, const std::string& serviceName);
|
/openbmc/pldm/common/ |
H A D | utils.hpp | 233 const char* serviceName, const char* objPath, 338 const char* serviceName, const char* objPath,
|
H A D | utils.cpp | 422 const char* serviceName, const char* objPath, in getDbusPropertiesVariant() argument 427 bus.new_method_call(serviceName, objPath, dbusProperties, "GetAll"); in getDbusPropertiesVariant()
|
/openbmc/dbus-sensors/src/exit-air/ |
H A D | ExitAirTempSensor.hpp | 41 void addTachRanges(const std::string& serviceName, const std::string& path);
|
H A D | ExitAirTempSensor.cpp | 313 void CFMSensor::addTachRanges(const std::string& serviceName, in addTachRanges() argument 336 serviceName, path, "org.freedesktop.DBus.Properties", "GetAll", in addTachRanges()
|
/openbmc/openpower-debug-collector/dump/ |
H A D | dump_monitor.cpp | 133 const std::string serviceName = "xyz.openbmc_project.Dump.Manager"; in updateProgressStatus() local
|
/openbmc/phosphor-host-ipmid/ |
H A D | sensorhandler.cpp | 233 std::string serviceName{}; in find_openbmc_path() local 237 serviceName = in find_openbmc_path() 243 info.sensorPath.c_str(), serviceName.c_str()); in find_openbmc_path() 248 strcpy(interface->bus, serviceName.c_str()); in find_openbmc_path()
|