Searched refs:secondary_post_code_t (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-host-postd/lpcsnoop/ |
H A D | snoop.hpp | 17 using secondary_post_code_t = std::vector<uint8_t>; typedef 18 using postcode_t = std::tuple<primary_post_code_t, secondary_post_code_t>;
|
/openbmc/phosphor-host-postd/test/ |
H A D | post_reporter_test.cpp | 66 secondary_post_code_t secondaryCode = {123, 124, 125}; in TEST_F() 76 secondary_post_code_t secondaryCode = {10, 40, 0, 245, 56}; in TEST_F()
|
/openbmc/phosphor-host-postd/ |
H A D | main.cpp | 224 reporter->value(std::make_tuple(code, secondary_post_code_t{}), true); in PostCodeEventHandler() 226 reporter->value(std::make_tuple(code, secondary_post_code_t{})); in PostCodeEventHandler()
|
/openbmc/phosphor-host-postd/ipmisnoop/ |
H A D | ipmisnoop.cpp | 116 std::tuple<primary_post_code_t, secondary_post_code_t> in getSelectorPositionSignal()
|