Searched refs:getServices (Results 1 – 9 of 9) sorted by relevance
| /openbmc/phosphor-psu-code-mgmt/src/ |
| H A D | utils.hpp | 63 std::vector<std::string> getServices(sdbusplus::bus_t& bus, const char* path, 152 virtual std::vector<std::string> getServices( 192 std::vector<std::string> getServices(sdbusplus::bus_t& bus, 219 inline std::vector<std::string> getServices( in getServices() function 222 return getUtils().getServices(bus, path, interface); in getServices()
|
| H A D | utils.cpp | 113 auto services = getServices(bus, path, interface); in getService() 122 std::vector<std::string> Utils::getServices( in getServices() function in utils::Utils
|
| H A D | activation.cpp | 295 services = utils::getServices(bus, objPath.c_str(), deleteInterface); in deleteImageManagerObject()
|
| /openbmc/phosphor-power/phosphor-regulators/src/actions/ |
| H A D | compare_presence_action.cpp | 35 environment.getServices().getPresenceService().isPresent(fru); in execute()
|
| H A D | compare_vpd_action.cpp | 34 environment.getServices().getVPD().getValue(fru, keyword); in execute()
|
| H A D | pmbus_read_sensor_action.cpp | 58 environment.getServices().getSensors().setValue(type, sensorValue); in execute()
|
| H A D | action_environment.hpp | 191 Services& getServices() const in getServices() function in phosphor::power::regulators::ActionEnvironment
|
| /openbmc/phosphor-psu-code-mgmt/test/ |
| H A D | mocked_utils.hpp | 26 MOCK_CONST_METHOD3(getServices,
|
| /openbmc/phosphor-power/phosphor-regulators/test/actions/ |
| H A D | action_environment_tests.cpp | 278 EXPECT_EQ(&(env.getServices()), &services); in TEST()
|