Lines Matching refs:Physical

12 using Action = sdbusplus::xyz::openbmc_project::Led::server::Physical::Action;
75 TEST(Physical, ctor_none_trigger) in TEST() argument
81 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
85 TEST(Physical, ctor_maxbrightness_and_brightness_read_127) in TEST() argument
93 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
97 TEST(Physical, ctor_maxbrightness_and_brightness_read_0) in TEST() argument
105 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
109 TEST(Physical, ctor_only_maxbrightness_read_127) in TEST() argument
117 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
121 TEST(Physical, ctor_only_brightness_read_127) in TEST() argument
129 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
133 TEST(Physical, ctor_timer_trigger) in TEST() argument
140 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
144 TEST(Physical, off) in TEST() argument
153 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
158 TEST(Physical, on) in TEST() argument
168 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
173 TEST(Physical, blink) in TEST() argument
181 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
186 TEST(Physical, ctor_none_trigger_asserted_brightness) in TEST() argument
192 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
196 TEST(Physical, on_to_off) in TEST() argument
209 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()