Searched refs:failType (Results 1 – 2 of 2) sorted by relevance
619 uint8_t failType = eventData[11] & 0xF; in handleSystemPostEvent() local632 if (failType == 4 || failType == 6) in handleSystemPostEvent()634 tempLog = "IPv" + std::to_string(failType) + " fail"; in handleSystemPostEvent()
1317 uint8_t failType = ptr[10] & 0xf; in parseOemUnifiedSel() local1320 (failType == 4 || failType == 6) in parseOemUnifiedSel()1321 ? std::format("IPv{} fail", failType) in parseOemUnifiedSel()