Searched refs:GetAlertStatus (Results 1 – 3 of 3) sorted by relevance
/openbmc/pldm/pldmtool/oem/ibm/ |
H A D | pldm_oem_ibm.cpp | 32 class GetAlertStatus : public CommandInterface class 35 ~GetAlertStatus() = default; 36 GetAlertStatus() = delete; 37 GetAlertStatus(const GetAlertStatus&) = delete; 38 GetAlertStatus(GetAlertStatus&&) = default; 39 GetAlertStatus& operator=(const GetAlertStatus&) = delete; 40 GetAlertStatus& operator=(GetAlertStatus&&) = delete; 42 explicit GetAlertStatus(const char* type, const char* name, CLI::App* app) : in GetAlertStatus() function in pldmtool::oem_ibm::GetAlertStatus 208 commands.push_back(std::make_unique<GetAlertStatus>( in registerCommand()
|
/openbmc/libpldm/tests/oem/ibm/ |
H A D | host.cpp | 14 TEST(GetAlertStatus, testGoodEncodeRequest) in TEST() argument 26 TEST(GetAlertStatus, testBadEncodeRequest) in TEST() argument 34 TEST(GetAlertStatus, testGoodDecodeResponse) in TEST() argument 59 TEST(GetAlertStatus, testBadDecodeResponse) in TEST() argument 84 TEST(GetAlertStatus, testGoodEncodeResponse) in TEST() argument 101 TEST(GetAlertStatus, testBadEncodeResponse) in TEST() argument 115 TEST(GetAlertStatus, testGoodDecodeRequest) in TEST() argument 130 TEST(GetAlertStatus, testBadDecodeRequest) in TEST() argument
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_pldm_oem.robot | 16 Verify GetAlertStatus 20 ${pldm_output}= Pldmtool oem-ibm GetAlertStatus -i 0
|