Home
last modified time | relevance | path

Searched refs:getPSUInventoryPaths (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_activation.cpp123 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
144 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
173 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
225 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
257 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
273 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
289 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
303 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
320 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
348 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
[all …]
H A Dtest_item_updater.cpp87 EXPECT_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
111 EXPECT_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
143 EXPECT_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
193 EXPECT_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
245 EXPECT_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
283 EXPECT_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
317 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
379 EXPECT_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
462 EXPECT_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
496 EXPECT_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
[all …]
H A Dmocked_utils.hpp19 MOCK_CONST_METHOD1(getPSUInventoryPaths,
H A Dtest_utils.cpp61 auto ret = utils::getPSUInventoryPaths(bus); in TEST()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.hpp36 std::vector<std::string> getPSUInventoryPaths(sdbusplus::bus_t& bus);
146 virtual std::vector<std::string> getPSUInventoryPaths(
186 std::vector<std::string> getPSUInventoryPaths(
225 inline std::vector<std::string> getPSUInventoryPaths(sdbusplus::bus_t& bus) in getPSUInventoryPaths() function
227 return getUtils().getPSUInventoryPaths(bus); in getPSUInventoryPaths()
H A Dutils.cpp88 std::vector<std::string> Utils::getPSUInventoryPaths( in getPSUInventoryPaths() function in utils::Utils
H A Ditem_updater.cpp417 auto paths = utils::getPSUInventoryPaths(bus); in processPSUImage()
650 auto paths = utils::getPSUInventoryPaths(bus); in syncToLatestImage()
H A Dactivation.cpp198 auto psuPaths = utils::getPSUInventoryPaths(bus); in startActivation()
/openbmc/phosphor-power/tools/power-utils/
H A Dvalidator.cpp21 psuPaths = getPSUInventoryPaths(bus); in areAllPsuSameModel()
45 auto psuPaths = getPSUInventoryPaths(bus); in countPresentPsus()
H A Dupdater.cpp309 auto paths = util::getPSUInventoryPaths(bus); in isReadyToUpdate()
/openbmc/phosphor-power/
H A Dutility.cpp200 std::vector<std::string> getPSUInventoryPaths(sdbusplus::bus_t& bus) in getPSUInventoryPaths() function