Searched refs:ConfirmationResponseCode (Results 1 – 6 of 6) sorted by relevance
85 rateLimiting.processResult(ConfirmationResponseCode::OK); in TEST()100 rateLimiting.processResult(ConfirmationResponseCode::Canceled); in TEST()109 rateLimiting.processResult(ConfirmationResponseCode::OK); in TEST()118 rateLimiting.processResult(ConfirmationResponseCode::Canceled); in TEST()127 rateLimiting.processResult(ConfirmationResponseCode::OK); in TEST()136 rateLimiting.processResult(ConfirmationResponseCode::Canceled); in TEST()145 rateLimiting.processResult(ConfirmationResponseCode::OK); in TEST()156 rateLimiting.processResult(ConfirmationResponseCode::Canceled); in TEST()164 rateLimiting.processResult(ConfirmationResponseCode::OK); in TEST()169 rateLimiting.processResult(ConfirmationResponseCode::Canceled); in TEST()[all …]
62 *aidl_return = static_cast<int32_t>(ConfirmationResponseCode::OperationPending); in presentConfirmationPrompt()69 *aidl_return = static_cast<int32_t>(ConfirmationResponseCode::Unimplemented); in presentConfirmationPrompt()75 *aidl_return = static_cast<int32_t>(ConfirmationResponseCode::SystemError); in presentConfirmationPrompt()87 ConfirmationResponseCode responseCode; in presentConfirmationPrompt()91 if (responseCode != ConfirmationResponseCode::OK) { in presentConfirmationPrompt()102 *aidl_return = static_cast<int32_t>(ConfirmationResponseCode::OK); in presentConfirmationPrompt()114 *aidl_return = static_cast<int32_t>(ConfirmationResponseCode::OperationPending); in cancelConfirmationPrompt()119 finalizeTransaction(ConfirmationResponseCode::Aborted, {}, true); in cancelConfirmationPrompt()121 *aidl_return = static_cast<int32_t>(ConfirmationResponseCode::OK); in cancelConfirmationPrompt()138 void ConfirmationManager::finalizeTransaction(ConfirmationResponseCode responseCode, in finalizeTransaction()[all …]
30 using ConfirmationResponseCode = android::hardware::confirmationui::V1_0::ResponseCode; variable99 void processResult(ConfirmationResponseCode rc) { in processResult()101 case ConfirmationResponseCode::OK: in processResult()105 case ConfirmationResponseCode::Canceled: in processResult()
38 using ConfirmationResponseCode = android::hardware::confirmationui::V1_0::ResponseCode; variable80 android::hardware::Return<void> result(ConfirmationResponseCode responseCode,87 void finalizeTransaction(ConfirmationResponseCode responseCode,
46 using ConfirmationResponseCode = android::hardware::confirmationui::V1_0::ResponseCode; typedef470 ConfirmationResponseCode responseCode = static_cast<ConfirmationResponseCode>(result); in onConfirmationPromptCompleted()547 ConfirmationResponseCode responseCode = static_cast<ConfirmationResponseCode>(aidl_return); in Confirmation()548 if (responseCode != ConfirmationResponseCode::OK) { in Confirmation()562 responseCode = static_cast<ConfirmationResponseCode>(aidl_return); in Confirmation()563 if (responseCode != ConfirmationResponseCode::OK) { in Confirmation()
62 using ConfirmationResponseCode = android::hardware::confirmationui::V1_0::ResponseCode; typedef