Home
last modified time | relevance | path

Searched refs:getPropertyImpl (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_item_updater.cpp36 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 Dtest_activation.cpp37 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 Dmocked_utils.hpp45 MOCK_CONST_METHOD5(getPropertyImpl,
/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.hpp168 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 Dutils.cpp261 any Utils::getPropertyImpl(sdbusplus::bus_t& bus, const char* service, in getPropertyImpl() function in utils::Utils