| /openbmc/openpower-pnor-code-mgmt/ |
| H A D | utils.cpp | 49 std::string getService(sdbusplus::bus_t& bus, const std::string& path, in getService() function 81 auto service = getService(bus, HIOMAPD_PATH, HIOMAPD_INTERFACE); in hiomapdSuspend() 98 auto service = getService(bus, HIOMAPD_PATH, HIOMAPD_INTERFACE); in hiomapdResume() 131 auto service = getService(bus, biosConfigPath, biosConfigIntf); in setPendingAttributes() 163 auto service = getService(bus, loggingPath, deleteAllIntf); in deleteAllErrorLogs()
|
| H A D | activation.cpp | 168 auto service = utils::getService(bus, applyTimeObjPath, applyTimeIntf); in checkApplyTimeImmediate() 205 auto service = utils::getService(bus, hostStateObjPath, hostStateIntf); in rebootHost() 273 utils::getService(bus, FIELDMODE_PATH, FIELDMODE_INTERFACE); in fieldModeEnabled()
|
| /openbmc/phosphor-fan-presence/control/json/triggers/ |
| H A D | init.cpp | 52 group.getProperty(), group.getService()); in getProperties() 59 if (!group.getService().empty()) in getProperties() 84 servName = group.getService(); in nameHasOwner() 87 servName = mgr->getService(member, intf); in nameHasOwner()
|
| /openbmc/phosphor-led-manager/ |
| H A D | utils.cpp | 13 std::string DBusHandler::getService(const std::string& path, in getService() function in phosphor::led::utils::DBusHandler 46 auto service = getService(objectPath, interface); in getAllProperties() 70 auto service = getService(objectPath, interface); in getProperty() 92 auto service = getService(objectPath, interface); in setProperty()
|
| /openbmc/phosphor-psu-code-mgmt/src/ |
| H A D | utils.hpp | 49 std::string getService(sdbusplus::bus_t& bus, const char* path, 149 virtual std::string getService(sdbusplus::bus_t& bus, const char* path, 189 std::string getService(sdbusplus::bus_t& bus, const char* path, 213 inline std::string getService(sdbusplus::bus_t& bus, const char* path, in getService() function 216 return getUtils().getService(bus, path, interface); in getService()
|
| /openbmc/phosphor-buttons/src/ |
| H A D | button_handler.cpp | 68 !getService(HS_DBUS_OBJECT_NAME, hostSelectorIface).empty(); in Handler() 152 if (!getService(ID_DBUS_OBJECT_NAME, idButtonIface).empty()) in Handler() 171 if (!getService(RESET_DBUS_OBJECT_NAME, resetButtonIface).empty()) in Handler() 189 if (!getService(DBG_HS_DBUS_OBJECT_NAME, debugHostSelectorIface) in Handler() 218 std::string Handler::getService(const std::string& path, in getService() function in phosphor::button::Handler 239 auto HSService = getService(HS_DBUS_OBJECT_NAME, hostSelectorIface); in getHostSelectorValue() 268 auto service = getService(hostObjectName.c_str(), hostIface); in poweredOn() 404 auto service = getService(objPathName.c_str(), dbusIfaceName); in handlePowerEvent() 447 auto service = getService(groupPath, ledGroupIface); in idReleased() 488 auto HSService = getService(HS_DBUS_OBJECT_NAME, hostSelectorIface); in increaseHostSelectorPosition()
|
| /openbmc/openpower-debug-collector/dump/ |
| H A D | dump_utils.hpp | 61 std::string getService(sdbusplus::bus_t& bus, const std::string& intf, 80 auto service = getService(bus, interface, path); in setProperty()
|
| /openbmc/phosphor-psu-code-mgmt/test/ |
| H A D | test_item_updater.cpp | 89 EXPECT_CALL(mockedUtils, getService(_, StrEq(psuPath), _)) in TEST_F() 113 EXPECT_CALL(mockedUtils, getService(_, StrEq(psuPath), _)) in TEST_F() 145 EXPECT_CALL(mockedUtils, getService(_, StrEq(psu0), _)) in TEST_F() 147 EXPECT_CALL(mockedUtils, getService(_, StrEq(psu1), _)) in TEST_F() 195 EXPECT_CALL(mockedUtils, getService(_, StrEq(psu0), _)) in TEST_F() 197 EXPECT_CALL(mockedUtils, getService(_, StrEq(psu1), _)) in TEST_F() 247 EXPECT_CALL(mockedUtils, getService(_, StrEq(psuPath), _)) in TEST_F() 285 EXPECT_CALL(mockedUtils, getService(_, StrEq(psuPath), _)) in TEST_F() 319 EXPECT_CALL(mockedUtils, getService(_, StrEq(psuPath), _)) in TEST_F() 381 EXPECT_CALL(mockedUtils, getService(_, StrEq(psu0), _)) in TEST_F() [all …]
|
| /openbmc/openpower-proc-control/ |
| H A D | ext_interface.cpp | 31 std::string getService(sdbusplus::bus_t& bus, const std::string& intf, in getService() function 60 getService(bus, REBOOTCOUNTER_INTERFACE, REBOOTCOUNTER_PATH); in getBootCount()
|
| H A D | util.hpp | 20 std::string getService(sdbusplus::bus_t& bus, const std::string& objectPath,
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | chassiscommands.cpp | 83 std::string service = LEDService.getService(*bus); in enclosureIdentifyLed() 100 std::string service = LEDService.getService(*bus); in getIDState() 232 ipmi::getService(*busp, powerRestoreIntf, powerRestorePath); in getPowerRestorePolicy() 284 ipmi::getService(*busp, chassisStateIntf, chassisStatePath); in getPowerStatus() 318 auto service = ipmi::getService(*bus, acBootIntf, acBootObj); in getACFailStatus() 340 auto service = ipmi::getService(*getSdBus(), buttonIntf, buttonPath); in getButtonEnabled() 359 auto service = ipmi::getService(*getSdBus(), buttonIntf, buttonPath); in setButtonEnabled() 382 ipmi::getService(ctx, restartCauseIntf, restartCausePath, service); in getRestartCause()
|
| H A D | multinodecommands.cpp | 37 getService(*pdbus, multiNodeIntf, multiNodeObjPath); in getMultiNodeInfo() 57 getService(*pdbus, multiNodeIntf, multiNodeObjPath); in getMultiNodeRole()
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | utils.hpp | 19 std::string getService(sdbusplus::bus_t& bus, const std::string& path, 38 auto service = getService(bus, objectPath, interface); in getProperty()
|
| H A D | utils.cpp | 12 std::string getService(sdbusplus::bus_t& bus, const std::string& path, in getService() function 48 auto service = getService(bus, objectPath, interface); in setProperty()
|
| /openbmc/openpower-occ-control/ |
| H A D | utils.cpp | 29 const std::string getService(const std::string& path, in getService() function 62 auto service = getService(objectPath, interface); in getProperty() 95 auto service = getService(objectPath, interface); in setProperty() 181 auto service = getService(objPath, intf); in getStateValue()
|
| /openbmc/phosphor-fan-presence/ |
| H A D | sdbusplus.hpp | 284 static auto getService(sdbusplus::bus_t& bus, const std::string& path, in getService() function in phosphor::fan::util::SDBusPlus 307 static auto getService(const std::string& path, in getService() function in phosphor::fan::util::SDBusPlus 310 return getService(getBus(), path, interface); in getService() 340 auto service = getService(bus, path, interface); in getProperty() 371 auto service = getService(bus, path, interface); in getPropertyVariant() 483 auto service = getService(bus, path, interface); in setProperty() 541 return callMethod(bus, getService(bus, path, interface), path, in lookupAndCallMethod() 561 return callMethodAndRead(bus, getService(bus, path, interface), path, in lookupCallMethodAndRead()
|
| /openbmc/pldm/libpldmresponder/test/ |
| H A D | libpldmresponder_platform_test.cpp | 38 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() 76 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() 108 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() 138 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() 170 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() 229 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() 276 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() 320 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() 364 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() 401 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() [all …]
|
| H A D | libpldmresponder_pdr_effecter_test.cpp | 25 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() 124 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() 172 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() 197 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST()
|
| H A D | libpldmresponder_pdr_sensor_test.cpp | 29 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST() 80 EXPECT_CALL(mockedUtils, getService(StrEq("/foo/bar"), _)) in TEST()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | data_interface.cpp | 276 DBusService DataInterface::getService(const std::string& objectPath, in getService() function in openpower::pels::DataInterface 325 auto service = getService(object_path::systemInv, interface::invAsset); in getMachineTypeModel() 350 auto service = getService(object_path::systemInv, interface::invAsset); in getMachineSerialNumber() 377 getService(object_path::motherBoardInv, interface::viniRecordVPD); in getMotherboardCCIN() 405 getService(object_path::motherBoardInv, interface::vsbpRecordVPD); in getSystemIMKeyword() 436 auto service = getService(inventoryPath, interface::viniRecordVPD); in getHWCalloutFields() 454 auto service = getService(inventoryPath, interface::locCode); in getLocationCode() 583 auto service = getService(objectPath, interface::associationDef); in setCriticalAssociation() 650 getService(object_path::logSetting, interface::logSetting); in getQuiesceOnError() 720 auto service = getService(ph, interface::hwIsolationEntry); in getLogIDWithHwIsolation() [all …]
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | file_io_type_pel.cpp | 105 pldm::utils::DBusHandler().getService(logObjPath, logInterface); in readIntoMemory() 136 pldm::utils::DBusHandler().getService(logObjPath, logInterface); in read() 233 pldm::utils::DBusHandler().getService(logObjPath, logInterface); in fileAck() 312 pldm::utils::DBusHandler().getService(logObjPath, logInterface); in storePel()
|
| /openbmc/phosphor-power/phosphor-power-supply/ |
| H A D | util.hpp | 68 auto invService = phosphor::power::util::getService( in setPresence() 101 auto invService = phosphor::power::util::getService( in setAvailable() 130 auto service = phosphor::power::util::getService( in handleChassisHealthRollup()
|
| /openbmc/phosphor-pid-control/test/ |
| H A D | dbushelper_mock.hpp | 16 MOCK_METHOD2(getService,
|
| /openbmc/phosphor-pid-control/dbus/ |
| H A D | dbuswrite.cpp | 48 connectionName = helper->getService(ControlFanPwm::interface, path); in createDbusWrite() 117 connectionName = helper->getService(ControlFanPwm::interface, path); in createDbusWrite()
|
| /openbmc/phosphor-power/ |
| H A D | utility.cpp | 39 std::string getService(const std::string& path, const std::string& interface, in getService() function 76 serviceStr = getService(path, interface, bus); in getAllProperties() 189 auto service = util::getService(POWER_OBJ_PATH, POWER_IFACE, bus); in isPoweredOn()
|