Home
last modified time | relevance | path

Searched refs:presenceService (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dcompare_presence_action_tests.cpp67 MockPresenceService& presenceService = in TEST() local
69 EXPECT_CALL(presenceService, in TEST()
113 MockPresenceService& presenceService = in TEST() local
115 EXPECT_CALL(presenceService, in TEST()
159 MockPresenceService& presenceService = in TEST() local
161 EXPECT_CALL(presenceService, in TEST()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dpresence_detection_tests.cpp163 MockPresenceService& presenceService = in TEST() local
165 EXPECT_CALL(presenceService, in TEST()
185 MockPresenceService& presenceService = in TEST() local
187 EXPECT_CALL(presenceService, isPresent).Times(0); in TEST()
202 MockPresenceService& presenceService = in TEST() local
204 EXPECT_CALL(presenceService, in TEST()
224 MockPresenceService& presenceService = in TEST() local
226 EXPECT_CALL(presenceService, isPresent).Times(0); in TEST()
241 MockPresenceService& presenceService = in TEST() local
243 EXPECT_CALL(presenceService, in TEST()
H A Dmock_services.hpp72 return presenceService; in getPresenceService()
122 return presenceService; in getMockPresenceService()
168 MockPresenceService presenceService{}; member in phosphor::power::regulators::MockServices
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dservices.hpp115 bus{bus}, errorLogging{bus}, presenceService{bus}, sensors{bus}, in BMCServices()
140 return presenceService; in getPresenceService()
175 DBusPresenceService presenceService; member in phosphor::power::regulators::BMCServices