Searched refs:Ignored (Results 1 – 4 of 4) sorted by relevance
67 : error_(ResponseCode::Ignored), formattedMessageLength_(0), in Operation()75 if (error_ != ResponseCode::Ignored) return ResponseCode::OperationPending; in init()162 error_ = ResponseCode::Ignored; in fetchConfirmationResult()167 bool isPending() const { return error_ != ResponseCode::Ignored; } in isPending()183 return ResponseCode::Ignored; in deliverTestCommand()189 return ignored ? ResponseCode::Ignored : ResponseCode::OK; in deliverTestCommand()192 return ResponseCode::Ignored; in deliverTestCommand()265 ResponseCode error_ = ResponseCode::Ignored;
47 Ignored = 4u, enumerator
96 uint32_t(TeeuiRc::Ignored) == uint32_t(ResponseCode::Ignored) && in convertRc()140 : listener_state_(ListenerState::None), prompt_result_(ResponseCode::Ignored) {} in TrustyConfirmationUI()452 ResponseCode rc = ResponseCode::Ignored; in deliverSecureInputEvent()470 if (listener_state_ != ListenerState::Interactive) return ResponseCode::Ignored; in deliverSecureInputEvent()472 if (!sapp) return ResponseCode::Ignored; in deliverSecureInputEvent()478 if (trc != TeeuiRc::Ignored) secureInputDelivered_ = true; in deliverSecureInputEvent()
573 if (responseCode == ConfirmationResponseCode::Ignored) { in Confirmation()