Searched refs:getPropertyImpl (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-psu-code-mgmt/test/ |
H A D | test_item_updater.cpp | 36 ON_CALL(mockedUtils, getPropertyImpl(_, _, _, _, StrEq(PRESENT))) in TestItemUpdater() 91 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psuPath), in TEST_F() 117 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psuPath), in TEST_F() 151 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psu0), _, in TEST_F() 158 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psu1), _, in TEST_F() 201 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psu0), _, in TEST_F() 208 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psu1), _, in TEST_F() 251 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psuPath), in TEST_F() 287 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psuPath), in TEST_F() 323 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psuPath), in TEST_F() [all …]
|
H A D | test_activation.cpp | 37 ON_CALL(mockedUtils, getPropertyImpl(_, _, _, _, StrEq(PRESENT))) in TestActivation() 41 ON_CALL(mockedUtils, getPropertyImpl(_, _, _, _, StrEq(MANUFACTURER))) in TestActivation() 275 ON_CALL(mockedUtils, getPropertyImpl(_, _, _, _, StrEq(PRESENT))) in TEST_F() 312 ON_CALL(mockedUtils, getPropertyImpl(_, _, _, _, StrEq(MANUFACTURER))) in TEST_F()
|
H A D | mocked_utils.hpp | 45 MOCK_CONST_METHOD5(getPropertyImpl,
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | utils.hpp | 168 virtual any getPropertyImpl(sdbusplus::bus_t& bus, const char* service, 177 getPropertyImpl(bus, service, path, interface, propertyName); in getProperty() 208 any getPropertyImpl(sdbusplus::bus_t& bus, const char* service,
|
H A D | utils.cpp | 261 any Utils::getPropertyImpl(sdbusplus::bus_t& bus, const char* service, in getPropertyImpl() function in utils::Utils
|