Home
last modified time | relevance | path

Searched refs:presenceDetectionPtr (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dsystem_tests.cpp92 PresenceDetection* presenceDetectionPtr = presenceDetection.get(); in TEST() local
117 presenceDetectionPtr->execute(services, system, *chassisPtr, *devicePtr); in TEST()
118 EXPECT_TRUE(presenceDetectionPtr->getCachedPresence().has_value()); in TEST()
124 EXPECT_FALSE(presenceDetectionPtr->getCachedPresence().has_value()); in TEST()
H A Dchassis_tests.cpp153 PresenceDetection* presenceDetectionPtr = presenceDetection.get(); in TEST_F() local
170 presenceDetectionPtr->execute(services, *system, chassis, *devicePtr); in TEST_F()
171 EXPECT_TRUE(presenceDetectionPtr->getCachedPresence().has_value()); in TEST_F()
177 EXPECT_FALSE(presenceDetectionPtr->getCachedPresence().has_value()); in TEST_F()
H A Ddevice_tests.cpp222 PresenceDetection* presenceDetectionPtr = presenceDetection.get(); in TEST_F() local
231 presenceDetectionPtr->execute(services, *system, *chassis, device); in TEST_F()
232 EXPECT_TRUE(presenceDetectionPtr->getCachedPresence().has_value()); in TEST_F()
238 EXPECT_FALSE(presenceDetectionPtr->getCachedPresence().has_value()); in TEST_F()