Home
last modified time | relevance | path

Searched refs:AttentionType (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-hw-diags/attn/
H A Dattention.hpp29 enum AttentionType enum in attn::Attention
40 Attention(AttentionType i_type, int (*i_handler)(Attention*),
68 AttentionType iv_type; // attention type
H A Dattention.cpp8 Attention::Attention(AttentionType i_type, int (*i_handler)(Attention*), in Attention()
/openbmc/openpower-hw-diags/test/
H A Dtest-end2end.cpp54 attentions.emplace_back(attn::Attention::AttentionType::Special, in main()
57 attentions.emplace_back(attn::Attention::AttentionType::Checkstop, in main()
60 attentions.emplace_back(attn::Attention::AttentionType::Vital, in main()
H A Dtest-attention.cpp35 Attention::AttentionType gType = Attention::AttentionType::Special;