Searched refs:getServices (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | utils.hpp | 50 std::vector<std::string> getServices(sdbusplus::bus_t& bus, const char* path, 129 getServices(sdbusplus::bus_t& bus, const char* path, 166 std::vector<std::string> getServices(sdbusplus::bus_t& bus, 192 getServices(sdbusplus::bus_t& bus, const char* path, const char* interface) in getServices() function 194 return getUtils().getServices(bus, path, interface); in getServices()
|
H A D | utils.cpp | 88 auto services = getServices(bus, path, interface); in getService() 96 std::vector<std::string> Utils::getServices( in getServices() function in utils::Utils
|
H A D | activation.cpp | 242 auto 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 | action_environment.hpp | 191 Services& getServices() const in getServices() function in phosphor::power::regulators::ActionEnvironment
|
H A D | pmbus_read_sensor_action.cpp | 58 environment.getServices().getSensors().setValue(type, sensorValue); in execute()
|
/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()
|