Home
last modified time | relevance | path

Searched refs:CANCELLED (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore2/aidl/android/security/apc/
DResponseCode.aidl33 CANCELLED = 1, enumConstant
/system/extras/bootctl/
Dbootctl.cpp150 if (status == "cancelled") return MergeStatus::CANCELLED; in stringToMergeStatus()
179 case MergeStatus::CANCELLED: in operator <<()
/system/security/keystore2/src/
Dapc.rs67 Error::Rc(ResponseCode::CANCELLED) in cancelled()
245 (ResponseCode::CANCELLED, _, _) | (ResponseCode::ABORTED, true, _) => { in result()
Dutils.rs230 APC_COMPAT_ERROR_CANCELLED => ApcResponseCode::CANCELLED, in compat_2_response_code()
/system/core/fastboot/device/
Dcommands.cpp717 const auto ret = hal->SetSnapshotMergeStatus(MergeStatus::CANCELLED); in SnapshotUpdateHandler()