/openbmc/phosphor-buttons/src/ |
H A D | button_handler.cpp | 62 !getService(HS_DBUS_OBJECT_NAME, hostSelectorIface).empty(); in Handler() 103 if (!getService(POWER_DBUS_OBJECT_NAME, powerButtonIface).empty()) in Handler() 154 if (!getService(ID_DBUS_OBJECT_NAME, idButtonIface).empty()) in Handler() 173 if (!getService(RESET_DBUS_OBJECT_NAME, resetButtonIface).empty()) in Handler() 191 if (!getService(DBG_HS_DBUS_OBJECT_NAME, debugHostSelectorIface) in Handler() 220 std::string Handler::getService(const std::string& path, in getService() function in phosphor::button::Handler 240 auto HSService = getService(HS_DBUS_OBJECT_NAME, hostSelectorIface); in getHostSelectorValue() 270 auto service = getService(hostObjectName.c_str(), hostIface); in poweredOn() 407 auto service = getService(objPathName.c_str(), dbusIfaceName); in handlePowerEvent() 451 auto service = getService(groupPath, ledGroupIface); in idReleased() [all …]
|
/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-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-fan-presence/control/json/triggers/ |
H A D | init.cpp | 54 group.getProperty(), group.getService()); in getProperties() 61 if (!group.getService().empty()) in getProperties() 86 servName = group.getService(); in nameHasOwner() 89 servName = mgr->getService(member, intf); in nameHasOwner()
|
/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-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/intel-ipmi-oem/src/ |
H A D | chassiscommands.cpp | 82 std::string service = LEDService.getService(*bus); in enclosureIdentifyLed() 99 std::string service = LEDService.getService(*bus); in getIDState() 231 ipmi::getService(*busp, powerRestoreIntf, powerRestorePath); in getPowerRestorePolicy() 283 ipmi::getService(*busp, chassisStateIntf, chassisStatePath); in getPowerStatus() 317 auto service = ipmi::getService(*bus, acBootIntf, acBootObj); in getACFailStatus() 339 auto service = ipmi::getService(*getSdBus(), buttonIntf, buttonPath); in getButtonEnabled() 358 auto service = ipmi::getService(*getSdBus(), buttonIntf, buttonPath); in setButtonEnabled() 381 ipmi::getService(ctx, restartCauseIntf, restartCausePath, service); in getRestartCause() 510 boost::system::error_code ec = ipmi::getService( in ipmiGetChassisStatus()
|
H A D | multinodecommands.cpp | 37 getService(*pdbus, multiNodeIntf, multiNodeObjPath); in getMultiNodeInfo() 57 getService(*pdbus, multiNodeIntf, multiNodeObjPath); in getMultiNodeRole()
|
/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() 186 auto service = getService(objPath, intf); in getStateValue()
|
/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/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(StrE 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 | 292 DBusService DataInterface::getService(const std::string& objectPath, in getService() function in openpower::pels::DataInterface 342 auto service = getService(object_path::systemInv, interface::invAsset); in getMachineTypeModel() 367 auto service = getService(object_path::systemInv, interface::invAsset); in getMachineSerialNumber() 394 getService(object_path::motherBoardInv, interface::viniRecordVPD); in getMotherboardCCIN() 422 getService(object_path::motherBoardInv, interface::vsbpRecordVPD); in getSystemIMKeyword() 453 auto service = getService(inventoryPath, interface::viniRecordVPD); in getHWCalloutFields() 471 auto service = getService(inventoryPath, interface::locCode); in getLocationCode() 602 auto service = getService(objectPath, interface::associationDef); in setCriticalAssociation() 669 getService(object_path::logSetting, interface::logSetting); in getQuiesceOnError() 738 auto service = getService(ph, interface::hwIsolationEntry); in getLogIDWithHwIsolation() [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 65 getService(bus, REBOOTCOUNTER_INTERFACE, REBOOTCOUNTER_PATH); in getBootCount()
|
/openbmc/phosphor-fan-presence/ |
H A D | sdbusplus.hpp | 288 static auto getService(sdbusplus::bus_t& bus, const std::string& path, in getService() function in phosphor::fan::util::SDBusPlus 312 static auto getService(const std::string& path, in getService() function in phosphor::fan::util::SDBusPlus 315 return getService(getBus(), path, interface); in getService() 345 auto service = getService(bus, path, interface); in getProperty() 376 auto service = getService(bus, path, interface); in getPropertyVariant() 488 auto service = getService(bus, path, interface); in setProperty() 546 return callMethod(bus, getService(bus, path, interface), path, in lookupAndCallMethod() 566 return callMethodAndRead(bus, getService(bus, path, interface), path, in lookupCallMethodAndRead()
|
/openbmc/phosphor-host-ipmid/ |
H A D | chassishandler.cpp | 561 ipmi::getService(bus, chassisPOHStateIntf, chassisStateObj.first); in getPOHCounter() 820 ipmi::getService(ctx, hostStateIntf, hostStatePath, service); in initiateHostStateTransition() 852 ipmi::getService(ctx, chassisStateIntf, chassisStatePath, service); in initiateChassisStateTransition() 971 ipmi::getService(*busp, chassisStateIntf, chassisStatePath); in getPowerStatus() 993 ipmi::getService(*busp, legacyPwrCtrlIntf, legacyPwrCtrlObj); in getPowerStatus() 1024 ipmi::getService(*bus, powerControlIntf, powerControlObj); in getACFailStatus() 1047 auto service = ipmi::getService(*busp, buttonIntf, buttonPath); in getButtonEnabled() 1067 ec = ipmi::getService(ctx, buttonIntf, buttonPath, service); in setButtonEnabled() 1325 ipmi::getService(ctx, restartCauseIntf, restartCausePath, service); in ipmiGetSystemRestartCause() 1420 return ipmi::getService(*getSdBu in enclosureIdentifyLed() [all...] |
H A D | sensordatahandler.cpp | 76 auto service = ipmi::getService(bus, interface, path); in mapDbusToAssertion() 108 auto service = ipmi::getService(bus, sensorInfo.sensorInterface, in mapDbusToEventdata2() 193 auto dbusService = getService(bus, sensorInterface, sensorPath); in makeDbusMsg() 286 std::string dbusService = ipmi::getService(bus, updateInterface, dbusPath); in makeDbusMsg()
|
/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/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/ |
H A D | utility.cpp | 36 std::string getService(const std::string& path, const std::string& interface, in getService() function 75 serviceStr = getService(path, interface, bus); in getAllProperties() 194 auto service = util::getService(POWER_OBJ_PATH, POWER_IFACE, bus); in isPoweredOn()
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | util.hpp | 70 auto invService = phosphor::power::util::getService( in setPresence() 105 auto invService = phosphor::power::util::getService( in setAvailable() 137 auto service = phosphor::power::util::getService( in handleChassisHealthRollup()
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuswrite.cpp | 45 connectionName = helper->getService(pwmInterface, path); in createDbusWrite() 114 connectionName = helper->getService(pwmInterface, path); in createDbusWrite()
|