Home
last modified time | relevance | path

Searched refs:getServices (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.hpp50 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 Dutils.cpp88 auto services = getServices(bus, path, interface); in getService()
96 std::vector<std::string> Utils::getServices( in getServices() function in utils::Utils
H A Dactivation.cpp242 auto services = utils::getServices(bus, objPath.c_str(), deleteInterface); in deleteImageManagerObject()
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Dcompare_presence_action.cpp35 environment.getServices().getPresenceService().isPresent(fru); in execute()
H A Dcompare_vpd_action.cpp34 environment.getServices().getVPD().getValue(fru, keyword); in execute()
H A Daction_environment.hpp191 Services& getServices() const in getServices() function in phosphor::power::regulators::ActionEnvironment
H A Dpmbus_read_sensor_action.cpp58 environment.getServices().getSensors().setValue(type, sensorValue); in execute()
/openbmc/phosphor-psu-code-mgmt/test/
H A Dmocked_utils.hpp26 MOCK_CONST_METHOD3(getServices,
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Daction_environment_tests.cpp278 EXPECT_EQ(&(env.getServices()), &services); in TEST()