/openbmc/google-ipmi-sys/test/ |
H A D | bios_setting_unittest.cpp | 81 EXPECT_EQ(SysOEMCommands::SysReadBiosSetting, result.first); in TEST_F() 124 EXPECT_EQ(SysOEMCommands::SysWriteBiosSetting, result.first); in TEST_F() 132 EXPECT_EQ(SysOEMCommands::SysReadBiosSetting, result.first); in TEST_F() 144 EXPECT_EQ(SysOEMCommands::SysWriteBiosSetting, result.first); in TEST_F() 152 EXPECT_EQ(SysOEMCommands::SysReadBiosSetting, result.first); in TEST_F()
|
H A D | bmc_mode_unittest.cpp | 44 EXPECT_EQ(SysOEMCommands::SysGetBmcMode, result.first); in TEST() 56 EXPECT_EQ(SysOEMCommands::SysGetBmcMode, result.first); in TEST() 68 EXPECT_EQ(SysOEMCommands::SysGetBmcMode, result.first); in TEST()
|
H A D | poweroff_unittest.cpp | 33 std::vector<std::uint8_t> request = {SysOEMCommands::SysHostPowerOff}; in TEST() 55 EXPECT_EQ(SysOEMCommands::SysHostPowerOff, result.first); in TEST()
|
H A D | psu_unittest.cpp | 56 EXPECT_EQ(SysOEMCommands::SysPsuHardReset, result.first); in TEST() 69 EXPECT_EQ(SysOEMCommands::SysPsuHardResetOnShutdown, result.first); in TEST()
|
H A D | eth_unittest.cpp | 53 EXPECT_EQ(SysOEMCommands::SysGetEthDevice, result.first); in TEST() 77 EXPECT_EQ(SysOEMCommands::SysGetEthDevice, result.first); in TEST()
|
H A D | pcie_unittest.cpp | 48 EXPECT_EQ(SysOEMCommands::SysPcieSlotCount, result.first); in TEST() 99 EXPECT_EQ(SysOEMCommands::SysPcieSlotI2cBusMapping, result.first); in TEST()
|
H A D | linux_boot_done_unittest.cpp | 43 EXPECT_EQ(SysOEMCommands::SysLinuxBootDone, result.first); in TEST()
|
H A D | flash_unittest.cpp | 47 EXPECT_EQ(SysOEMCommands::SysGetFlashSize, result.first); in TEST()
|
H A D | machine_unittest.cpp | 60 EXPECT_EQ(SysOEMCommands::SysMachineName, result.first); in TEST()
|
H A D | entity_unittest.cpp | 62 EXPECT_EQ(SysOEMCommands::SysEntityName, result.first); in TEST()
|
H A D | cpld_unittest.cpp | 63 EXPECT_EQ(SysOEMCommands::SysCpldVersion, result.first); in TEST()
|
/openbmc/google-ipmi-sys/ |
H A D | google_accel_oob.cpp | 77 return ::ipmi::responseSuccess(SysOEMCommands::SysAccelOobDeviceCount, in accelOobDeviceCount() 130 return ::ipmi::responseSuccess(SysOEMCommands::SysAccelOobDeviceName, in accelOobDeviceName() 234 return ::ipmi::responseSuccess(SysOEMCommands::SysAccelOobRead, replyBuf); in accelOobRead() 284 return ::ipmi::responseSuccess(SysOEMCommands::SysAccelOobWrite, replyBuf); in accelOobWrite() 310 SysOEMCommands::SysGetAccelVrSettings, in accelGetVrSettings() 336 return ::ipmi::responseSuccess(SysOEMCommands::SysSetAccelVrSettings, in accelSetVrSettings()
|
H A D | psu.cpp | 55 return ::ipmi::responseSuccess(SysOEMCommands::SysPsuHardReset, in psuHardReset() 71 return ::ipmi::responseSuccess(SysOEMCommands::SysPsuHardResetOnShutdown, in psuHardResetOnShutdown()
|
H A D | pcie_i2c.cpp | 52 return ::ipmi::responseSuccess(SysOEMCommands::SysPcieSlotCount, in pcieSlotCount() 108 return ::ipmi::responseSuccess(SysOEMCommands::SysPcieSlotI2cBusMapping, in pcieSlotI2cBusMapping()
|
H A D | bios_setting.cpp | 74 return ::ipmi::responseSuccess(SysOEMCommands::SysReadBiosSetting, reply); in readBiosSetting() 123 return ::ipmi::responseSuccess(SysOEMCommands::SysWriteBiosSetting, reply); in writeBiosSetting()
|
H A D | linux_boot_done.cpp | 42 return ::ipmi::responseSuccess(SysOEMCommands::SysLinuxBootDone, in linuxBootDone()
|
H A D | bmc_mode.cpp | 36 SysOEMCommands::SysGetBmcMode, in getBmcMode()
|
H A D | commands.hpp | 22 enum SysOEMCommands enum
|
H A D | flash_size.cpp | 48 SysOEMCommands::SysGetFlashSize, in getFlashSize()
|
H A D | host_power_off.cpp | 55 return ::ipmi::responseSuccess(SysOEMCommands::SysHostPowerOff, in hostPowerOff()
|
H A D | machine_name.cpp | 64 return ::ipmi::responseSuccess(SysOEMCommands::SysMachineName, reply); in getMachineName()
|
H A D | pcie_bifurcation.cpp | 71 return ::ipmi::responseSuccess(SysOEMCommands::SysPCIeSlotBifurcation, in pcieBifurcation()
|
H A D | cpld.cpp | 71 SysOEMCommands::SysCpldVersion, in cpldVersion()
|
H A D | bm_instance.cpp | 72 return ::ipmi::responseSuccess(SysOEMCommands::SysGetBMInstanceProperty, in getBMInstanceProperty()
|
H A D | eth.cpp | 66 return ::ipmi::responseSuccess(SysOEMCommands::SysGetEthDevice, reply); in getEthDevice()
|