Home
last modified time | relevance | path

Searched refs:getService (Results 1 – 25 of 143) sorted by relevance

123456

/openbmc/openpower-pnor-code-mgmt/
H A Dutils.cpp49 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 Dactivation.cpp168 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 Dinit.cpp52 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 Dutils.cpp13 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 Dutils.hpp49 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 Dbutton_handler.cpp68 !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 Ddump_utils.hpp61 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 Dtest_item_updater.cpp89 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 Dext_interface.cpp31 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 Dutil.hpp20 std::string getService(sdbusplus::bus_t& bus, const std::string& objectPath,
/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp83 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 Dmultinodecommands.cpp37 getService(*pdbus, multiNodeIntf, multiNodeObjPath); in getMultiNodeInfo()
57 getService(*pdbus, multiNodeIntf, multiNodeObjPath); in getMultiNodeRole()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dutils.hpp19 std::string getService(sdbusplus::bus_t& bus, const std::string& path,
38 auto service = getService(bus, objectPath, interface); in getProperty()
H A Dutils.cpp12 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 Dutils.cpp29 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 Dsdbusplus.hpp284 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 Dlibpldmresponder_platform_test.cpp38 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 Dlibpldmresponder_pdr_effecter_test.cpp25 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 Dlibpldmresponder_pdr_sensor_test.cpp29 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 Ddata_interface.cpp276 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 Dfile_io_type_pel.cpp105 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 Dutil.hpp68 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 Ddbushelper_mock.hpp16 MOCK_METHOD2(getService,
/openbmc/phosphor-pid-control/dbus/
H A Ddbuswrite.cpp48 connectionName = helper->getService(ControlFanPwm::interface, path); in createDbusWrite()
117 connectionName = helper->getService(ControlFanPwm::interface, path); in createDbusWrite()
/openbmc/phosphor-power/
H A Dutility.cpp39 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()

123456