Searched refs:getBMInstanceProperty (Results 1 – 9 of 9) sorted by relevance
/openbmc/google-ipmi-sys/test/ |
H A D | bm_instance_unittest.cpp | 40 getBMInstanceProperty(request, &hMock)); in TEST() 49 EXPECT_CALL(hMock, getBMInstanceProperty(1)) in TEST() 52 getBMInstanceProperty(request, &hMock)); in TEST() 61 EXPECT_CALL(hMock, getBMInstanceProperty(2)) in TEST() 64 auto reply = getBMInstanceProperty(request, &hMock); in TEST()
|
H A D | handler_mock.hpp | 74 MOCK_METHOD(std::string, getBMInstanceProperty, (uint8_t),
|
H A D | handler_unittest.cpp | 650 EXPECT_THROW(h.getBMInstanceProperty(0x07), IpmiException); in TEST() 653 EXPECT_THROW(h.getBMInstanceProperty(0x00), IpmiException); in TEST()
|
/openbmc/google-ipmi-sys/ |
H A D | bm_instance.cpp | 44 Resp getBMInstanceProperty(std::span<const uint8_t> data, in getBMInstanceProperty() function 55 handler->getBMInstanceProperty(/*type=*/data[0]); in getBMInstanceProperty()
|
H A D | bm_instance.hpp | 31 Resp getBMInstanceProperty(std::span<const uint8_t> data,
|
H A D | ipmi.cpp | 97 return getBMInstanceProperty(data, handler); in handleSysCommand()
|
H A D | handler.hpp | 243 virtual std::string getBMInstanceProperty(uint8_t propertyType) const = 0;
|
H A D | handler_impl.hpp | 81 std::string getBMInstanceProperty(uint8_t propertyType) const override;
|
H A D | handler.cpp | 773 std::string Handler::getBMInstanceProperty(uint8_t propertyType) const in getBMInstanceProperty() function in google::ipmi::Handler
|