Searched refs:isAvailable (Results 1 – 7 of 7) sorted by relevance
| /openbmc/phosphor-power/phosphor-power-sequencer/test/ |
| H A D | system_tests.cpp | 182 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST() 205 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST() 254 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST() 264 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST() 302 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST() 313 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST() 391 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST() 404 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST() 436 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(false)); in TEST() 448 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST() [all …]
|
| H A D | chassis_tests.cpp | 331 chassis.isAvailable(); in TEST() 344 EXPECT_CALL(monitor, isAvailable()) in TEST() 348 chassis.isAvailable(); in TEST() 361 EXPECT_CALL(monitor, isAvailable()).Times(1).WillOnce(Return(true)); in TEST() 362 EXPECT_TRUE(chassis.isAvailable()); in TEST() 369 EXPECT_CALL(monitor, isAvailable()).Times(1).WillOnce(Return(false)); in TEST() 370 EXPECT_FALSE(chassis.isAvailable()); in TEST() 592 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST() 621 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST() 674 EXPECT_CALL(monitor, isAvailable).WillOnce(Return(true)); in TEST() [all …]
|
| /openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/ |
| H A D | gpios-manager.sh | 20 isAvailable=$(( waitForSoC & 0x2 )) 21 if [ "r$isAvailable" = "r2" ]
|
| /openbmc/phosphor-power/phosphor-power-sequencer/src/ |
| H A D | chassis.cpp | 51 if (!isAvailable()) in canSetPowerState() 99 if (isPresent() && isAvailable() && isInputPowerGood()) in monitor()
|
| H A D | chassis.hpp | 187 bool isAvailable() in isAvailable() function in phosphor::power::sequencer::Chassis 190 return statusMonitor->isAvailable(); in isAvailable()
|
| H A D | system.cpp | 143 if (curChassis->isPresent() && curChassis->isAvailable() && in setInitialSelectedChassisIfNeeded()
|
| /openbmc/dbus-sensors/src/ |
| H A D | sensor.hpp | 463 void markAvailable(bool isAvailable) in markAvailable() 467 availableInterface->set_property("Available", isAvailable); in markAvailable()
|