| /openbmc/phosphor-power/phosphor-power-sequencer/src/ |
| H A D | basic_device.hpp | 82 if (isOpen()) in ~BasicDevice() 128 if (!isOpen()) in open() 140 virtual bool isOpen() const override in isOpen() function in phosphor::power::sequencer::BasicDevice 148 if (isOpen()) in close() 221 if (!isOpen()) in verifyIsOpen()
|
| H A D | pmbus_driver_device.hpp | 101 if (!isOpen()) in open() 112 if (isOpen()) in close()
|
| H A D | power_sequencer_device.hpp | 111 virtual bool isOpen() const = 0;
|
| /openbmc/phosphor-power/phosphor-power-sequencer/test/ |
| H A D | system_tests.cpp | 186 EXPECT_CALL(device, isOpen).WillRepeatedly(Return(true)); in TEST() 209 EXPECT_CALL(device, isOpen).WillRepeatedly(Return(true)); in TEST() 258 EXPECT_CALL(device, isOpen).WillRepeatedly(Return(true)); in TEST() 268 EXPECT_CALL(device, isOpen).WillRepeatedly(Return(true)); in TEST() 306 EXPECT_CALL(device, isOpen).WillRepeatedly(Return(true)); in TEST() 317 EXPECT_CALL(device, isOpen).WillRepeatedly(Return(true)); in TEST() 395 EXPECT_CALL(device, isOpen).WillRepeatedly(Return(true)); in TEST() 408 EXPECT_CALL(device, isOpen).WillRepeatedly(Return(true)); in TEST() 440 EXPECT_CALL(device, isOpen).Times(0); in TEST() 452 EXPECT_CALL(device, isOpen).WillRepeatedly(Return(true)); in TEST() [all …]
|
| H A D | basic_device_tests.cpp | 127 EXPECT_FALSE(device.isOpen()); in TEST() 155 EXPECT_FALSE(device.isOpen()); in TEST() 353 EXPECT_FALSE(device.isOpen()); in TEST() 356 EXPECT_TRUE(device.isOpen()); in TEST() 364 EXPECT_TRUE(device.isOpen()); in TEST() 384 EXPECT_TRUE(device.isOpen()); in TEST() 386 EXPECT_FALSE(device.isOpen()); in TEST() 408 EXPECT_TRUE(device.isOpen()); in TEST() 413 EXPECT_FALSE(device.isOpen()); in TEST() 417 EXPECT_FALSE(device.isOpen()); in TEST() [all …]
|
| H A D | chassis_tests.cpp | 596 EXPECT_CALL(device, isOpen).WillOnce(Return(false)); in TEST() 625 EXPECT_CALL(device, isOpen).WillOnce(Return(true)); in TEST() 701 EXPECT_CALL(device, isOpen).WillOnce(Return(false)); in TEST() 733 EXPECT_CALL(device, isOpen).WillOnce(Return(true)); in TEST() 964 EXPECT_CALL(device0, isOpen).WillOnce(Return(true)); in TEST() 970 EXPECT_CALL(device1, isOpen).WillOnce(Return(true)); in TEST() 1007 EXPECT_CALL(device0, isOpen).WillOnce(Return(true)); in TEST() 1013 EXPECT_CALL(device1, isOpen).WillOnce(Return(true)); in TEST() 1047 EXPECT_CALL(device0, isOpen) in TEST() 1055 EXPECT_CALL(device1, isOpen) in TEST() [all …]
|
| /openbmc/phosphor-power/phosphor-regulators/test/actions/ |
| H A D | i2c_compare_byte_action_tests.cpp | 68 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 100 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 129 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 161 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 211 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST()
|
| H A D | i2c_action_tests.cpp | 65 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(false)); in TEST() 93 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 144 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(false)); in TEST()
|
| H A D | i2c_write_bit_action_tests.cpp | 96 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 131 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 187 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 241 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST()
|
| H A D | i2c_write_byte_action_tests.cpp | 69 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 99 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 159 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 212 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST()
|
| H A D | i2c_capture_bytes_action_tests.cpp | 81 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 115 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 152 EXPECT_CALL(*i2cInterface, isOpen) in TEST() 216 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST()
|
| H A D | i2c_compare_bytes_action_tests.cpp | 158 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 194 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 226 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 262 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 294 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 351 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST()
|
| H A D | pmbus_read_sensor_action_tests.cpp | 95 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 142 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 190 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 259 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 322 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 383 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 447 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST()
|
| H A D | i2c_write_bytes_action_tests.cpp | 157 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 193 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 238 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 303 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 363 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST()
|
| H A D | pmbus_write_vout_command_action_tests.cpp | 118 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 161 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 259 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 320 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 383 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 446 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST() 511 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST()
|
| H A D | i2c_compare_bit_action_tests.cpp | 95 EXPECT_CALL(*i2cInterface, isOpen).WillRepeatedly(Return(true)); in TEST() 177 EXPECT_CALL(*i2cInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST()
|
| /openbmc/phosphor-power/tools/i2c/ |
| H A D | i2c.hpp | 63 if (!isOpen()) in checkIsOpen() 165 if (isOpen()) in ~I2CDevice() 176 bool isOpen() const override in isOpen() function in i2c::I2CDevice
|
| /openbmc/webui-vue/src/views/Logs/Dumps/ |
| H A D | DumpsModalConfirmation.vue | 63 isOpen: this.requireConfirmation, 67 return this.isOpen 89 this.isOpen = false;
|
| /openbmc/phosphor-power/phosphor-regulators/src/actions/ |
| H A D | i2c_action.hpp | 64 if (!interface.isOpen()) in getI2CInterface()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | ui-bootstrap-tpls-0.11.0.js | 8 …isOpen=!1)})},this.addGroup=function(a){var b=this;this.groups.push(a),a.$on("$destroy",function()… method in AnonymousFunctionb0c64dd77100 9 …isOpen:"&"},templateUrl:"template/tooltip/tooltip-popup.html"}}).directive("tooltip",["$tooltip",f… function
|
| H A D | ui-bootstrap-tpls-0.11.0.min.js | 8 …isOpen=!1)})},this.addGroup=function(a){var b=this;this.groups.push(a),a.$on("$destroy",function()… method in AnonymousFunction2adf09a97100 9 …isOpen:"&"},templateUrl:"template/tooltip/tooltip-popup.html"}}).directive("tooltip",["$tooltip",f… function
|
| H A D | typeahead.jquery.js | 933 isOpen: function isOpen() { function 1023 this.isOpen() && this._show(); 1031 this.isOpen() && this._show(); 1237 isOpen: function isOpen() { 1238 return this.menu.isOpen(); 1241 if (!this.isOpen() && !this.eventBus.before("open")) { 1246 return this.isOpen(); 1249 if (this.isOpen() && !this.eventBus.before("close")) { 1255 return !this.isOpen(); 1417 isOpen: function isOpen() { [all …]
|
| /openbmc/phosphor-bmc-code-mgmt/common/include/i2c/ |
| H A D | i2c.hpp | 48 bool isOpen() const in isOpen() function in phosphor::i2c::I2C
|
| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | phase_fault_detection_tests.cpp | 288 EXPECT_CALL(*regI2CInterface, isOpen).Times(0); in TEST_F() 292 EXPECT_CALL(*ioExpI2CInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST_F() 318 EXPECT_CALL(*regI2CInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST_F() 322 EXPECT_CALL(*ioExpI2CInterface, isOpen).Times(0); in TEST_F() 644 EXPECT_CALL(*regI2CInterface, isOpen).WillRepeatedly(Return(true)); in TEST_F() 696 EXPECT_CALL(*regI2CInterface, isOpen).WillRepeatedly(Return(true)); in TEST_F()
|
| /openbmc/phosphor-power/tools/i2c/test/ |
| H A D | mocked_i2c_interface.hpp | 16 MOCK_METHOD(bool, isOpen, (), (const, override));
|