Searched refs:getPSUInventoryPaths (Results 1 – 11 of 11) sorted by relevance
| /openbmc/phosphor-psu-code-mgmt/test/ |
| H A D | test_activation.cpp | 123 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 D | test_item_updater.cpp | 87 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 D | mocked_utils.hpp | 19 MOCK_CONST_METHOD1(getPSUInventoryPaths,
|
| H A D | test_utils.cpp | 61 auto ret = utils::getPSUInventoryPaths(bus); in TEST()
|
| /openbmc/phosphor-psu-code-mgmt/src/ |
| H A D | utils.hpp | 36 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 D | utils.cpp | 88 std::vector<std::string> Utils::getPSUInventoryPaths( in getPSUInventoryPaths() function in utils::Utils
|
| H A D | item_updater.cpp | 417 auto paths = utils::getPSUInventoryPaths(bus); in processPSUImage() 650 auto paths = utils::getPSUInventoryPaths(bus); in syncToLatestImage()
|
| H A D | activation.cpp | 198 auto psuPaths = utils::getPSUInventoryPaths(bus); in startActivation()
|
| /openbmc/phosphor-power/tools/power-utils/ |
| H A D | validator.cpp | 21 psuPaths = getPSUInventoryPaths(bus); in areAllPsuSameModel() 45 auto psuPaths = getPSUInventoryPaths(bus); in countPresentPsus()
|
| H A D | updater.cpp | 309 auto paths = util::getPSUInventoryPaths(bus); in isReadyToUpdate()
|
| /openbmc/phosphor-power/ |
| H A D | utility.cpp | 200 std::vector<std::string> getPSUInventoryPaths(sdbusplus::bus_t& bus) in getPSUInventoryPaths() function
|