Searched refs:OperationPending (Results 1 – 4 of 4) sorted by relevance
86 uint32_t(TeeuiRc::OperationPending) == uint32_t(IConfirmationUI::OPERATION_PENDING) && in convertRc()257 std::atomic<TeeuiRc> eventRC = TeeuiRc::OperationPending; in promptUserConfirmation_()259 TeeuiRc expected = TeeuiRc::OperationPending; in promptUserConfirmation_()350 return eventRC != TeeuiRc::OperationPending || abort_called_ || secureInputDelivered_; in promptUserConfirmation_()
46 OperationPending = 3u, enumerator
75 if (error_ != ResponseCode::Ignored) return ResponseCode::OperationPending; in init()
173 case ResponseCode::OperationPending: in responseCode2Compat()