Searched refs:OperationPending (Results 1 – 4 of 4) sorted by relevance
95 uint32_t(TeeuiRc::OperationPending) == uint32_t(ResponseCode::OperationPending) && in convertRc()265 std::atomic<TeeuiRc> eventRC = TeeuiRc::OperationPending; in promptUserConfirmation_()267 TeeuiRc expected = TeeuiRc::OperationPending; in promptUserConfirmation_()358 return eventRC != TeeuiRc::OperationPending || abort_called_ || secureInputDelivered_; in promptUserConfirmation_()396 return ResponseCode::OperationPending; in promptUserConfirmation()404 return ResponseCode::OperationPending; in promptUserConfirmation()
49 case ResponseCode::OperationPending: in responseCode2Compat()
46 OperationPending = 3u, enumerator
75 if (error_ != ResponseCode::Ignored) return ResponseCode::OperationPending; in init()