Home
last modified time | relevance | path

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

12

/openbmc/bmcweb/redfish-core/lib/
H A Dfabric_adapters.hpp39 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 Dprocessor.hpp782 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 Dnetwork_protocol.hpp459 inline std::string encodeServiceObjectPath(std::string_view serviceName) in encodeServiceObjectPath() argument
463 objPath /= serviceName; in encodeServiceObjectPath()
H A Dupdate_service.hpp845 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 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-fan-presence/monitor/
H A Dsystem.cpp175 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 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/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()
H A Dvpd_specific_utility.hpp361 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 Dusb_manager.cpp89 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 Dappcommands.cpp153 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 Dmanufacturingcommands.cpp1335 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 Doemcommands.cpp220 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 Dcold_redundancy.cpp179 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 Dmanager.cpp453 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 Dmanager.hpp375 const std::string& prop, const std::string& serviceName);
/openbmc/pldm/common/
H A Dutils.hpp233 const char* serviceName, const char* objPath,
338 const char* serviceName, const char* objPath,
H A Dutils.cpp422 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 DExitAirTempSensor.hpp41 void addTachRanges(const std::string& serviceName, const std::string& path);
H A DExitAirTempSensor.cpp313 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 Ddump_monitor.cpp133 const std::string serviceName = "xyz.openbmc_project.Dump.Manager"; in updateProgressStatus() local
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp233 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()

12